scim 1.4.18
|
Base class for slots that can connect to scim::Signals. More...
#include <scim_slot.h>
Protected Member Functions | |
Slot () | |
Constructor. | |
virtual | ~Slot ()=0 |
Destructor. | |
![]() | |
ReferencedObject () | |
Constructor. | |
virtual | ~ReferencedObject ()=0 |
Destructor. | |
void | set_referenced (bool reference) |
Additional Inherited Members | |
![]() | |
bool | is_referenced () const |
void | ref () |
Increase an object's reference count by one. | |
void | unref () |
Base class for slots that can connect to scim::Signals.
|
protected |
Constructor.
|
protectedpure virtual |
Destructor.