#include <MyGUI_Delegate.h>
Public Types | |
typedef void(T::* | Method )() |
Public Member Functions | |
CMethodDelegate0 (IDelegateUnlink *_unlink, T *_object, Method _method) | |
virtual bool | isType (const std::type_info &_type) |
virtual void | invoke () |
virtual bool | compare (IDelegate0 *_delegate) |
virtual bool | compare (IDelegateUnlink *_unlink) |
Definition at line 149 of file MyGUI_Delegate.h.
typedef void(T::* MyGUI::delegates::CMethodDelegate0< T >::Method)() |
Definition at line 152 of file MyGUI_Delegate.h.
MyGUI::delegates::CMethodDelegate0< T >::CMethodDelegate0 | ( | IDelegateUnlink * | _unlink, | |
T * | _object, | |||
Method | _method | |||
) | [inline] |
Definition at line 154 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate0< T >::compare | ( | IDelegateUnlink * | _unlink | ) | [inline, virtual] |
Reimplemented from MyGUI::delegates::IDelegate0.
Definition at line 170 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate0< T >::compare | ( | IDelegate0 * | _delegate | ) | [inline, virtual] |
Definition at line 163 of file MyGUI_Delegate.h.
virtual void MyGUI::delegates::CMethodDelegate0< T >::invoke | ( | ) | [inline, virtual] |
Implements MyGUI::delegates::IDelegate0.
Definition at line 158 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate0< T >::isType | ( | const std::type_info & | _type | ) | [inline, virtual] |
Implements MyGUI::delegates::IDelegate0.
Definition at line 156 of file MyGUI_Delegate.h.