MyGUI
3.2.1
|
#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
CMultiDelegate6 () | |
~CMultiDelegate6 () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6) |
CMultiDelegate6 (const CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > &_event) | |
CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > & | operator= (const CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > &_event) |
CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > & | operator= (IDelegate *_delegate) |
Definition at line 207 of file MyGUI_Delegate.h.
typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::ConstListDelegateIterator |
Definition at line 213 of file MyGUI_Delegate.h.
typedef IDelegate6<TP1, TP2, TP3, TP4, TP5, TP6> MyGUI::delegates::CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::IDelegate |
Definition at line 210 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::ListDelegate |
Definition at line 211 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 >::ListDelegateIterator |
Definition at line 212 of file MyGUI_Delegate.h.
|
inline |
Definition at line 215 of file MyGUI_Delegate.h.
|
inline |
Definition at line 216 of file MyGUI_Delegate.h.
|
inline |
Definition at line 300 of file MyGUI_Delegate.h.
|
inline |
Definition at line 230 of file MyGUI_Delegate.h.
|
inline |
Definition at line 242 of file MyGUI_Delegate.h.
|
inline |
Definition at line 221 of file MyGUI_Delegate.h.
|
inline |
Definition at line 283 of file MyGUI_Delegate.h.
|
inline |
Definition at line 254 of file MyGUI_Delegate.h.
|
inline |
Definition at line 267 of file MyGUI_Delegate.h.
|
inline |
Definition at line 311 of file MyGUI_Delegate.h.
|
inline |
Definition at line 325 of file MyGUI_Delegate.h.