MyGUI  3.2.0
Public Types | Public Member Functions
MyGUI::delegates::CMultiDelegate0 Class Reference

#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)
 
CMultiDelegate0operator+= (IDelegate *_delegate)
 
CMultiDelegate0operator-= (IDelegate *_delegate)
 
void operator() ()
 
 CMultiDelegate0 (const CMultiDelegate0 &_event)
 
CMultiDelegate0operator= (const CMultiDelegate0 &_event)
 
CMultiDelegate0operator= (IDelegate *_delegate)
 

Detailed Description

Definition at line 239 of file MyGUI_Delegate.h.

Member Typedef Documentation

Definition at line 245 of file MyGUI_Delegate.h.

Definition at line 242 of file MyGUI_Delegate.h.

Definition at line 243 of file MyGUI_Delegate.h.

Definition at line 244 of file MyGUI_Delegate.h.

Constructor & Destructor Documentation

MyGUI::delegates::CMultiDelegate0::CMultiDelegate0 ( )
inline

Definition at line 247 of file MyGUI_Delegate.h.

MyGUI::delegates::CMultiDelegate0::~CMultiDelegate0 ( )
inline

Definition at line 248 of file MyGUI_Delegate.h.

MyGUI::delegates::CMultiDelegate0::CMultiDelegate0 ( const CMultiDelegate0 _event)
inline

Definition at line 332 of file MyGUI_Delegate.h.

Member Function Documentation

void MyGUI::delegates::CMultiDelegate0::clear ( )
inline

Definition at line 262 of file MyGUI_Delegate.h.

void MyGUI::delegates::CMultiDelegate0::clear ( IDelegateUnlink _unlink)
inline

Definition at line 274 of file MyGUI_Delegate.h.

bool MyGUI::delegates::CMultiDelegate0::empty ( ) const
inline

Definition at line 253 of file MyGUI_Delegate.h.

void MyGUI::delegates::CMultiDelegate0::operator() ( )
inline

Definition at line 315 of file MyGUI_Delegate.h.

CMultiDelegate0& MyGUI::delegates::CMultiDelegate0::operator+= ( IDelegate _delegate)
inline

Definition at line 286 of file MyGUI_Delegate.h.

CMultiDelegate0& MyGUI::delegates::CMultiDelegate0::operator-= ( IDelegate _delegate)
inline

Definition at line 299 of file MyGUI_Delegate.h.

CMultiDelegate0& MyGUI::delegates::CMultiDelegate0::operator= ( const CMultiDelegate0 _event)
inline

Definition at line 343 of file MyGUI_Delegate.h.

CMultiDelegate0& MyGUI::delegates::CMultiDelegate0::operator= ( IDelegate _delegate)
inline
Deprecated:
"use : operator += "

Definition at line 357 of file MyGUI_Delegate.h.


The documentation for this class was generated from the following file: