MyGUI
3.2.0
|
#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate1< TP1 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef ListDelegate::const_iterator | ConstListDelegateIterator |
typedef IDelegate1< TP1 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
CMultiDelegate1 () | |
~CMultiDelegate1 () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate1< TP1 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate1< TP1 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1) |
CMultiDelegate1 (const CMultiDelegate1< TP1 > &_event) | |
CMultiDelegate1< TP1 > & | operator= (const CMultiDelegate1< TP1 > &_event) |
CMultiDelegate1< TP1 > & | operator= (IDelegate *_delegate) |
CMultiDelegate1 () | |
~CMultiDelegate1 () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate1< TP1 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate1< TP1 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1) |
CMultiDelegate1 (const CMultiDelegate1< TP1 > &_event) | |
CMultiDelegate1< TP1 > & | operator= (const CMultiDelegate1< TP1 > &_event) |
CMultiDelegate1< TP1 > & | operator= (IDelegate *_delegate) |
Definition at line 239 of file MyGUI_Delegate.h.
typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate1< TP1 >::ConstListDelegateIterator |
Definition at line 245 of file MyGUI_Delegate.h.
typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate1< TP1 >::ConstListDelegateIterator |
Definition at line 245 of file MyGUI_Delegate.h.
typedef IDelegate1<TP1> MyGUI::delegates::CMultiDelegate1< TP1 >::IDelegate |
Definition at line 242 of file MyGUI_Delegate.h.
typedef IDelegate1<TP1> MyGUI::delegates::CMultiDelegate1< TP1 >::IDelegate |
Definition at line 242 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegate |
Definition at line 243 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegate |
Definition at line 243 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegateIterator |
Definition at line 244 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegateIterator |
Definition at line 244 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::CMultiDelegate1 | ( | ) | [inline] |
Definition at line 247 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::~CMultiDelegate1 | ( | ) | [inline] |
Definition at line 248 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::CMultiDelegate1 | ( | const CMultiDelegate1< TP1 > & | _event | ) | [inline] |
Definition at line 332 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::CMultiDelegate1 | ( | ) | [inline] |
Definition at line 247 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::~CMultiDelegate1 | ( | ) | [inline] |
Definition at line 248 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::CMultiDelegate1 | ( | const CMultiDelegate1< TP1 > & | _event | ) | [inline] |
Definition at line 332 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear | ( | ) | [inline] |
Definition at line 262 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear | ( | ) | [inline] |
Definition at line 262 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear | ( | IDelegateUnlink * | _unlink | ) | [inline] |
Definition at line 274 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear | ( | IDelegateUnlink * | _unlink | ) | [inline] |
Definition at line 274 of file MyGUI_Delegate.h.
bool MyGUI::delegates::CMultiDelegate1< TP1 >::empty | ( | ) | const [inline] |
Definition at line 253 of file MyGUI_Delegate.h.
bool MyGUI::delegates::CMultiDelegate1< TP1 >::empty | ( | ) | const [inline] |
Definition at line 253 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::operator() | ( | TP1 | p1 | ) | [inline] |
Definition at line 315 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::operator() | ( | TP1 | p1 | ) | [inline] |
Definition at line 315 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator+= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 286 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator+= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 286 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator-= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 299 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator-= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 299 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator= | ( | const CMultiDelegate1< TP1 > & | _event | ) | [inline] |
Definition at line 343 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator= | ( | const CMultiDelegate1< TP1 > & | _event | ) | [inline] |
Definition at line 343 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 357 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 357 of file MyGUI_Delegate.h.