#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 1804 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 1807 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 1809 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 1825 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 1818 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 1813 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 1811 of file MyGUI_Delegate.h.
1.5.9