MyGUI::delegates::CMultiDelegate1< TP1 > Class Template Reference

#include <MyGUI_Delegate.h>

Inheritance diagram for MyGUI::delegates::CMultiDelegate1< TP1 >:
Inheritance graph
[legend]

Public Types

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)

Detailed Description

template<typename TP1>
class MyGUI::delegates::CMultiDelegate1< TP1 >

Definition at line 596 of file MyGUI_Delegate.h.


Member Typedef Documentation

template<typename TP1>
typedef IDelegate1<TP1> MyGUI::delegates::CMultiDelegate1< TP1 >::IDelegate

Definition at line 599 of file MyGUI_Delegate.h.

template<typename TP1>
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegate

Definition at line 600 of file MyGUI_Delegate.h.

template<typename TP1>
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate1< TP1 >::ListDelegateIterator

Definition at line 601 of file MyGUI_Delegate.h.


Constructor & Destructor Documentation

template<typename TP1>
MyGUI::delegates::CMultiDelegate1< TP1 >::CMultiDelegate1 (  )  [inline]

Definition at line 603 of file MyGUI_Delegate.h.

template<typename TP1>
MyGUI::delegates::CMultiDelegate1< TP1 >::~CMultiDelegate1 (  )  [inline]

Definition at line 604 of file MyGUI_Delegate.h.


Member Function Documentation

template<typename TP1>
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear ( IDelegateUnlink _unlink  )  [inline]

Definition at line 627 of file MyGUI_Delegate.h.

template<typename TP1>
void MyGUI::delegates::CMultiDelegate1< TP1 >::clear (  )  [inline]

Definition at line 615 of file MyGUI_Delegate.h.

template<typename TP1>
bool MyGUI::delegates::CMultiDelegate1< TP1 >::empty (  )  [inline]

Definition at line 606 of file MyGUI_Delegate.h.

template<typename TP1>
void MyGUI::delegates::CMultiDelegate1< TP1 >::operator() ( TP1  p1  )  [inline]

Definition at line 668 of file MyGUI_Delegate.h.

template<typename TP1>
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator+= ( IDelegate _delegate  )  [inline]

Definition at line 639 of file MyGUI_Delegate.h.

template<typename TP1>
CMultiDelegate1<TP1>& MyGUI::delegates::CMultiDelegate1< TP1 >::operator-= ( IDelegate _delegate  )  [inline]

Definition at line 652 of file MyGUI_Delegate.h.


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

Generated on 3 Dec 2009 for MyGUI by  doxygen 1.6.1