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 &cs)sf::ConfigStore
ConfigStore(bool app=false)sf::ConfigStoreexplicit
ConfigStore(const ConfigStore &cs)sf::ConfigStoreexplicit
ConfigStore(const QString &filepath, QSettings::Format format)sf::ConfigStoreexplicit
ConfigStore(const QSettings &settings)sf::ConfigStoreexplicit
ConfigStore(ConfigStore &&) noexceptsf::ConfigStoreexplicit
exists()sf::ConfigStore
getBool(QAnyStringView section, QAnyStringView key, bool def) constsf::ConfigStore
getByteArray(QAnyStringView section, QAnyStringView key, QByteArray def={}) constsf::ConfigStore
getFloat(QAnyStringView section, QAnyStringView key, double def) constsf::ConfigStore
getInt(QAnyStringView section, QAnyStringView key, int def=0) constsf::ConfigStore
getKeys(QAnyStringView section, QStringList &keys) constsf::ConfigStore
getKeys(QAnyStringView section) constsf::ConfigStore
getPath() constsf::ConfigStore
getSectionDefault()sf::ConfigStore
getSections() constsf::ConfigStore
getSectionValues(QAnyStringView section, Values &values) constsf::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
getStringList(QAnyStringView section, QAnyStringView key, const QStringList &def={}) constsf::ConfigStore
getValue(QAnyStringView section, QAnyStringView key) constsf::ConfigStore
getValue(QAnyStringView section, QAnyStringView key, const QVariant &def) constsf::ConfigStore
isSection(QAnyStringView section) constsf::ConfigStore
operator()()sf::ConfigStore
operator=(const ConfigStore &) noexceptsf::ConfigStore
operator=(ConfigStore &&) noexceptsf::ConfigStore
removeKey(QAnyStringView section, QAnyStringView key)sf::ConfigStore
removeKeys(QAnyStringView section)sf::ConfigStore
removeSection(QAnyStringView section)sf::ConfigStore
scope(QAnyStringView section)sf::ConfigStore
setBool(QAnyStringView section, QAnyStringView key, bool value)sf::ConfigStore
setByteArray(QAnyStringView section, QAnyStringView key, const QByteArray &value)sf::ConfigStore
setFloat(QAnyStringView section, QAnyStringView key, double value)sf::ConfigStore
setInt(QAnyStringView section, QAnyStringView key, int value)sf::ConfigStore
setPath(const QString &filepath)sf::ConfigStore
setSectionDefault(QAnyStringView section)sf::ConfigStore
setSectionOffset(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
setStringList(QAnyStringView section, QAnyStringView key, const QStringList &value)sf::ConfigStore
settings()sf::ConfigStore
setValue(QAnyStringView section, QAnyStringView key, const QVariant &value)sf::ConfigStore
storeTreeView(QAnyStringView section, QAnyStringView name, const QTreeView *tv, bool rd)sf::ConfigStore
storeWindow(QAnyStringView section, QAnyStringView key, QWidget *widget, bool rd)sf::ConfigStore
~ConfigStore()sf::ConfigStore