MyGUI
3.0.1
|
#include <MyGUI_DelegateImplement.h>
Public Types | |
typedef void(* | Func )(MYGUI_PARAMS) |
Public Member Functions | |
CStaticDelegateMYGUI_SUFFIX (Func _func) | |
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 54 of file MyGUI_DelegateImplement.h.
typedef void(* delegates::CStaticDelegateMYGUI_SUFFIX::Func)(MYGUI_PARAMS) |
Definition at line 57 of file MyGUI_DelegateImplement.h.
delegates::CStaticDelegateMYGUI_SUFFIX::CStaticDelegateMYGUI_SUFFIX | ( | Func | _func | ) | [inline] |
Definition at line 59 of file MyGUI_DelegateImplement.h.
virtual bool delegates::CStaticDelegateMYGUI_SUFFIX::compare | ( | IDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS * | _delegate | ) | const [inline, virtual] |
Definition at line 68 of file MyGUI_DelegateImplement.h.
virtual bool delegates::CStaticDelegateMYGUI_SUFFIX::compare | ( | IDelegateUnlink * | _unlink | ) | const [inline, virtual] |
Definition at line 74 of file MyGUI_DelegateImplement.h.
virtual void delegates::CStaticDelegateMYGUI_SUFFIX::invoke | ( | MYGUI_PARAMS | ) | [inline, virtual] |
Definition at line 63 of file MyGUI_DelegateImplement.h.
virtual bool delegates::CStaticDelegateMYGUI_SUFFIX::isType | ( | const std::type_info & | _type | ) | [inline, virtual] |
Definition at line 61 of file MyGUI_DelegateImplement.h.