DBus::CallMessage | Represents a DBus call message |
DBus::Connection | Connection point to the DBus |
DBus::Dispatcher | Handles multi-threaded dispatching of one or more connections |
DBus::Glib::Dispatcher | Reimplements DBus::Dispatcher to conduct all dispatching in the provided Glib MainContext if one is provided or in the default context otherwise |
DBus::Error | Base class of a hierarchy of error objects thrown when exceptional conditions occur |
ErrorAccessDenied | |
ErrorAddressInUse | |
ErrorAuthFailed | |
ErrorBadAddress | |
ErrorDeadlock | |
ErrorDisconnected | |
ErrorFailed | |
ErrorFileExists | |
ErrorFileNotFound | |
ErrorInvalidAdaptee | |
ErrorInvalidArgs | |
ErrorInvalidCObject | |
ErrorInvalidConnection | |
ErrorInvalidFileContent | |
ErrorInvalidMessageType | |
ErrorInvalidSignature | |
ErrorInvalidTypecast | |
ErrorIOError | |
ErrorLimitsExceeded | |
ErrorMatchRuleInvalid | |
ErrorMatchRuleNotFound | |
DBus::ErrorMessage | Represents a DBus Error message |
ErrorNameHasNoOwner | |
ErrorNoConnection | |
ErrorNoMemory | |
ErrorNoNetwork | |
ErrorNoReply | |
ErrorNoServer | |
ErrorNotInitialized | |
ErrorNotOwner | |
ErrorNotSupported | |
ErrorSELinuxSecurityContextUnknown | |
ErrorServiceUnknown | |
ErrorSpawnChildExited | |
ErrorSpawnChildSignaled | |
ErrorSpawnExecFailed | |
ErrorSpawnFailed | |
ErrorSpawnForkFailed | |
ErrorTimedOut | |
ErrorTimeout | |
ErrorUnixProcessIdUnknown | |
ErrorUnknownMethod | |
DBus::FilterAccumulator | This accumulator will try each slot and stop when the first slot returns FILTER |
DBus::Interface | |
DBus::InterfaceProxy | |
DBus::InterruptablePredicateAccumulatorDefaultFalse | This accumulator will interrupt on the first slot that returns true |
DBus::Message | This class represents a basic DBus message and also serves as a base class for the specialized message types (call, return, signal, error) |
DBus::MessageAppendIterator | Insertion iterator allow values to be appended to a message |
DBus::MessageFilter | This class provides a common base class for all message filters |
DBus::MessageHandler | This class provides a common base class for all message handlers |
DBus::MessageHandlerAccumulator | This accumulator will try each slot and stop when the first slot returns HANDLED |
DBus::MessageIterator | Extraction iterator allowing values to be retrieved from a message |
DBus::Method< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7 > | |
DBus::Method< T_return, nil, nil, nil, nil, nil, nil, nil > | |
DBus::Method< T_return, T_arg1, nil, nil, nil, nil, nil, nil > | |
DBus::Method< T_return, T_arg1, T_arg2, nil, nil, nil, nil, nil > | |
DBus::Method< T_return, T_arg1, T_arg2, T_arg3, nil, nil, nil, nil > | |
DBus::Method< T_return, T_arg1, T_arg2, T_arg3, T_arg4, nil, nil, nil > | |
DBus::Method< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil, nil > | |
DBus::Method< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil > | |
DBus::Method< void, nil, nil, nil, nil, nil, nil, nil > | |
DBus::Method< void, T_arg1, nil, nil, nil, nil, nil, nil > | |
DBus::Method< void, T_arg1, T_arg2, nil, nil, nil, nil, nil > | |
DBus::Method< void, T_arg1, T_arg2, T_arg3, nil, nil, nil, nil > | |
DBus::Method< void, T_arg1, T_arg2, T_arg3, T_arg4, nil, nil, nil > | |
DBus::Method< void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil, nil > | |
DBus::Method< void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil > | |
DBus::Method< void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7 > | |
DBus::MethodBase | |
DBus::MethodProxy< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7 > | |
DBus::MethodProxy< T_return, nil, nil, nil, nil, nil, nil, nil > | |
DBus::MethodProxy< T_return, T_arg1, nil, nil, nil, nil, nil, nil > | |
DBus::MethodProxy< T_return, T_arg1, T_arg2, nil, nil, nil, nil, nil > | |
DBus::MethodProxy< T_return, T_arg1, T_arg2, T_arg3, nil, nil, nil, nil > | |
DBus::MethodProxy< T_return, T_arg1, T_arg2, T_arg3, T_arg4, nil, nil, nil > | |
DBus::MethodProxy< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil, nil > | |
DBus::MethodProxy< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil > | |
DBus::MethodProxy< void, nil, nil, nil, nil, nil, nil, nil > | |
DBus::MethodProxy< void, T_arg1, nil, nil, nil, nil, nil, nil > | |
DBus::MethodProxy< void, T_arg1, T_arg2, nil, nil, nil, nil, nil > | |
DBus::MethodProxy< void, T_arg1, T_arg2, T_arg3, nil, nil, nil, nil > | |
DBus::MethodProxy< void, T_arg1, T_arg2, T_arg3, T_arg4, nil, nil, nil > | |
DBus::MethodProxy< void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil, nil > | |
DBus::MethodProxy< void, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil > | |
DBus::MethodProxyBase | |
DBus::Object | |
DBus::ObjectProxy | Object proxies are local proxies that provide local methods and signals for remote objects with dbus interfaces |
DBus::Path | |
DBus::PendingCall | Monitors an asynchronous call, emitting a signal when a response is received |
DBus::PredicateAccumulatorDefaultFalse | This accumulator starts with a presumption of false and checks to see if any result returned true |
DBus::PredicateAccumulatorDefaultTrue | This accumulator starts with a presumption of true and checks to see if any result returned false |
DBus::ReturnMessage | Represents a DBus call return message |
DBus::signal< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7 > | Subclass of the numbered sigc::signal templates |
DBus::signal< T_return, nil, nil, nil, nil, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal< T_return, T_arg1, nil, nil, nil, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal< T_return, T_arg1, T_arg2, nil, nil, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal< T_return, T_arg1, T_arg2, T_arg3, nil, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal< T_return, T_arg1, T_arg2, T_arg3, T_arg4, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal_base | |
DBus::signal_proxy< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, T_arg7 > | Subclass of the numbered sigc::signal templates |
DBus::signal_proxy< T_return, nil, nil, nil, nil, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal_proxy< T_return, T_arg1, nil, nil, nil, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal_proxy< T_return, T_arg1, T_arg2, nil, nil, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal_proxy< T_return, T_arg1, T_arg2, T_arg3, nil, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal_proxy< T_return, T_arg1, T_arg2, T_arg3, T_arg4, nil, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal_proxy< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, nil, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal_proxy< T_return, T_arg1, T_arg2, T_arg3, T_arg4, T_arg5, T_arg6, nil > | Subclass of the numbered sigc::signal templates |
DBus::signal_proxy_base | |
DBus::signal_proxy_simple | |
DBus::SignalMessage | Represents a DBus signal message |
DBus::SignalReceiver | This class serves as a receiver of incoming signal messages |
DBus::Signature | |
DBus::SignatureIterator | Signature iterator allowing type signatures to be parsed |
DBus::Timeout | Provides timeouts that can be armed/disarmed as necessary |
DBus::Watch | Provides file descriptor watches |