#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. |
Definition at line 213 of file scim_slot.h.
|
Constructor. Definition at line 216 of file scim_slot.h. |
|
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 >.
Referenced by scim::Slot1< R, P1 >::operator()(). |
|
Function operator; Calls call(). Definition at line 223 of file scim_slot.h. References scim::Slot1< R, P1 >::call(). |