MyGUI
3.2.1
|
#include <MyGUI_DelegateImplement.h>
Public Member Functions | |
virtual | ~IDelegateMYGUI_SUFFIX () |
virtual bool | isType (const std::type_info &_type)=0 |
virtual void | invoke (MYGUI_PARAMS)=0 |
virtual bool | compare (IDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS *_delegate) const =0 |
virtual bool | compare (IDelegateUnlink *_unlink) const |
Definition at line 24 of file MyGUI_DelegateImplement.h.
virtual delegates::IDelegateMYGUI_SUFFIX::~IDelegateMYGUI_SUFFIX | ( | ) | [inline, virtual] |
Definition at line 27 of file MyGUI_DelegateImplement.h.
virtual bool delegates::IDelegateMYGUI_SUFFIX::compare | ( | IDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS * | _delegate | ) | const [pure virtual] |
virtual bool delegates::IDelegateMYGUI_SUFFIX::compare | ( | IDelegateUnlink * | _unlink | ) | const [inline, virtual] |
Definition at line 31 of file MyGUI_DelegateImplement.h.
virtual void delegates::IDelegateMYGUI_SUFFIX::invoke | ( | MYGUI_PARAMS | ) | [pure virtual] |
virtual bool delegates::IDelegateMYGUI_SUFFIX::isType | ( | const std::type_info & | _type | ) | [pure virtual] |