|
| EventT () |
| Constructor. More...
|
|
virtual | ~EventT () |
| Destructor. More...
|
|
ConnectionPtr | Connect (const boost::function< T > &_subscriber) |
| Connect a callback to this event. More...
|
|
unsigned int | ConnectionCount () const |
| Get the number of connections. More...
|
|
virtual void | Disconnect (ConnectionPtr _c) |
| Disconnect a callback to this event. More...
|
|
virtual void | Disconnect (int _id) |
| Disconnect a callback to this event. More...
|
|
bool | GetSignaled () const |
| Get whether this event has been signaled. More...
|
|
void | operator() () |
| Access the signal. More...
|
|
template<typename P > |
void | operator() (const P &_p) |
| Signal the event with one parameter. More...
|
|
template<typename P1 , typename P2 > |
void | operator() (const P1 &_p1, const P2 &_p2) |
| Signal the event with two parameters. More...
|
|
template<typename P1 , typename P2 , typename P3 > |
void | operator() (const P1 &_p1, const P2 &_p2, const P3 &_p3) |
| Signal the event with three parameters. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 > |
void | operator() (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4) |
| Signal the event with four parameters. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 > |
void | operator() (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5) |
| Signal the event with five parameters. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 > |
void | operator() (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6) |
| Signal the event with six parameters. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 > |
void | operator() (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6, const P7 &_p7) |
| Signal the event with seven parameters. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 > |
void | operator() (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6, const P7 &_p7, const P8 &_p8) |
| Signal the event with eight parameters. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 , typename P9 > |
void | operator() (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6, const P7 &_p7, const P8 &_p8, const P9 &_p9) |
| Signal the event with nine parameters. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 , typename P9 , typename P10 > |
void | operator() (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6, const P7 &_p7, const P8 &_p8, const P9 &_p9, const P10 &_p10) |
| Signal the event with ten parameters. More...
|
|
void | Signal () |
| Signal the event for all subscribers. More...
|
|
template<typename P > |
void | Signal (const P &_p) |
| Signal the event with one parameter. More...
|
|
template<typename P1 , typename P2 > |
void | Signal (const P1 &_p1, const P2 &_p2) |
| Signal the event with two parameter. More...
|
|
template<typename P1 , typename P2 , typename P3 > |
void | Signal (const P1 &_p1, const P2 &_p2, const P3 &_p3) |
| Signal the event with three parameter. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 > |
void | Signal (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4) |
| Signal the event with four parameter. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 > |
void | Signal (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5) |
| Signal the event with five parameter. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 > |
void | Signal (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6) |
| Signal the event with six parameter. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 > |
void | Signal (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6, const P7 &_p7) |
| Signal the event with seven parameter. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 > |
void | Signal (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6, const P7 &_p7, const P8 &_p8) |
| Signal the event with eight parameter. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 , typename P9 > |
void | Signal (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6, const P7 &_p7, const P8 &_p8, const P9 &_p9) |
| Signal the event with nine parameter. More...
|
|
template<typename P1 , typename P2 , typename P3 , typename P4 , typename P5 , typename P6 , typename P7 , typename P8 , typename P9 , typename P10 > |
void | Signal (const P1 &_p1, const P2 &_p2, const P3 &_p3, const P4 &_p4, const P5 &_p5, const P6 &_p6, const P7 &_p7, const P8 &_p8, const P9 &_p9, const P10 &_p10) |
| Signal the event with ten parameter. More...
|
|