swift
|
Something owning the settings. More...
Public Member Functions | |
CSettings | getSettings () const |
Get settings. More... | |
void | setSettings (const CSettings &settings) |
Set settings. More... | |
virtual const CConfig & | getConfig () const =0 |
Get settings from xswiftbus.conf (needed during plugin initialization) | |
virtual bool | writeConfig (bool tcas, bool debug)=0 |
Write a config file with these new values. | |
Protected Member Functions | |
~CSettingsProvider ()=default | |
Destructor. | |
Something owning the settings.
Definition at line 30 of file settings.h.
CSettings XSwiftBus::CSettingsProvider::getSettings | ( | ) | const |
Get settings.
Definition at line 19 of file settings.cpp.
void XSwiftBus::CSettingsProvider::setSettings | ( | const CSettings & | settings | ) |
Set settings.
Definition at line 25 of file settings.cpp.