#include <MyGUI_Delegate.h>

Public Types | |
| typedef IDelegate4< TP1, TP2, TP3, TP4 > | IDelegate |
Public Member Functions | |
| CDelegate4 () | |
| CDelegate4 (const CDelegate4< TP1, TP2, TP3, TP4 > &_event) | |
| ~CDelegate4 () | |
| bool | empty () const |
| void | clear () |
| CDelegate4< TP1, TP2, TP3, TP4 > & | operator= (IDelegate *_delegate) |
| CDelegate4< TP1, TP2, TP3, TP4 > & | operator= (const CDelegate4< TP1, TP2, TP3, TP4 > &_event) |
| void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4) |
Definition at line 1531 of file MyGUI_Delegate.h.
| typedef IDelegate4<TP1, TP2, TP3, TP4> MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::IDelegate |
Definition at line 1534 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::CDelegate4 | ( | ) | [inline] |
Definition at line 1536 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::CDelegate4 | ( | const CDelegate4< TP1, TP2, TP3, TP4 > & | _event | ) | [inline] |
Definition at line 1537 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::~CDelegate4 | ( | ) | [inline] |
Definition at line 1543 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::clear | ( | ) | [inline] |
Definition at line 1547 of file MyGUI_Delegate.h.
| bool MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::empty | ( | ) | const [inline] |
Definition at line 1545 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::operator() | ( | TP1 | p1, | |
| TP2 | p2, | |||
| TP3 | p3, | |||
| TP4 | p4 | |||
| ) | [inline] |
Definition at line 1573 of file MyGUI_Delegate.h.
| CDelegate4<TP1, TP2, TP3, TP4>& MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::operator= | ( | const CDelegate4< TP1, TP2, TP3, TP4 > & | _event | ) | [inline] |
Definition at line 1563 of file MyGUI_Delegate.h.
| CDelegate4<TP1, TP2, TP3, TP4>& MyGUI::delegates::CDelegate4< TP1, TP2, TP3, TP4 >::operator= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 1556 of file MyGUI_Delegate.h.
1.5.9