MyGUI
3.2.0
|
#include <MyGUI_Delegate.h>
Public Types | |
typedef void(T::* | Method )(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5) |
Public Member Functions | |
CMethodDelegate5 (IDelegateUnlink *_unlink, T *_object, Method _method) | |
virtual bool | isType (const std::type_info &_type) |
virtual void | invoke (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5) |
virtual bool | compare (IDelegate5< TP1, TP2, TP3, TP4, TP5 > *_delegate) const |
virtual bool | compare (IDelegateUnlink *_unlink) const |
Definition at line 101 of file MyGUI_Delegate.h.
typedef void(T::* MyGUI::delegates::CMethodDelegate5< T, TP1, TP2, TP3, TP4, TP5 >::Method)(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5) |
Definition at line 104 of file MyGUI_Delegate.h.
MyGUI::delegates::CMethodDelegate5< T, TP1, TP2, TP3, TP4, TP5 >::CMethodDelegate5 | ( | IDelegateUnlink * | _unlink, |
T * | _object, | ||
Method | _method | ||
) | [inline] |
Definition at line 106 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate5< T, TP1, TP2, TP3, TP4, TP5 >::compare | ( | IDelegate5< TP1, TP2, TP3, TP4, TP5 > * | _delegate | ) | const [inline, virtual] |
Implements MyGUI::delegates::IDelegate5< TP1, TP2, TP3, TP4, TP5 >.
Definition at line 120 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate5< T, TP1, TP2, TP3, TP4, TP5 >::compare | ( | IDelegateUnlink * | _unlink | ) | const [inline, virtual] |
Reimplemented from MyGUI::delegates::IDelegate5< TP1, TP2, TP3, TP4, TP5 >.
Definition at line 132 of file MyGUI_Delegate.h.
virtual void MyGUI::delegates::CMethodDelegate5< T, TP1, TP2, TP3, TP4, TP5 >::invoke | ( | TP1 | p1, |
TP2 | p2, | ||
TP3 | p3, | ||
TP4 | p4, | ||
TP5 | p5 | ||
) | [inline, virtual] |
Implements MyGUI::delegates::IDelegate5< TP1, TP2, TP3, TP4, TP5 >.
Definition at line 115 of file MyGUI_Delegate.h.
virtual bool MyGUI::delegates::CMethodDelegate5< T, TP1, TP2, TP3, TP4, TP5 >::isType | ( | const std::type_info & | _type | ) | [inline, virtual] |
Implements MyGUI::delegates::IDelegate5< TP1, TP2, TP3, TP4, TP5 >.
Definition at line 109 of file MyGUI_Delegate.h.