#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 () |
Data Fields | |
EventObsolete | m_eventObsolete |
Event | m_event |
Definition at line 33 of file MyGUI_EventPair.h.
bool MyGUI::EventPair< EventObsolete, Event >::empty | ( | ) | [inline] |
Definition at line 107 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, | |
TP2 | p2, | |||
TP3 | p3 | |||
) | [inline] |
Definition at line 66 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 101 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 94 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1 | ) | [inline] |
Definition at line 52 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 80 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 87 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, | |
TP2 | p2 | |||
) | [inline] |
Definition at line 59 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator() | ( | TP1 | p1, | |
TP2 | p2, | |||
TP3 | p3, | |||
TP4 | p4 | |||
) | [inline] |
Definition at line 73 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator= | ( | typename Event::IDelegate * | _delegate | ) | [inline] |
Definition at line 45 of file MyGUI_EventPair.h.
void MyGUI::EventPair< EventObsolete, Event >::operator= | ( | T * | _delegate | ) | [inline] |
Definition at line 39 of file MyGUI_EventPair.h.
Event MyGUI::EventPair< EventObsolete, Event >::m_event |
Definition at line 114 of file MyGUI_EventPair.h.
EventObsolete MyGUI::EventPair< EventObsolete, Event >::m_eventObsolete |
Definition at line 113 of file MyGUI_EventPair.h.