#include <MyGUI_Delegate.h>

Public Types | |
| typedef IDelegate3< TP1, TP2, TP3 > | IDelegate |
Public Member Functions | |
| CDelegate3 () | |
| CDelegate3 (const CDelegate3< TP1, TP2, TP3 > &_event) | |
| ~CDelegate3 () | |
| bool | empty () |
| void | clear () |
| CDelegate3< TP1, TP2, TP3 > & | operator= (IDelegate *_delegate) |
| CDelegate3< TP1, TP2, TP3 > & | operator= (const CDelegate3< TP1, TP2, TP3 > &_event) |
| void | operator() (TP1 p1, TP2 p2, TP3 p3) |
Definition at line 1204 of file MyGUI_Delegate.h.
| typedef IDelegate3<TP1, TP2, TP3> MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::IDelegate |
Definition at line 1207 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::CDelegate3 | ( | ) | [inline] |
Definition at line 1209 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::CDelegate3 | ( | const CDelegate3< TP1, TP2, TP3 > & | _event | ) | [inline] |
Definition at line 1210 of file MyGUI_Delegate.h.
| MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::~CDelegate3 | ( | ) | [inline] |
Definition at line 1216 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::clear | ( | ) | [inline] |
Definition at line 1220 of file MyGUI_Delegate.h.
| bool MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::empty | ( | ) | [inline] |
Definition at line 1218 of file MyGUI_Delegate.h.
| void MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::operator() | ( | TP1 | p1, | |
| TP2 | p2, | |||
| TP3 | p3 | |||
| ) | [inline] |
Definition at line 1249 of file MyGUI_Delegate.h.
| CDelegate3<TP1, TP2, TP3>& MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::operator= | ( | const CDelegate3< TP1, TP2, TP3 > & | _event | ) | [inline] |
Definition at line 1239 of file MyGUI_Delegate.h.
| CDelegate3<TP1, TP2, TP3>& MyGUI::delegates::CDelegate3< TP1, TP2, TP3 >::operator= | ( | IDelegate * | _delegate | ) | [inline] |
Definition at line 1229 of file MyGUI_Delegate.h.
1.6.1