#include <MyGUI_Delegate.h>

Public Member Functions | |
| virtual | ~IDelegate0 () |
| virtual bool | isType (const std::type_info &_type)=0 |
| virtual void | invoke ()=0 |
| virtual bool | compare (IDelegate0 *_delegate) const =0 |
| virtual bool | compare (IDelegateUnlink *_unlink) const |
Definition at line 107 of file MyGUI_Delegate.h.
| virtual MyGUI::delegates::IDelegate0::~IDelegate0 | ( | ) | [inline, virtual] |
Definition at line 110 of file MyGUI_Delegate.h.
| virtual bool MyGUI::delegates::IDelegate0::compare | ( | IDelegateUnlink * | _unlink | ) | const [inline, virtual] |
Reimplemented in MyGUI::delegates::CStaticDelegate0, and MyGUI::delegates::CMethodDelegate0< T >.
Definition at line 114 of file MyGUI_Delegate.h.
| virtual bool MyGUI::delegates::IDelegate0::compare | ( | IDelegate0 * | _delegate | ) | const [pure virtual] |
Implemented in MyGUI::delegates::CStaticDelegate0, and MyGUI::delegates::CMethodDelegate0< T >.
| virtual void MyGUI::delegates::IDelegate0::invoke | ( | ) | [pure virtual] |
Implemented in MyGUI::delegates::CStaticDelegate0, and MyGUI::delegates::CMethodDelegate0< T >.
| virtual bool MyGUI::delegates::IDelegate0::isType | ( | const std::type_info & | _type | ) | [pure virtual] |
Implemented in MyGUI::delegates::CStaticDelegate0, and MyGUI::delegates::CMethodDelegate0< T >.
1.5.9