Part of the slot/signal system. More...
#include <gslot.h>
Public Member Functions | |
Slot2 () | |
Slot2 (SlotBase *imp, void(*op)(SlotBase *, P1, P2)) | |
~Slot2 () | |
void | callback (P1 p1, P2 p2) |
Slot2 (const Slot2< P1, P2 > &other) | |
void | swap (Slot2< P1, P2 > &rhs) |
void | operator= (const Slot2< P1, P2 > &rhs) |
const SlotBase * | base () const |
Part of the slot/signal system.
Definition at line 279 of file gslot.h.
Referenced by G::Signal2< std::string, std::string >::connect().
|
inline |
Definition at line 275 of file gslot.h.
Referenced by G::Signal2< std::string, std::string >::emit().
Definition at line 277 of file gslot.h.
Referenced by G::Slot2< std::string, std::string >::operator=().