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