DBus::Interface Member List

This is the complete list of members for DBus::Interface, including all inherited members.

add_method(std::shared_ptr< MethodBase > method)DBus::Interface
add_property(std::shared_ptr< PropertyBase > prop)DBus::Interface
add_signal(std::shared_ptr< SignalBase > signal)DBus::Interface
create(const std::string &name=std::string())DBus::Interfacestatic
create_method(const std::string &name)DBus::Interfaceinline
create_method(const std::string &name, sigc::slot< T_type > slot)DBus::Interfaceinline
create_property(const std::string &name, PropertyAccess access_type=PropertyAccess::ReadWrite, PropertyUpdateType update_type=PropertyUpdateType::Updates)DBus::Interfaceinline
create_signal(const std::string &member)DBus::Interfaceinline
DBUS_CXX_PROPAGATE_CONST(std::unique_ptr< priv_data >) m_privDBus::Interfaceprivate
handle_call_message(std::shared_ptr< Connection > conn, std::shared_ptr< const CallMessage > message)DBus::Interface
handle_properties_message(std::shared_ptr< Connection > conn, std::shared_ptr< const CallMessage > message)DBus::Interface
has_method(const std::string &name) constDBus::Interface
has_property(const std::string &name) constDBus::Interface
has_signal(std::shared_ptr< SignalBase > signal) constDBus::Interface
has_signal(const std::string &name) constDBus::Interface
Interface(const std::string &name)DBus::Interfaceprotected
introspect(int space_depth=0) constDBus::Interface
method(const std::string &name) constDBus::Interface
Methods typedefDBus::Interface
methods() constDBus::Interface
name() constDBus::Interface
Object classDBus::Interfacefriend
path() constDBus::Interface
properties()DBus::Interface
property_updated(DBus::PropertyBase *prop)DBus::Interfaceprivate
PropertyBase classDBus::Interfacefriend
remove_method(const std::string &name)DBus::Interface
remove_method(std::shared_ptr< MethodBase > method)DBus::Interface
remove_signal(std::shared_ptr< SignalBase > signal)DBus::Interface
remove_signal(const std::string &name)DBus::Interface
set_connection(std::weak_ptr< Connection > conn)DBus::Interfaceprivate
set_path(const std::string &new_path)DBus::Interfaceprivate
signal(const std::string &signal_name)DBus::Interface
signal_method_added()DBus::Interface
signal_method_removed()DBus::Interface
Signals typedefDBus::Interface
signals()DBus::Interface
~Interface()DBus::Interfacevirtual