#include <MyGUI_Delegate.h>
Public Types | |
typedef void(T::* | Method )(TP1 p1, TP2 p2, TP3 p3) |
Public Member Functions | |
CMethodDelegate3 (IDelegateUnlink *_unlink, T *_object, Method _method) | |
virtual bool | isType (const std::type_info &_type) |
virtual void | invoke (TP1 p1, TP2 p2, TP3 p3) |
virtual bool | compare (IDelegate3< TP1, TP2, TP3 > *_delegate) const |
virtual bool | compare (IDelegateUnlink *_unlink) const |
Definition at line 1142 of file MyGUI_Delegate.h.
typedef void(T::* MyGUI::delegates::CMethodDelegate3< T, TP1, TP2, TP3 >::Method)(TP1 p1, TP2 p2, TP3 p3) |
Definition at line 1145 of file MyGUI_Delegate.h.
MyGUI::delegates::CMethodDelegate3< T, TP1, TP2, TP3 >::CMethodDelegate3 | ( | IDelegateUnlink * | _unlink, | |
T * | _object, | |||
Method | _method | |||
) | [inline] |
Definition at line 1147 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate3< T, TP1, TP2, TP3 >::compare | ( | IDelegateUnlink * | _unlink | ) | const [inline, virtual] |
Reimplemented from MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >.
Definition at line 1163 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate3< T, TP1, TP2, TP3 >::compare | ( | IDelegate3< TP1, TP2, TP3 > * | _delegate | ) | const [inline, virtual] |
Implements MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >.
Definition at line 1156 of file MyGUI_Delegate.h.
virtual void MyGUI::delegates::CMethodDelegate3< T, TP1, TP2, TP3 >::invoke | ( | TP1 | p1, | |
TP2 | p2, | |||
TP3 | p3 | |||
) | [inline, virtual] |
Implements MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >.
Definition at line 1151 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate3< T, TP1, TP2, TP3 >::isType | ( | const std::type_info & | _type | ) | [inline, virtual] |
Implements MyGUI::delegates::IDelegate3< TP1, TP2, TP3 >.
Definition at line 1149 of file MyGUI_Delegate.h.