![]() |
dbus-cxx
|
This is the complete list of members for DBus::InterfaceProxy, including all inherited members.
| add_method(std::shared_ptr< MethodProxyBase > method) | DBus::InterfaceProxy | |
| add_property(std::shared_ptr< PropertyProxyBase > property) | DBus::InterfaceProxy | |
| add_signal(std::shared_ptr< SignalProxyBase > sig) | DBus::InterfaceProxy | |
| cache_properties() | DBus::InterfaceProxy | |
| call(std::shared_ptr< const CallMessage >, int timeout_milliseconds=-1) const | DBus::InterfaceProxy | |
| call_notimeout(std::shared_ptr< const CallMessage >) const | DBus::InterfaceProxy | |
| connection() const | DBus::InterfaceProxy | |
| create(const std::string &name=std::string()) | DBus::InterfaceProxy | static |
| create_call_message(const std::string &method_name) const | DBus::InterfaceProxy | |
| create_method(const std::string &name) | DBus::InterfaceProxy | inline |
| create_property(const std::string &name, PropertyUpdateType update=PropertyUpdateType::Updates) | DBus::InterfaceProxy | inline |
| create_signal(const std::string &sig_name) | DBus::InterfaceProxy | inline |
| DBUS_CXX_PROPAGATE_CONST(std::unique_ptr< priv_data >) m_priv | DBus::InterfaceProxy | private |
| has_method(const std::string &name) const | DBus::InterfaceProxy | |
| has_method(std::shared_ptr< MethodProxyBase > method) const | DBus::InterfaceProxy | |
| has_property(const std::string &name) const | DBus::InterfaceProxy | |
| has_property(std::shared_ptr< PropertyProxyBase > property) const | DBus::InterfaceProxy | |
| has_signal(const std::string &signame) const | DBus::InterfaceProxy | |
| has_signal(std::shared_ptr< SignalProxyBase > sig) const | DBus::InterfaceProxy | |
| InterfaceProxy(const std::string &name) | DBus::InterfaceProxy | protected |
| method(const std::string &name) const | DBus::InterfaceProxy | |
| Methods typedef | DBus::InterfaceProxy | |
| methods() const | DBus::InterfaceProxy | |
| name() const | DBus::InterfaceProxy | |
| object() const | DBus::InterfaceProxy | |
| ObjectProxy | DBus::InterfaceProxy | friend |
| on_object_set_path(const std::string &path) | DBus::InterfaceProxy | private |
| path() const | DBus::InterfaceProxy | |
| properties() const | DBus::InterfaceProxy | |
| property(const std::string &name) const | DBus::InterfaceProxy | |
| property_updated(std::string, std::map< std::string, DBus::Variant >, std::vector< std::string >) | DBus::InterfaceProxy | private |
| remove_method(const std::string &name) | DBus::InterfaceProxy | |
| remove_method(std::shared_ptr< MethodProxyBase > method) | DBus::InterfaceProxy | |
| remove_property(const std::string &name) | DBus::InterfaceProxy | |
| remove_property(std::shared_ptr< PropertyProxyBase > method) | DBus::InterfaceProxy | |
| remove_signal(const std::string &signame) | DBus::InterfaceProxy | |
| remove_signal(std::shared_ptr< SignalProxyBase > sig) | DBus::InterfaceProxy | |
| set_object(ObjectProxy *obj) | DBus::InterfaceProxy | private |
| signal(const std::string &signame) | DBus::InterfaceProxy | |
| Signals typedef | DBus::InterfaceProxy | |
| signals() const | DBus::InterfaceProxy | |
| ~InterfaceProxy() | DBus::InterfaceProxy | virtual |