casa
5.7.0-16
|
#include <Dispatcher.h>
Public Member Functions | |
Watch (DBus::Watch::Internal *, Dispatcher *) | |
~Watch () | |
void | toggle () |
Public Attributes | |
DBus::Slot< void, Watch & > | ready |
Private Attributes | |
bool | _enabled |
int | _fd |
int | _flags |
int | _state |
Dispatcher * | _disp |
Friends | |
class | Dispatcher |
Definition at line 75 of file Dispatcher.h.
casa::dbus::Watch::Watch | ( | DBus::Watch::Internal * | , |
Dispatcher * | |||
) |
casa::dbus::Watch::~Watch | ( | ) |
void casa::dbus::Watch::toggle | ( | ) |
|
friend |
Definition at line 94 of file Dispatcher.h.
|
private |
Definition at line 93 of file Dispatcher.h.
|
private |
Definition at line 85 of file Dispatcher.h.
|
private |
Definition at line 87 of file Dispatcher.h.
|
private |
Definition at line 88 of file Dispatcher.h.
|
private |
Definition at line 89 of file Dispatcher.h.
DBus::Slot<void, Watch &> casa::dbus::Watch::ready |
Definition at line 82 of file Dispatcher.h.