MyGUI
3.0.1
|
#include <MyGUI_DelegateImplement.h>
Public Types | |
typedef IDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS | IDelegate |
Public Member Functions | |
CDelegateMYGUI_SUFFIX () | |
CDelegateMYGUI_SUFFIX (const CDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS &_event) | |
~CDelegateMYGUI_SUFFIX () | |
bool | empty () const |
void | clear () |
CDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS & | operator= (IDelegate *_delegate) |
CDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS & | operator= (const CDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS &_event) |
void | operator() (MYGUI_PARAMS) |
Definition at line 141 of file MyGUI_DelegateImplement.h.
Definition at line 144 of file MyGUI_DelegateImplement.h.
Definition at line 146 of file MyGUI_DelegateImplement.h.
delegates::CDelegateMYGUI_SUFFIX::CDelegateMYGUI_SUFFIX | ( | const CDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS & | _event | ) | [inline] |
Definition at line 147 of file MyGUI_DelegateImplement.h.
Definition at line 153 of file MyGUI_DelegateImplement.h.
void delegates::CDelegateMYGUI_SUFFIX::clear | ( | ) | [inline] |
Definition at line 157 of file MyGUI_DelegateImplement.h.
bool delegates::CDelegateMYGUI_SUFFIX::empty | ( | ) | const [inline] |
Definition at line 155 of file MyGUI_DelegateImplement.h.
void delegates::CDelegateMYGUI_SUFFIX::operator() | ( | MYGUI_PARAMS | ) | [inline] |
Definition at line 183 of file MyGUI_DelegateImplement.h.
CDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS& delegates::CDelegateMYGUI_SUFFIX::operator= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 166 of file MyGUI_DelegateImplement.h.
CDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS& delegates::CDelegateMYGUI_SUFFIX::operator= | ( | const CDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS & | _event | ) | [inline] |
Definition at line 173 of file MyGUI_DelegateImplement.h.