|
MyGUI
3.2.0
|
#include <MyGUI_Delegate.h>
Inheritance diagram for MyGUI::delegates::CStaticDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >:Public Types | |
| typedef void(* | Func )(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6) |
Public Member Functions | |
| CStaticDelegate6 (Func _func) | |
| virtual bool | isType (const std::type_info &_type) |
| virtual void | invoke (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6) |
| virtual bool | compare (IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > *_delegate) const |
| virtual bool | compare (IDelegateUnlink *_unlink) const |
Definition at line 59 of file MyGUI_Delegate.h.
| typedef void(* MyGUI::delegates::CStaticDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::Func)(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6) |
Definition at line 62 of file MyGUI_Delegate.h.
| MyGUI::delegates::CStaticDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::CStaticDelegate6 | ( | Func | _func | ) | [inline] |
Definition at line 64 of file MyGUI_Delegate.h.
| virtual bool MyGUI::delegates::CStaticDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::compare | ( | IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > * | _delegate | ) | const [inline, virtual] |
Implements MyGUI::delegates::IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >.
Definition at line 78 of file MyGUI_Delegate.h.
| virtual bool MyGUI::delegates::CStaticDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::compare | ( | IDelegateUnlink * | _unlink | ) | const [inline, virtual] |
Reimplemented from MyGUI::delegates::IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >.
Definition at line 89 of file MyGUI_Delegate.h.
| virtual void MyGUI::delegates::CStaticDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::invoke | ( | TP1 | p1, |
| TP2 | p2, | ||
| TP3 | p3, | ||
| TP4 | p4, | ||
| TP5 | p5, | ||
| TP6 | p6 | ||
| ) | [inline, virtual] |
Implements MyGUI::delegates::IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >.
Definition at line 73 of file MyGUI_Delegate.h.
| virtual bool MyGUI::delegates::CStaticDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::isType | ( | const std::type_info & | _type | ) | [inline, virtual] |
Implements MyGUI::delegates::IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >.
Definition at line 67 of file MyGUI_Delegate.h.
1.7.6.1