mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-15 17:55:34 +08:00
refs #450 When GUI connects to core, it needs to have all current core settings inserted into its core settings cache.
This commit is contained in:
@@ -104,6 +104,12 @@ namespace BlackCore
|
||||
//! \note This is the function which relays cache changes via DBus.
|
||||
virtual void changeSettings(const BlackMisc::CVariantMap &settings, const BlackMisc::CIdentifier &origin);
|
||||
|
||||
//! Get all settings currently in core settings cache
|
||||
virtual BlackMisc::CVariantMap getAllSettings() const = 0;
|
||||
|
||||
//! Update local settings with settings from core
|
||||
virtual void synchronizeLocalSettings() = 0;
|
||||
|
||||
//! Save core settings to disk
|
||||
virtual BlackMisc::CStatusMessage saveSettings(const QString &keyPrefix = {}) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user