#include <MyGUI_DelegateImplement.h>
Public Types | |
typedef void(T::* | Method )(MYGUI_PARAMS) |
Public Member Functions | |
MYGUI_C_METHOD_DELEGATE (IDelegateUnlink *_unlink, T *_object, Method _method) | |
virtual bool | isType (const std::type_info &_type) |
virtual void | invoke (MYGUI_PARAMS) |
virtual bool | compare (MYGUI_I_DELEGATE MYGUI_TEMPLATE_ARGS *_delegate) const |
virtual bool | compare (IDelegateUnlink *_unlink) const |
Definition at line 83 of file MyGUI_DelegateImplement.h.
typedef void(T::* delegates::MYGUI_C_METHOD_DELEGATE::Method)(MYGUI_PARAMS) |
Definition at line 86 of file MyGUI_DelegateImplement.h.
delegates::MYGUI_C_METHOD_DELEGATE::MYGUI_C_METHOD_DELEGATE | ( | IDelegateUnlink * | _unlink, | |
T * | _object, | |||
Method | _method | |||
) | [inline] |
Definition at line 88 of file MyGUI_DelegateImplement.h.
virtual bool delegates::MYGUI_C_METHOD_DELEGATE::compare | ( | IDelegateUnlink * | _unlink | ) | const [inline, virtual] |
Definition at line 104 of file MyGUI_DelegateImplement.h.
virtual bool delegates::MYGUI_C_METHOD_DELEGATE::compare | ( | MYGUI_I_DELEGATE MYGUI_TEMPLATE_ARGS * | _delegate | ) | const [inline, virtual] |
Definition at line 97 of file MyGUI_DelegateImplement.h.
virtual void delegates::MYGUI_C_METHOD_DELEGATE::invoke | ( | MYGUI_PARAMS | ) | [inline, virtual] |
Definition at line 92 of file MyGUI_DelegateImplement.h.
virtual bool delegates::MYGUI_C_METHOD_DELEGATE::isType | ( | const std::type_info & | _type | ) | [inline, virtual] |
Definition at line 90 of file MyGUI_DelegateImplement.h.