#include <scim_signals.h>
Inheritance diagram for scim::SlotNode:


Public Member Functions | |
| bool | blocked () const |
| Returns true if the slot is blocked. | |
| virtual void | block () |
| Block signal emission to the slot until unblock is called. | |
| virtual void | unblock () |
| Unblock the slot so signal emmissions can be received. | |
| virtual void | disconnect () |
| Disconnect the slot. The slot will no longer recieve signal emissions. | |
Definition at line 58 of file scim_signals.h.
|
|
Returns true if the slot is blocked. Definition at line 68 of file scim_signals.h. |
|
|
Block signal emission to the slot until unblock is called.
Implements scim::Node.
|
|
|
Unblock the slot so signal emmissions can be received.
Implements scim::Node.
|
|
|
Disconnect the slot. The slot will no longer recieve signal emissions.
Implements scim::Node.
|
1.3.8