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

#include <MyGUI_Delegate.h>

Public Types

typedef IDelegate0 IDelegate
 

Public Member Functions

 CDelegate0 ()
 
 CDelegate0 (const CDelegate0 &_event)
 
 ~CDelegate0 ()
 
bool empty () const
 
void clear ()
 
CDelegate0operator= (IDelegate *_delegate)
 
CDelegate0operator= (const CDelegate0 &_event)
 
void operator() ()
 

Detailed Description

Definition at line 169 of file MyGUI_Delegate.h.

Member Typedef Documentation

Definition at line 172 of file MyGUI_Delegate.h.

Constructor & Destructor Documentation

MyGUI::delegates::CDelegate0::CDelegate0 ( )
inline

Definition at line 174 of file MyGUI_Delegate.h.

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

Definition at line 175 of file MyGUI_Delegate.h.

MyGUI::delegates::CDelegate0::~CDelegate0 ( )
inline

Definition at line 186 of file MyGUI_Delegate.h.

Member Function Documentation

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

Definition at line 196 of file MyGUI_Delegate.h.

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

Definition at line 191 of file MyGUI_Delegate.h.

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

Definition at line 226 of file MyGUI_Delegate.h.

CDelegate0& MyGUI::delegates::CDelegate0::operator= ( IDelegate _delegate)
inline

Definition at line 205 of file MyGUI_Delegate.h.

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

Definition at line 212 of file MyGUI_Delegate.h.


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