Part of the slot/signal system. More...
#include <gslot.h>
Public Member Functions | |
Slot0 () | |
Slot0 (SlotBase *imp, void(*op)(SlotBase *)) | |
~Slot0 () | |
void | callback () |
Slot0 (const Slot0 &other) | |
void | swap (Slot0 &rhs) |
void | operator= (const Slot0 &rhs) |
const SlotBase * | base () const |
|
inline |
Definition at line 127 of file gslot.h.
References G::SlotBase::down().
|
inline |
Definition at line 129 of file gslot.h.
References G::SlotBase::up().
|
inline |
Definition at line 132 of file gslot.h.
Referenced by G::Signal0::connect().
|
inline |
Definition at line 128 of file gslot.h.
Referenced by G::Signal0::emit().
|
inline |
|
inline |