swift
|
Something having access to the settings. More...
Protected Member Functions | |
CSettingsAware (CSettingsProvider *provider) | |
Constructor. | |
~CSettingsAware ()=default | |
Destructor. | |
CSettings | getSettings () const |
Get settings. More... | |
void | setSettings (const CSettings &settings) |
Set settings. More... | |
const CConfig & | getConfig () const |
Get settings from xswiftbus.conf (needed during plugin initialization) More... | |
bool | writeConfig (bool tcas, bool debug) |
Write a config file with these new values. More... | |
Something having access to the settings.
Definition at line 59 of file settings.h.
|
protected |
Get settings from xswiftbus.conf (needed during plugin initialization)
Definition at line 40 of file settings.cpp.
|
protected |
Get settings.
Definition at line 36 of file settings.cpp.
|
protected |
Set settings.
Definition at line 38 of file settings.cpp.
|
protected |
Write a config file with these new values.
Definition at line 42 of file settings.cpp.