MyGUI
3.2.2
|
#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate3< TP1, TP2, TP3 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
CMultiDelegate3 () | |
~ CMultiDelegate3 () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate3< TP1, TP2, TP3 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate3< TP1, TP2, TP3 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1, TP2 p2, TP3 p3) |
CMultiDelegate3 (const CMultiDelegate3< TP1, TP2, TP3 > &_event) | |
CMultiDelegate3< TP1, TP2, TP3 > & | operator= (const CMultiDelegate3< TP1, TP2, TP3 > &_event) |
CMultiDelegate3< TP1, TP2, TP3 > & | operator= (IDelegate *_delegate) |
Definition at line 203 of file MyGUI_Delegate.h.
typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate3< TP1, TP2, TP3 >::ConstListDelegateIterator |
Definition at line 209 of file MyGUI_Delegate.h.
typedef IDelegate3<TP1, TP2, TP3> MyGUI::delegates::CMultiDelegate3< TP1, TP2, TP3 >::IDelegate |
Definition at line 206 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate3< TP1, TP2, TP3 >::ListDelegate |
Definition at line 207 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate3< TP1, TP2, TP3 >::ListDelegateIterator |
Definition at line 208 of file MyGUI_Delegate.h.
|
inline |
Definition at line 211 of file MyGUI_Delegate.h.
|
inline |
Definition at line 212 of file MyGUI_Delegate.h.
|
inline |
Definition at line 296 of file MyGUI_Delegate.h.
|
inline |
Definition at line 226 of file MyGUI_Delegate.h.
|
inline |
Definition at line 238 of file MyGUI_Delegate.h.
|
inline |
Definition at line 217 of file MyGUI_Delegate.h.
|
inline |
Definition at line 279 of file MyGUI_Delegate.h.
|
inline |
Definition at line 250 of file MyGUI_Delegate.h.
|
inline |
Definition at line 263 of file MyGUI_Delegate.h.
|
inline |
Definition at line 307 of file MyGUI_Delegate.h.
|
inline |
Definition at line 321 of file MyGUI_Delegate.h.