![]() |
Scanframe Modular Application 0.1.0
|
This is the complete list of members for sf::ConfigStore, including all inherited members.
assign(const ConfigStore &cfg_store) | sf::ConfigStore | |
assign(const QString &filepath) | sf::ConfigStore | |
ConfigStore(QObject *parent=nullptr) | sf::ConfigStore | explicit |
ConfigStore(const QString &path, QObject *parent=nullptr) | sf::ConfigStore | explicit |
ConfigStore(const ConfigStore &cs) | sf::ConfigStore | explicit |
ConfigStore(ConfigStore &&) noexcept | sf::ConfigStore | explicit |
exists() | sf::ConfigStore | |
getBool(QAnyStringView section, QAnyStringView key, bool def) const | sf::ConfigStore | |
getFloat(QAnyStringView section, QAnyStringView key, double def) const | sf::ConfigStore | |
getInt(QAnyStringView section, QAnyStringView key, int def=0) const | sf::ConfigStore | |
getKeyPrefix() const | sf::ConfigStore | |
getKeys(QAnyStringView section, QStringList &keys) const | sf::ConfigStore | |
getKeys(QAnyStringView section) const | sf::ConfigStore | |
getPath() const | sf::ConfigStore | |
getSections() const | sf::ConfigStore | |
getSectionValues(QAnyStringView section, Values &values) const | sf::ConfigStore | |
getSettings() | sf::ConfigStore | |
getStdString(const std::string §ion, const std::string &key, const std::string &def) const | sf::ConfigStore | |
getString(QAnyStringView section, QAnyStringView key, QAnyStringView def={}) const | sf::ConfigStore | |
isSection(QAnyStringView section) const | sf::ConfigStore | |
operator()() | sf::ConfigStore | |
operator=(ConfigStore &) noexcept | sf::ConfigStore | |
operator=(ConfigStore &&) noexcept | sf::ConfigStore | |
removeKey(QAnyStringView section, QAnyStringView key) | sf::ConfigStore | |
removeKeys(QAnyStringView section) | sf::ConfigStore | |
removeSection(QAnyStringView section) | sf::ConfigStore | |
setBool(QAnyStringView section, QAnyStringView key, bool value) | sf::ConfigStore | |
setFloat(QAnyStringView section, QAnyStringView key, double value) | sf::ConfigStore | |
setInt(QAnyStringView section, QAnyStringView key, int value) | sf::ConfigStore | |
setKeyPrefix(QAnyStringView prefix) | sf::ConfigStore | |
setSectionDefault(QAnyStringView section) | sf::ConfigStore | |
setSectionValues(QAnyStringView section, const Values &values) | sf::ConfigStore | |
setStdString(const std::string §ion, const std::string &key, const std::string &value) | sf::ConfigStore | |
setString(QAnyStringView section, QAnyStringView key, QAnyStringView value) | sf::ConfigStore | |
~ConfigStore() override | sf::ConfigStore |