#include <scim_signals.h>
Inheritance diagram for scim::Signal0< R, Marshal >:
Public Types | |
typedef Slot0< R > | SlotType |
Function signature for handlers connecting the signal. | |
Public Member Functions | |
Connection | connect (SlotType *slot) |
SlotType * | slot () |
R | emit () |
R | operator() () |
Function operator; calls emit(). |
|
Function signature for handlers connecting the signal.
|
|
Connect a slot to the signal. <
|
|
Returns a slot for this signal. <
|
|
Emit the signal. <
|
|
Function operator; calls emit().
|