#include <scim_slot.h>
Inheritance diagram for scim::Slot1< R, P1 >:
Public Member Functions | |
virtual R | call (P1 p1) const =0 |
Calls the signal handler connected to this slot. | |
R | operator() (P1 p1) const |
Function operator; Calls call(). | |
Protected Member Functions | |
Slot1 () | |
Constructor. |
|
Constructor.
|
|
Calls the signal handler connected to this slot.
Implemented in scim::BoundSlot1_2< R, P1, P2 >, scim::FunctionSlot1< R, P1 >, scim::MethodSlot1< T, R, P1 >, and scim::SignalSlot1< T, R, P1 >. |
|
Function operator; Calls call().
|