MyGUI
3.2.0
|
#include <MyGUI_DelegateImplement.h>
Public Types | |
typedef void(T::* | Method )(MYGUI_PARAMS) |
Public Member Functions | |
CMethodDelegateMYGUI_SUFFIX (IDelegateUnlink *_unlink, T *_object, Method _method) | |
virtual bool | isType (const std::type_info &_type) |
virtual void | invoke (MYGUI_PARAMS) |
virtual bool | compare (IDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS *_delegate) const |
virtual bool | compare (IDelegateUnlink *_unlink) const |
Definition at line 100 of file MyGUI_DelegateImplement.h.
typedef void(T::* delegates::CMethodDelegateMYGUI_SUFFIX::Method)(MYGUI_PARAMS) |
Definition at line 103 of file MyGUI_DelegateImplement.h.
delegates::CMethodDelegateMYGUI_SUFFIX::CMethodDelegateMYGUI_SUFFIX | ( | IDelegateUnlink * | _unlink, |
T * | _object, | ||
Method | _method | ||
) | [inline] |
Definition at line 105 of file MyGUI_DelegateImplement.h.
virtual bool delegates::CMethodDelegateMYGUI_SUFFIX::compare | ( | IDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS * | _delegate | ) | const [inline, virtual] |
Definition at line 119 of file MyGUI_DelegateImplement.h.
virtual bool delegates::CMethodDelegateMYGUI_SUFFIX::compare | ( | IDelegateUnlink * | _unlink | ) | const [inline, virtual] |
Definition at line 131 of file MyGUI_DelegateImplement.h.
virtual void delegates::CMethodDelegateMYGUI_SUFFIX::invoke | ( | MYGUI_PARAMS | ) | [inline, virtual] |
Definition at line 114 of file MyGUI_DelegateImplement.h.
virtual bool delegates::CMethodDelegateMYGUI_SUFFIX::isType | ( | const std::type_info & | _type | ) | [inline, virtual] |
Definition at line 108 of file MyGUI_DelegateImplement.h.