Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
sf::ConfigStore Member List

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::ConfigStoreexplicit
ConfigStore(const QString &path, QObject *parent=nullptr)sf::ConfigStoreexplicit
ConfigStore(const ConfigStore &cs)sf::ConfigStoreexplicit
ConfigStore(ConfigStore &&) noexceptsf::ConfigStoreexplicit
exists()sf::ConfigStore
getBool(QAnyStringView section, QAnyStringView key, bool def) constsf::ConfigStore
getFloat(QAnyStringView section, QAnyStringView key, double def) constsf::ConfigStore
getInt(QAnyStringView section, QAnyStringView key, int def=0) constsf::ConfigStore
getKeyPrefix() constsf::ConfigStore
getKeys(QAnyStringView section, QStringList &keys) constsf::ConfigStore
getKeys(QAnyStringView section) constsf::ConfigStore
getPath() constsf::ConfigStore
getSections() constsf::ConfigStore
getSectionValues(QAnyStringView section, Values &values) constsf::ConfigStore
getSettings()sf::ConfigStore
getStdString(const std::string &section, const std::string &key, const std::string &def) constsf::ConfigStore
getString(QAnyStringView section, QAnyStringView key, QAnyStringView def={}) constsf::ConfigStore
isSection(QAnyStringView section) constsf::ConfigStore
operator()()sf::ConfigStore
operator=(ConfigStore &) noexceptsf::ConfigStore
operator=(ConfigStore &&) noexceptsf::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 &section, const std::string &key, const std::string &value)sf::ConfigStore
setString(QAnyStringView section, QAnyStringView key, QAnyStringView value)sf::ConfigStore
~ConfigStore() overridesf::ConfigStore