#include <MyGUI_Delegate.h>
Public Types | |
| typedef IDelegate4< TP1, TP2, TP3, TP4 > | IDelegate |
| typedef std::list< IDelegate * > | ListDelegate |
| typedef ListDelegate::iterator | ListDelegateIterator |
| typedef ListDelegate::const_iterator | ConstListDelegateIterator |
Public Member Functions | |
| CMultiDelegate4 () | |
| ~CMultiDelegate4 () | |
| bool | empty () const |
| void | clear () |
| void | clear (IDelegateUnlink *_unlink) |
| CMultiDelegate4< TP1, TP2, TP3, TP4 > & | operator+= (IDelegate *_delegate) |
| CMultiDelegate4< TP1, TP2, TP3, TP4 > & | operator-= (IDelegate *_delegate) |
| void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4) |
Definition at line 1586 of file MyGUI_Delegate.h.
| typedef ListDelegate::const_iterator MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::ConstListDelegateIterator |
Definition at line 1592 of file MyGUI_Delegate.h.
| typedef IDelegate4<TP1, TP2, TP3, TP4> MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::IDelegate |
Definition at line 1589 of file MyGUI_Delegate.h.
| typedef std::list<IDelegate* > MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::ListDelegate |
Definition at line 1590 of file MyGUI_Delegate.h.
| typedef ListDelegate::iterator MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::ListDelegateIterator |
Definition at line 1591 of file MyGUI_Delegate.h.
| MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::CMultiDelegate4 | ( | ) | [inline] |
Definition at line 1594 of file MyGUI_Delegate.h.
| MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::~CMultiDelegate4 | ( | ) | [inline] |
Definition at line 1595 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::clear | ( | IDelegateUnlink * | _unlink | ) | [inline] |
Definition at line 1618 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::clear | ( | ) | [inline] |
Definition at line 1606 of file MyGUI_Delegate.h.
| bool MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::empty | ( | ) | const [inline] |
Definition at line 1597 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::operator() | ( | TP1 | p1, | |
| TP2 | p2, | |||
| TP3 | p3, | |||
| TP4 | p4 | |||
| ) | [inline] |
Definition at line 1659 of file MyGUI_Delegate.h.
| CMultiDelegate4<TP1, TP2, TP3, TP4>& MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::operator+= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 1630 of file MyGUI_Delegate.h.
| CMultiDelegate4<TP1, TP2, TP3, TP4>& MyGUI::delegates::CMultiDelegate4< TP1, TP2, TP3, TP4 >::operator-= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 1643 of file MyGUI_Delegate.h.
1.5.9