#include <MyGUI_Delegate.h>
Public Types | |
| typedef IDelegate2< TP1, TP2 > | IDelegate |
| typedef std::list< IDelegate * > | ListDelegate |
| typedef ListDelegate::iterator | ListDelegateIterator |
| typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
| CMultiDelegate2 () | |
| ~CMultiDelegate2 () | |
| bool | empty () const |
| void | clear () |
| void | clear (IDelegateUnlink *_unlink) |
| CMultiDelegate2< TP1, TP2 > & | operator+= (IDelegate *_delegate) |
| CMultiDelegate2< TP1, TP2 > & | operator-= (IDelegate *_delegate) |
| void | operator() (TP1 p1, TP2 p2) |
Definition at line 924 of file MyGUI_Delegate.h.
| typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::ConstListDelegateIterator |
Definition at line 930 of file MyGUI_Delegate.h.
| typedef IDelegate2<TP1, TP2> MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::IDelegate |
Definition at line 927 of file MyGUI_Delegate.h.
| typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::ListDelegate |
Definition at line 928 of file MyGUI_Delegate.h.
| typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::ListDelegateIterator |
Definition at line 929 of file MyGUI_Delegate.h.
| MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::CMultiDelegate2 | ( | ) | [inline] |
Definition at line 932 of file MyGUI_Delegate.h.
| MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::~CMultiDelegate2 | ( | ) | [inline] |
Definition at line 933 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::clear | ( | IDelegateUnlink * | _unlink | ) | [inline] |
Definition at line 956 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::clear | ( | ) | [inline] |
Definition at line 944 of file MyGUI_Delegate.h.
| bool MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::empty | ( | ) | const [inline] |
Definition at line 935 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::operator() | ( | TP1 | p1, | |
| TP2 | p2 | |||
| ) | [inline] |
Definition at line 997 of file MyGUI_Delegate.h.
| CMultiDelegate2<TP1, TP2>& MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::operator+= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 968 of file MyGUI_Delegate.h.
| CMultiDelegate2<TP1, TP2>& MyGUI::delegates::CMultiDelegate2< TP1, TP2 >::operator-= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 981 of file MyGUI_Delegate.h.
1.5.9