Part of the slot/signal system. More...
#include <gslot.h>
Public Member Functions | |
Slot1 () | |
Slot1 (SlotBase *imp, void(*op)(SlotBase *, P)) | |
~Slot1 () | |
void | callback (P p) |
Slot1 (const Slot1< P > &other) | |
void | swap (Slot1< P > &rhs) |
void | operator= (const Slot1< P > &rhs) |
const SlotBase * | base () const |
Part of the slot/signal system.
Definition at line 205 of file gslot.h.
Referenced by G::Signal1< bool >::connect().
|
inline |
Definition at line 201 of file gslot.h.
Referenced by G::Signal1< bool >::emit().
Definition at line 203 of file gslot.h.
Referenced by G::Slot1< bool >::operator=().