scim
1.4.9
|
#include <scim_slot.h>
Public Member Functions | |
SignalSlot0 (T *signal, PF function) | |
virtual R | call () const |
Calls the signal handler connected to this slot. |
scim::SignalSlot0< T, R >::SignalSlot0 | ( | T * | signal, |
PF | function | ||
) | [inline] |
virtual R scim::SignalSlot0< T, R >::call | ( | ) | const [inline, virtual] |
Calls the signal handler connected to this slot.
Implements scim::Slot0< R >.