MyGUI  3.0.1
Public Types | Public Member Functions
delegates::CMultiDelegateMYGUI_SUFFIX Class Reference

#include <MyGUI_DelegateImplement.h>

Public Types

typedef IDelegateMYGUI_SUFFIX
MYGUI_TEMPLATE_ARGS 
IDelegate
typedef MYGUI_TYPENAME
std::list< IDelegate * > 
ListDelegate
typedef MYGUI_TYPENAME
ListDelegate::iterator 
ListDelegateIterator
typedef MYGUI_TYPENAME
ListDelegate::const_iterator 
ConstListDelegateIterator

Public Member Functions

 CMultiDelegateMYGUI_SUFFIX ()
 ~CMultiDelegateMYGUI_SUFFIX ()
bool empty () const
void clear ()
void clear (IDelegateUnlink *_unlink)
CMultiDelegateMYGUI_SUFFIX
MYGUI_TEMPLATE_ARGS
operator+= (IDelegate *_delegate)
CMultiDelegateMYGUI_SUFFIX
MYGUI_TEMPLATE_ARGS
operator-= (IDelegate *_delegate)
void operator() (MYGUI_PARAMS)

Detailed Description

Definition at line 196 of file MyGUI_DelegateImplement.h.


Member Typedef Documentation

Definition at line 202 of file MyGUI_DelegateImplement.h.

Definition at line 199 of file MyGUI_DelegateImplement.h.

Definition at line 200 of file MyGUI_DelegateImplement.h.

Definition at line 201 of file MyGUI_DelegateImplement.h.


Constructor & Destructor Documentation

Definition at line 204 of file MyGUI_DelegateImplement.h.

Definition at line 205 of file MyGUI_DelegateImplement.h.


Member Function Documentation

Definition at line 216 of file MyGUI_DelegateImplement.h.

void delegates::CMultiDelegateMYGUI_SUFFIX::clear ( IDelegateUnlink *  _unlink) [inline]

Definition at line 228 of file MyGUI_DelegateImplement.h.

Definition at line 207 of file MyGUI_DelegateImplement.h.

void delegates::CMultiDelegateMYGUI_SUFFIX::operator() ( MYGUI_PARAMS  ) [inline]

Definition at line 269 of file MyGUI_DelegateImplement.h.

CMultiDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS& delegates::CMultiDelegateMYGUI_SUFFIX::operator+= ( IDelegate _delegate) [inline]

Definition at line 240 of file MyGUI_DelegateImplement.h.

CMultiDelegateMYGUI_SUFFIX MYGUI_TEMPLATE_ARGS& delegates::CMultiDelegateMYGUI_SUFFIX::operator-= ( IDelegate _delegate) [inline]

Definition at line 253 of file MyGUI_DelegateImplement.h.


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