MyGUI
3.2.1
|
#include <MyGUI_DelegateImplement.h>
Public Types | |
typedef IDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS | IDelegate |
typedef MYGUI_TYPENAME std::list< IDelegate * > | ListDelegate |
typedef MYGUI_TYPENAME ListDelegate::iterator | ListDelegateIterator |
typedef MYGUI_TYPENAME ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
CMultiDelegateMYGUI_SUFFIX () | |
~CMultiDelegateMYGUI_SUFFIX () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS & | operator+= (IDelegate *_delegate) |
CMultiDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS & | operator-= (IDelegate *_delegate) |
void | operator() (MYGUI_PARAMS) |
CMultiDelegateMYGUI_SUFFIX (const CMultiDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS &_event) | |
CMultiDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS & | operator= (const CMultiDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS &_event) |
CMultiDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS & | operator= (IDelegate *_delegate) |
Definition at line 206 of file MyGUI_DelegateImplement.h.
typedef MYGUI_TYPENAME ListDelegate::const_iterator delegates::CMultiDelegateMYGUI_SUFFIX::ConstListDelegateIterator |
Definition at line 212 of file MyGUI_DelegateImplement.h.
Definition at line 209 of file MyGUI_DelegateImplement.h.
typedef MYGUI_TYPENAME std::list<IDelegate* > delegates::CMultiDelegateMYGUI_SUFFIX::ListDelegate |
Definition at line 210 of file MyGUI_DelegateImplement.h.
typedef MYGUI_TYPENAME ListDelegate::iterator delegates::CMultiDelegateMYGUI_SUFFIX::ListDelegateIterator |
Definition at line 211 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 214 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 215 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 299 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 229 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 241 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 220 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 282 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 253 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 266 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 310 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 324 of file MyGUI_DelegateImplement.h.