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