#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate1< TP1 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef IDelegate1< TP1 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
Public Member Functions | |
CMultiDelegate1 () | |
~CMultiDelegate1 () | |
bool | empty () |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate1< TP1 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate1< TP1 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1) |
CMultiDelegate1 () | |
~CMultiDelegate1 () | |
bool | empty () |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate1< TP1 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate1< TP1 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1) |
Definition at line 198 of file MyGUI_Delegate.h.
typedef IDelegate1<TP1> MyGUI::delegates::CMultiDelegate1< TP1 >::IDelegate |
Definition at line 201 of file MyGUI_Delegate.h.
typedef IDelegate1<TP1> MyGUI::delegates::CMultiDelegate1< TP1 >::IDelegate |
Definition at line 201 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegate |
Definition at line 202 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegate |
Definition at line 202 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegateIterator |
Definition at line 203 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegateIterator |
Definition at line 203 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::CMultiDelegate1 | ( | ) | [inline] |
Definition at line 205 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::~CMultiDelegate1 | ( | ) | [inline] |
Definition at line 206 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::CMultiDelegate1 | ( | ) | [inline] |
Definition at line 205 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate1< TP1 >::~CMultiDelegate1 | ( | ) | [inline] |
Definition at line 206 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear | ( | ) | [inline] |
Definition at line 217 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear | ( | ) | [inline] |
Definition at line 217 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear | ( | IDelegateUnlink * | _unlink | ) | [inline] |
Definition at line 229 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear | ( | IDelegateUnlink * | _unlink | ) | [inline] |
Definition at line 229 of file MyGUI_Delegate.h.
bool MyGUI::delegates::CMultiDelegate1< TP1 >::empty | ( | ) | [inline] |
Definition at line 208 of file MyGUI_Delegate.h.
bool MyGUI::delegates::CMultiDelegate1< TP1 >::empty | ( | ) | [inline] |
Definition at line 208 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::operator() | ( | TP1 | p1 | ) | [inline] |
Definition at line 270 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate1< TP1 >::operator() | ( | TP1 | p1 | ) | [inline] |
Definition at line 270 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator+= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 241 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator+= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 241 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator-= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 254 of file MyGUI_Delegate.h.
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator-= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 254 of file MyGUI_Delegate.h.