#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate0 | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
CMultiDelegate0 () | |
~CMultiDelegate0 () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate0 & | operator+= (IDelegate *_delegate) |
CMultiDelegate0 & | operator-= (IDelegate *_delegate) |
void | operator() () |
Definition at line 262 of file MyGUI_Delegate.h.
typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate0::ConstListDelegateIterator |
Definition at line 268 of file MyGUI_Delegate.h.
Definition at line 265 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate0::ListDelegate |
Definition at line 266 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate0::ListDelegateIterator |
Definition at line 267 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate0::CMultiDelegate0 | ( | ) | [inline] |
Definition at line 270 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate0::~CMultiDelegate0 | ( | ) | [inline] |
Definition at line 271 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate0::clear | ( | IDelegateUnlink * | _unlink | ) | [inline] |
Definition at line 294 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate0::clear | ( | ) | [inline] |
Definition at line 282 of file MyGUI_Delegate.h.
bool MyGUI::delegates::CMultiDelegate0::empty | ( | ) | const [inline] |
Definition at line 273 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate0::operator() | ( | ) | [inline] |
Definition at line 335 of file MyGUI_Delegate.h.
CMultiDelegate0& MyGUI::delegates::CMultiDelegate0::operator+= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 306 of file MyGUI_Delegate.h.
CMultiDelegate0& MyGUI::delegates::CMultiDelegate0::operator-= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 319 of file MyGUI_Delegate.h.