MyGUI
3.0.1
|
#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate5< TP1, TP2, TP3, TP4, TP5 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
CMultiDelegate5 () | |
~CMultiDelegate5 () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5) |
Definition at line 197 of file MyGUI_Delegate.h.
typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::ConstListDelegateIterator |
Definition at line 203 of file MyGUI_Delegate.h.
typedef IDelegate5<TP1, TP2, TP3, TP4, TP5> MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::IDelegate |
Definition at line 200 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::ListDelegate |
Definition at line 201 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::ListDelegateIterator |
Definition at line 202 of file MyGUI_Delegate.h.
|
inline |
Definition at line 205 of file MyGUI_Delegate.h.
|
inline |
Definition at line 206 of file MyGUI_Delegate.h.
|
inline |
Definition at line 217 of file MyGUI_Delegate.h.
|
inline |
Definition at line 229 of file MyGUI_Delegate.h.
|
inline |
Definition at line 208 of file MyGUI_Delegate.h.
|
inline |
Definition at line 270 of file MyGUI_Delegate.h.
|
inline |
Definition at line 241 of file MyGUI_Delegate.h.
|
inline |
Definition at line 254 of file MyGUI_Delegate.h.