6 #ifndef SWIFT_CORE_COREFACADECONFIG_H
7 #define SWIFT_CORE_COREFACADECONFIG_H
30 ContextMode m_contextMode;
31 QString m_dbusAddress;
36 : m_contextMode(contextMode), m_dbusAddress(dbusBootstrapAddress)
43 bool requiresDBusSever()
const;
46 bool requiresDBusConnection()
const;
Configuration object for the contexts.
bool hasDBusAddress() const
DBus address?
ContextMode getMode() const
Mode.
CCoreFacadeConfig(ContextMode contextMode, const QString &dbusBootstrapAddress="")
Constructor.
ContextMode
How to handle a given context.
@ NotUsed
during shutdown or not used at all
@ Local
context runs in same process
QString getDBusAddress() const
DBus address.
Backend services of the swift project, like dealing with the network or the simulators.
#define SWIFT_CORE_EXPORT
Export a class or function from the library.