MyGUI 3.0.1
|
#include <MyGUI_EventPair.h>
Public Member Functions | |
template<typename T > | |
void | operator= (T *_delegate) |
void | operator= (typename Event::IDelegate *_delegate) |
template<typename TP1 > | |
void | operator() (TP1 p1) |
template<typename TP1 , typename TP2 > | |
void | operator() (TP1 p1, TP2 p2) |
template<typename TP1 , typename TP2 , typename TP3 > | |
void | operator() (TP1 p1, TP2 p2, TP3 p3) |
template<typename TP1 , typename TP2 , typename TP3 , typename TP4 > | |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4) |
template<typename TP1 , typename TP2 , typename TP3 , typename TP4 , typename TP5 > | |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5) |
template<typename TP1 , typename TP2 , typename TP3 , typename TP4 , typename TP5 , typename TP6 > | |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6) |
template<typename TP1 , typename TP2 , typename TP3 , typename TP4 , typename TP5 , typename TP6 , typename TP7 > | |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7) |
template<typename TP1 , typename TP2 , typename TP3 , typename TP4 , typename TP5 , typename TP6 , typename TP7 , typename TP8 > | |
void | operator() (TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6, TP7 p7, TP8 p8) |
bool | empty () const |
Data Fields | |
EventObsolete | m_eventObsolete |
Event | m_event |
Definition at line 32 of file MyGUI_EventPair.h.
bool MyGUI::EventPair< EventObsolete, Event >::empty | ( | ) | const [inline] |
Definition at line 106 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, |
TP2 | p2, | ||
TP3 | p3 | ||
) | [inline] |
Definition at line 65 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, |
TP2 | p2, | ||
TP3 | p3, | ||
TP4 | p4, | ||
TP5 | p5, | ||
TP6 | p6, | ||
TP7 | p7, | ||
TP8 | p8 | ||
) | [inline] |
Definition at line 100 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, |
TP2 | p2, | ||
TP3 | p3, | ||
TP4 | p4, | ||
TP5 | p5, | ||
TP6 | p6, | ||
TP7 | p7 | ||
) | [inline] |
Definition at line 93 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1 | ) | [inline] |
Definition at line 51 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, |
TP2 | p2, | ||
TP3 | p3, | ||
TP4 | p4, | ||
TP5 | p5 | ||
) | [inline] |
Definition at line 79 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, |
TP2 | p2, | ||
TP3 | p3, | ||
TP4 | p4, | ||
TP5 | p5, | ||
TP6 | p6 | ||
) | [inline] |
Definition at line 86 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, |
TP2 | p2 | ||
) | [inline] |
Definition at line 58 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, |
TP2 | p2, | ||
TP3 | p3, | ||
TP4 | p4 | ||
) | [inline] |
Definition at line 72 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator= | ( | typename Event::IDelegate * | _delegate | ) | [inline] |
Definition at line 44 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator= | ( | T * | _delegate | ) | [inline] |
Definition at line 38 of file MyGUI_EventPair.h.
Event MyGUI::EventPair< EventObsolete, Event >::m_event |
Definition at line 113 of file MyGUI_EventPair.h.
EventObsolete MyGUI::EventPair< EventObsolete, Event >::m_eventObsolete |
Definition at line 112 of file MyGUI_EventPair.h.