scim 1.4.18
|
#include <scim_slot.h>
Public Member Functions | |
SignalSlot1 (T *signal, PF function) | |
virtual R | call (P1 p1) const |
Calls the signal handler connected to this slot. | |
![]() | |
R | operator() (P1 p1) const |
Function operator; Calls call(). | |
![]() | |
bool | is_referenced () const |
void | ref () |
Increase an object's reference count by one. | |
void | unref () |
Additional Inherited Members | |
![]() | |
Slot1 () | |
Constructor. | |
![]() | |
Slot () | |
Constructor. | |
virtual | ~Slot ()=0 |
Destructor. | |
![]() | |
ReferencedObject () | |
Constructor. | |
virtual | ~ReferencedObject ()=0 |
Destructor. | |
void | set_referenced (bool reference) |
|
inline |
Calls the signal handler connected to this slot.
Implements scim::Slot1< R, P1 >.
References scim::ReferencedObject::Pointer.