Part of the slot/signal system. More...
#include <gslot.h>
Public Member Functions | |
Slot3 () | |
Slot3 (SlotBase *imp, void(*op)(SlotBase *, P1, P2, P3)) | |
~Slot3 () | |
void | callback (P1 p1, P2 p2, P3 p3) |
Slot3 (const Slot3< P1, P2, P3 > &other) | |
void | swap (Slot3< P1, P2, P3 > &rhs) |
void | operator= (const Slot3< P1, P2, P3 > &rhs) |
const SlotBase * | base () const |
Part of the slot/signal system.
|
inline |
Definition at line 353 of file gslot.h.
Referenced by G::Signal3< bool, unsigned long, std::string >::connect().
|
inline |
Definition at line 349 of file gslot.h.
Referenced by G::Signal3< bool, unsigned long, std::string >::emit().
|
inline |
Definition at line 351 of file gslot.h.
Referenced by G::Slot3< bool, unsigned long, std::string >::operator=().