MyGUI
3.2.0
|
#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate1< TP1 > | IDelegate |
typedef IDelegate1< TP1 > | IDelegate |
Public Member Functions | |
CDelegate1 () | |
CDelegate1 (const CDelegate1< TP1 > &_event) | |
~CDelegate1 () | |
bool | empty () const |
void | clear () |
CDelegate1< TP1 > & | operator= (IDelegate *_delegate) |
CDelegate1< TP1 > & | operator= (const CDelegate1< TP1 > &_event) |
void | operator() (TP1 p1) |
CDelegate1 () | |
CDelegate1 (const CDelegate1< TP1 > &_event) | |
~CDelegate1 () | |
bool | empty () const |
void | clear () |
CDelegate1< TP1 > & | operator= (IDelegate *_delegate) |
CDelegate1< TP1 > & | operator= (const CDelegate1< TP1 > &_event) |
void | operator() (TP1 p1) |
Definition at line 169 of file MyGUI_Delegate.h.
typedef IDelegate1<TP1> MyGUI::delegates::CDelegate1< TP1 >::IDelegate |
Definition at line 172 of file MyGUI_Delegate.h.
typedef IDelegate1<TP1> MyGUI::delegates::CDelegate1< TP1 >::IDelegate |
Definition at line 172 of file MyGUI_Delegate.h.
MyGUI::delegates::CDelegate1< TP1 >::CDelegate1 | ( | ) | [inline] |
Definition at line 174 of file MyGUI_Delegate.h.
MyGUI::delegates::CDelegate1< TP1 >::CDelegate1 | ( | const CDelegate1< TP1 > & | _event | ) | [inline] |
Definition at line 175 of file MyGUI_Delegate.h.
MyGUI::delegates::CDelegate1< TP1 >::~CDelegate1 | ( | ) | [inline] |
Definition at line 186 of file MyGUI_Delegate.h.
MyGUI::delegates::CDelegate1< TP1 >::CDelegate1 | ( | ) | [inline] |
Definition at line 174 of file MyGUI_Delegate.h.
MyGUI::delegates::CDelegate1< TP1 >::CDelegate1 | ( | const CDelegate1< TP1 > & | _event | ) | [inline] |
Definition at line 175 of file MyGUI_Delegate.h.
MyGUI::delegates::CDelegate1< TP1 >::~CDelegate1 | ( | ) | [inline] |
Definition at line 186 of file MyGUI_Delegate.h.
void MyGUI::delegates::CDelegate1< TP1 >::clear | ( | ) | [inline] |
Definition at line 196 of file MyGUI_Delegate.h.
void MyGUI::delegates::CDelegate1< TP1 >::clear | ( | ) | [inline] |
Definition at line 196 of file MyGUI_Delegate.h.
bool MyGUI::delegates::CDelegate1< TP1 >::empty | ( | ) | const [inline] |
Definition at line 191 of file MyGUI_Delegate.h.
bool MyGUI::delegates::CDelegate1< TP1 >::empty | ( | ) | const [inline] |
Definition at line 191 of file MyGUI_Delegate.h.
void MyGUI::delegates::CDelegate1< TP1 >::operator() | ( | TP1 | p1 | ) | [inline] |
Definition at line 226 of file MyGUI_Delegate.h.
void MyGUI::delegates::CDelegate1< TP1 >::operator() | ( | TP1 | p1 | ) | [inline] |
Definition at line 226 of file MyGUI_Delegate.h.
CDelegate1<TP1>& MyGUI::delegates::CDelegate1< TP1 >::operator= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 205 of file MyGUI_Delegate.h.
CDelegate1<TP1>& MyGUI::delegates::CDelegate1< TP1 >::operator= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 205 of file MyGUI_Delegate.h.
CDelegate1<TP1>& MyGUI::delegates::CDelegate1< TP1 >::operator= | ( | const CDelegate1< TP1 > & | _event | ) | [inline] |
Definition at line 212 of file MyGUI_Delegate.h.
CDelegate1<TP1>& MyGUI::delegates::CDelegate1< TP1 >::operator= | ( | const CDelegate1< TP1 > & | _event | ) | [inline] |
Definition at line 212 of file MyGUI_Delegate.h.