![]() |
Scanframe Modular Application 0.1.0
|
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::ConfigStore | explicit |
| ConfigStore(const ConfigStore &cs) | sf::ConfigStore | explicit |
| ConfigStore(const QString &filepath, QSettings::Format format) | sf::ConfigStore | explicit |
| ConfigStore(const QSettings &settings) | sf::ConfigStore | explicit |
| ConfigStore(ConfigStore &&) noexcept | sf::ConfigStore | explicit |
| exists() | sf::ConfigStore | |
| getBool(QAnyStringView section, QAnyStringView key, bool def) const | sf::ConfigStore | |
| getByteArray(QAnyStringView section, QAnyStringView key, QByteArray 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 | |
| getKeys(QAnyStringView section, QStringList &keys) const | sf::ConfigStore | |
| getKeys(QAnyStringView section) const | sf::ConfigStore | |
| getPath() const | sf::ConfigStore | |
| getSectionDefault() | sf::ConfigStore | |
| getSections() const | sf::ConfigStore | |
| getSectionValues(QAnyStringView section, Values &values) const | 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 | |
| getStringList(QAnyStringView section, QAnyStringView key, const QStringList &def={}) const | sf::ConfigStore | |
| getValue(QAnyStringView section, QAnyStringView key) const | sf::ConfigStore | |
| getValue(QAnyStringView section, QAnyStringView key, const QVariant &def) const | sf::ConfigStore | |
| isSection(QAnyStringView section) const | sf::ConfigStore | |
| operator()() | sf::ConfigStore | |
| operator=(const 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 | |
| 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 §ion, 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 |