swift
|
DBus Dispatcher. More...
Public Member Functions | |
CDBusDispatcher () | |
Constructor. | |
virtual | ~CDBusDispatcher () |
Destructor. | |
void | add (IDispatchable *dispatchable) |
Add dispatchable object. | |
void | remove (IDispatchable *dispatchable) |
Remove dispatchable object. | |
void | waitAndRun () |
Waits for events to be dispatched and handles them. | |
void | runOnce () |
Dispatches ready handlers and returns without waiting. | |
Friends | |
class | WatchHandler |
class | TimeoutHandler |
class | Timer |
class | CDBusConnection |
class | CDBusServer |
DBus Dispatcher.
Definition at line 42 of file dbusdispatcher.h.