#include <MyGUI_Delegate.h>
Public Types | |
| typedef IDelegate0 | IDelegate |
Public Member Functions | |
| CDelegate0 () | |
| CDelegate0 (const CDelegate0 &_event) | |
| ~CDelegate0 () | |
| bool | empty () |
| void | clear () |
| CDelegate0 & | operator= (IDelegate *_delegate) |
| CDelegate0 & | operator= (const CDelegate0 &_event) |
| void | operator() () |
Definition at line 205 of file MyGUI_Delegate.h.
Definition at line 208 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate0::CDelegate0 | ( | ) | [inline] |
Definition at line 210 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate0::CDelegate0 | ( | const CDelegate0 & | _event | ) | [inline] |
Definition at line 211 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate0::~CDelegate0 | ( | ) | [inline] |
Definition at line 217 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CDelegate0::clear | ( | ) | [inline] |
Definition at line 221 of file MyGUI_Delegate.h.
| bool MyGUI::delegates::CDelegate0::empty | ( | ) | [inline] |
Definition at line 219 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CDelegate0::operator() | ( | ) | [inline] |
Definition at line 250 of file MyGUI_Delegate.h.
| CDelegate0& MyGUI::delegates::CDelegate0::operator= | ( | const CDelegate0 & | _event | ) | [inline] |
Definition at line 240 of file MyGUI_Delegate.h.
| CDelegate0& MyGUI::delegates::CDelegate0::operator= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 230 of file MyGUI_Delegate.h.
1.6.1