6 #ifndef SWIFT_CORE_CONTEXTAPPLICATION_EMPTY_H
7 #define SWIFT_CORE_CONTEXTAPPLICATION_EMPTY_H
37 logEmptyContextWarning(Q_FUNC_INFO);
43 logEmptyContextWarning(Q_FUNC_INFO);
50 logEmptyContextWarning(Q_FUNC_INFO);
57 logEmptyContextWarning(Q_FUNC_INFO);
68 logEmptyContextWarning(Q_FUNC_INFO);
76 logEmptyContextWarning(Q_FUNC_INFO);
83 logEmptyContextWarning(Q_FUNC_INFO);
93 logEmptyContextWarning(Q_FUNC_INFO);
103 logEmptyContextWarning(Q_FUNC_INFO);
109 Q_UNUSED(application);
110 logEmptyContextWarning(Q_FUNC_INFO);
117 Q_UNUSED(application);
118 logEmptyContextWarning(Q_FUNC_INFO);
124 logEmptyContextWarning(Q_FUNC_INFO);
131 logEmptyContextWarning(Q_FUNC_INFO);
Configuration object for the contexts.
The class providing facades (the contexts) for all DBus relevant operations.
CContextApplicationEmpty(CCoreFacade *runtime)
Constructor.
virtual swift::misc::CStatusMessage saveSettings(const QString &keyPrefix={})
Save core settings to disk.
virtual swift::misc::CIdentifier registerApplication(const swift::misc::CIdentifier &application)
Register application, can also be used for ping.
virtual swift::misc::CIdentifierList getRegisteredApplications() const
All registered applications.
virtual swift::misc::CValueCachePacket getAllSettings() const
Get all settings currently in core settings cache.
virtual swift::misc::CStatusMessage loadSettings()
Load core settings from disk.
virtual void callHotkeyActionRemotely(const QString &action, bool argument, const swift::misc::CIdentifier &origin)
Call a hotkey action on a remote process.
virtual void registerHotkeyActions(const QStringList &actions, const swift::misc::CIdentifier &origin)
Register hotkey action implemented by another process.
virtual void synchronizeLocalSettings()
Update local settings with settings from core.
virtual void unregisterApplication(const swift::misc::CIdentifier &application)
Unregister application.
virtual swift::misc::CStatusMessage saveSettingsByKey(const QStringList &keys)
Save core settings to disk.
virtual void changeSettings(const swift::misc::CValueCachePacket &settings, const swift::misc::CIdentifier &origin)
Ratify some settings changed by another process.
virtual swift::misc::CIdentifier getApplicationIdentifier() const
Identifier of application, remote side if distributed.
virtual QStringList getUnsavedSettingsKeys() const
Get keys of all unsaved settings currently in core settings cache.
virtual swift::core::context::CSettingsDictionary getUnsavedSettingsKeysDescribed() const
Get keys of all unsaved settings currently in core settings cache.
Application context interface.
Value object encapsulating information identifying a component of a modular distributed swift process...
Value object encapsulating a list of object identifiers.
Streamable status message, e.g.
Value class used for signalling changed values in the cache.
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.