#include <MyGUI_Delegate.h>
Public Types | |
typedef IDelegate5< TP1, TP2, TP3, TP4, TP5 > | IDelegate |
typedef std::list< IDelegate * > | ListDelegate |
typedef ListDelegate::iterator | ListDelegateIterator |
typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
CMultiDelegate5 () | |
~CMultiDelegate5 () | |
bool | empty () const |
void | clear () |
void | clear (IDelegateUnlink *_unlink) |
CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 > & | operator+= (IDelegate *_delegate) |
CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 > & | operator-= (IDelegate *_delegate) |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5) |
Definition at line 1917 of file MyGUI_Delegate.h.
typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::ConstListDelegateIterator |
Definition at line 1923 of file MyGUI_Delegate.h.
typedef IDelegate5<TP1, TP2, TP3, TP4, TP5> MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::IDelegate |
Definition at line 1920 of file MyGUI_Delegate.h.
typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::ListDelegate |
Definition at line 1921 of file MyGUI_Delegate.h.
typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::ListDelegateIterator |
Definition at line 1922 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::CMultiDelegate5 | ( | ) | [inline] |
Definition at line 1925 of file MyGUI_Delegate.h.
MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::~CMultiDelegate5 | ( | ) | [inline] |
Definition at line 1926 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::clear | ( | IDelegateUnlink * | _unlink | ) | [inline] |
Definition at line 1949 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::clear | ( | ) | [inline] |
Definition at line 1937 of file MyGUI_Delegate.h.
bool MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::empty | ( | ) | const [inline] |
Definition at line 1928 of file MyGUI_Delegate.h.
void MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::operator() | ( | TP1 | p1, | |
TP2 | p2, | |||
TP3 | p3, | |||
TP4 | p4, | |||
TP5 | p5 | |||
) | [inline] |
Definition at line 1990 of file MyGUI_Delegate.h.
CMultiDelegate5<TP1, TP2, TP3, TP4, TP5>& MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::operator+= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 1961 of file MyGUI_Delegate.h.
CMultiDelegate5<TP1, TP2, TP3, TP4, TP5>& MyGUI::delegates::CMultiDelegate5< TP1, TP2, TP3, TP4, TP5 >::operator-= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 1974 of file MyGUI_Delegate.h.