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