scim
1.4.13
|
Base class template for slots passing one argument of type P1 and returning a value of type R. More...
#include <scim_slot.h>
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. | |
![]() | |
Slot () | |
Constructor. | |
virtual | ~Slot ()=0 |
Destructor. | |
![]() | |
ReferencedObject () | |
Constructor. | |
virtual | ~ReferencedObject ()=0 |
Destructor. | |
void | set_referenced (bool reference) |
Base class template for slots passing one argument of type P1 and returning a value of type R.
|
inlineprotected |
Constructor.
|
pure virtual |
Calls the signal handler connected to this slot.
Implemented in scim::SignalSlot1< T, R, P1 >, scim::MethodSlot1< T, R, P1 >, scim::FunctionSlot1< R, P1 >, and scim::BoundSlot1_2< R, P1, P2 >.
Referenced by scim::Signal1< void, const ConfigPointer & >::emit(), scim::Signal1< void, P1, IgnoreMarshal >::emit(), and scim::Slot1< R, P1 >::operator()().
|
inline |
Function operator; Calls call().
References scim::Slot1< R, P1 >::call().