#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) const |
| virtual bool | compare (IDelegateUnlink *_unlink) const |
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 | ) | const [inline, virtual] |
| virtual bool MyGUI::delegates::CMethodDelegate0< T >::compare | ( | IDelegate0 * | _delegate | ) | const [inline, virtual] |
| virtual void MyGUI::delegates::CMethodDelegate0< T >::invoke | ( | ) | [inline, virtual] |
| virtual bool MyGUI::delegates::CMethodDelegate0< T >::isType | ( | const std::type_info & | _type | ) | [inline, virtual] |
1.5.9