MyGUI
3.2.0
|
#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate4< TP1, TP2, TP3, TP4 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
CMultiDelegate4 () | |
~CMultiDelegate4 () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate4< TP1, TP2, TP3, TP4 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate4< TP1, TP2, TP3, TP4 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4) |
CMultiDelegate4 (const CMultiDelegate4< TP1, TP2, TP3, TP4 > &_event) | |
CMultiDelegate4< TP1, TP2, TP3, TP4 > & | operator= (const CMultiDelegate4< TP1, TP2, TP3, TP4 > &_event) |
CMultiDelegate4< TP1, TP2, TP3, TP4 > & | operator= (IDelegate *_delegate) |
Definition at line 239 of file MyGUI_Delegate.h.
typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::ConstListDelegateIterator |
Definition at line 245 of file MyGUI_Delegate.h.
typedef IDelegate4<TP1, TP2, TP3, TP4> MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::IDelegate |
Definition at line 242 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::ListDelegate |
Definition at line 243 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::ListDelegateIterator |
Definition at line 244 of file MyGUI_Delegate.h.
|
inline |
Definition at line 247 of file MyGUI_Delegate.h.
|
inline |
Definition at line 248 of file MyGUI_Delegate.h.
|
inline |
Definition at line 332 of file MyGUI_Delegate.h.
|
inline |
Definition at line 262 of file MyGUI_Delegate.h.
|
inline |
Definition at line 274 of file MyGUI_Delegate.h.
|
inline |
Definition at line 253 of file MyGUI_Delegate.h.
|
inline |
Definition at line 315 of file MyGUI_Delegate.h.
|
inline |
Definition at line 286 of file MyGUI_Delegate.h.
|
inline |
Definition at line 299 of file MyGUI_Delegate.h.
|
inline |
Definition at line 343 of file MyGUI_Delegate.h.
|
inline |
Definition at line 357 of file MyGUI_Delegate.h.