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