scim
1.4.14
|
#include <scim_slot.h>
Public Member Functions | |
SignalSlot0 (T *signal, PF function) | |
virtual R | call () const |
Calls the signal handler connected to this slot. More... | |
![]() | |
R | operator() () const |
Function operator; Calls call(). More... | |
Additional Inherited Members | |
![]() | |
Slot0 () | |
Constructor. More... | |
|
inline |
|
inlinevirtual |
Calls the signal handler connected to this slot.
Implements scim::Slot0< R >.