casa
5.7.0-16
|
#include <DBusSession.h>
Public Member Functions | |
std::vector< std::string > | listNames () |
DBus::Connection & | connection () |
dbus::Dispatcher & | dispatcher () |
Static Public Member Functions | |
static DBusSession & | instance () |
Private Member Functions | |
DBusSession (DBus::Connection &) | |
DBusSession () | |
void | NameOwnerChanged (const std::string &, const std::string &, const std::string &) |
pure virtual functions (i.e. More... | |
void | NameLost (const std::string &) |
void | NameAcquired (const std::string &) |
Private Attributes | |
DBus::Connection | conn |
Static Private Attributes | |
static dbus::Dispatcher * | dispatcher_ |
Friends | |
class | init_dispatcher |
Definition at line 38 of file DBusSession.h.
|
private |
|
private |
|
inline |
Definition at line 46 of file DBusSession.h.
References conn.
|
inline |
Definition at line 47 of file DBusSession.h.
References dispatcher_.
Referenced by casa::FlagPlotServerProxy::button(), casa::FlagPlotServerProxy::check(), casa::FlagPlotServerProxy::closing(), casa::FlagPlotServerProxy::eventloop(), and casa::FlagPlotServerProxy::exiting().
|
static |
|
inline |
Definition at line 45 of file DBusSession.h.
|
private |
|
private |
|
private |
pure virtual functions (i.e.
dbus signals)
|
friend |
Definition at line 62 of file DBusSession.h.
|
private |
Definition at line 51 of file DBusSession.h.
Referenced by connection().
|
staticprivate |
Definition at line 55 of file DBusSession.h.
Referenced by dispatcher(), and casa::init_dispatcher::init_dispatcher().