swift
|
Configuration object for the contexts. More...
Public Types | |
enum | ContextMode { NotUsed , Local , LocalInDBusServer , Remote } |
How to handle a given context. More... | |
Public Member Functions | |
CCoreFacadeConfig (ContextMode contextMode, const QString &dbusBootstrapAddress="") | |
Constructor. | |
ContextMode | getMode () const |
Mode. | |
bool | requiresDBusSever () const |
Requires server (at least one in server)? | |
bool | requiresDBusConnection () const |
Requires DBus connection (at least one remote)? | |
QString | getDBusAddress () const |
DBus address. | |
bool | hasDBusAddress () const |
DBus address? | |
Configuration object for the contexts.
Definition at line 16 of file corefacadeconfig.h.
How to handle a given context.
Definition at line 20 of file corefacadeconfig.h.