MyGUI
3.0.1
|
#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate3< TP1, TP2, TP3 > | IDelegate |
Public Member Functions | |
CDelegate3 () | |
CDelegate3 (const CDelegate3< TP1, TP2, TP3 > &_event) | |
~CDelegate3 () | |
bool | empty () const |
void | clear () |
CDelegate3< TP1, TP2, TP3 > & | operator= (IDelegate *_delegate) |
CDelegate3< TP1, TP2, TP3 > & | operator= (const CDelegate3< TP1, TP2, TP3 > &_event) |
void | operator() (TP1 p1, TP2 p2, TP3 p3) |
Definition at line 142 of file MyGUI_Delegate.h.
typedef IDelegate3<TP1, TP2, TP3> MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::IDelegate |
Definition at line 145 of file MyGUI_Delegate.h.
|
inline |
Definition at line 147 of file MyGUI_Delegate.h.
|
inline |
Definition at line 148 of file MyGUI_Delegate.h.
|
inline |
Definition at line 154 of file MyGUI_Delegate.h.
|
inline |
Definition at line 158 of file MyGUI_Delegate.h.
|
inline |
Definition at line 156 of file MyGUI_Delegate.h.
|
inline |
Definition at line 184 of file MyGUI_Delegate.h.
|
inline |
Definition at line 167 of file MyGUI_Delegate.h.
|
inline |
Definition at line 174 of file MyGUI_Delegate.h.