![]() |
dbus-cxx
|
#include <dbus-cxx-qt.h>
#include <iostream>
#include <thread>
#include <QCoreApplication>
#include <QTimer>
Functions | |
static void | some_signal_handler (std::string str) |
static int | a_test (int a, int b) |
int | main (int argc, char **argv) |
Variables | |
static std::shared_ptr< DBus::Dispatcher > | dispatch |
static std::shared_ptr< DBus::Connection > | conn |
static std::string | signal_message |
static int | proxy_retval = 0 |
static std::shared_ptr< DBus::ObjectProxy > | a_side_proxy |
|
static |
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
|
static |
References a_side_proxy, proxy_retval, and signal_message.
Referenced by main().
|
static |
Referenced by main(), and some_signal_handler().
|
static |
Referenced by DBus::Qt::QtDispatcher::activated(), DBus::Object::add_child(), DBus::InterfaceProxy::add_signal(), DBus::ObjectProxy::call(), DBus::ObjectProxy::call_notimeout(), DBus::GLib::GLibDispatcher::channel_has_data(), DBus::Object::child_interface_added(), DBus::Object::child_interface_removed(), DBus::ObjectProxy::create(), DBus::DBusDaemonProxy::create(), DBus::GLib::GLibDispatcher::create_connection(), DBus::Qt::QtDispatcher::create_connection(), DBus::Uv::UvDispatcher::create_connection(), DBus::StandaloneDispatcher::create_connection(), DBus::StandaloneDispatcher::dispatch_connections(), DBus::StandaloneDispatcher::dispatch_thread_main(), DBus::Interface::handle_call_message(), DBus::SignalBase::handle_dbus_outgoing(), DBus::Object::handle_message(), DBus::Interface::handle_properties_message(), main(), DBus::Interface::property_updated(), DBus::Object::set_connection(), DBus::ObjectProxy::set_connection(), DBus::Interface::set_connection(), DBus::Object::set_has_objectmanager(), DBus::InterfaceProxy::set_object(), and DBus::InterfaceProxy::~InterfaceProxy().
|
static |
Referenced by main(), and DBus::Connection::notify_dispatcher_or_dispatch().
|
static |
Referenced by main(), and some_signal_handler().
|
static |
Referenced by main(), and some_signal_handler().