casa
$Rev:20696$
|
#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 70 of file Dispatcher.h.
casa::dbus::Watch::Watch | ( | DBus::Watch::Internal * | , |
Dispatcher * | |||
) |
void casa::dbus::Watch::toggle | ( | ) |
friend class Dispatcher [friend] |
Definition at line 89 of file Dispatcher.h.
Dispatcher* casa::dbus::Watch::_disp [private] |
Definition at line 88 of file Dispatcher.h.
bool casa::dbus::Watch::_enabled [private] |
Definition at line 80 of file Dispatcher.h.
int casa::dbus::Watch::_fd [private] |
Definition at line 82 of file Dispatcher.h.
int casa::dbus::Watch::_flags [private] |
Definition at line 83 of file Dispatcher.h.
int casa::dbus::Watch::_state [private] |
Definition at line 84 of file Dispatcher.h.
DBus::Slot<void, Watch &> casa::dbus::Watch::ready |
Definition at line 77 of file Dispatcher.h.