#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. |
|
Definition at line 204 of file scim_slot.h. |
|
Calls the signal handler connected to this slot.
Implements scim::Slot0< R >. Definition at line 206 of file scim_slot.h. |