MyGUI
3.2.2
|
#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 202 of file MyGUI_DelegateImplement.h.
typedef MYGUI_TYPENAME ListDelegate::const_iterator delegates::CMultiDelegateMYGUI_SUFFIX::ConstListDelegateIterator |
Definition at line 208 of file MyGUI_DelegateImplement.h.
Definition at line 205 of file MyGUI_DelegateImplement.h.
typedef MYGUI_TYPENAME std::list<IDelegate* > delegates::CMultiDelegateMYGUI_SUFFIX::ListDelegate |
Definition at line 206 of file MyGUI_DelegateImplement.h.
typedef MYGUI_TYPENAME ListDelegate::iterator delegates::CMultiDelegateMYGUI_SUFFIX::ListDelegateIterator |
Definition at line 207 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 210 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 211 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 295 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 225 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 237 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 216 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 278 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 249 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 262 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 306 of file MyGUI_DelegateImplement.h.
|
inline |
Definition at line 320 of file MyGUI_DelegateImplement.h.