WARNING: USE THIS SOFTWARE AT YOUR OWN RISK! THIS IS EXPERIMENTAL SOFTWARE NOT INTENDED FOR PRODUCTION USE! Zuble is currently an early stage prototype. As such Zuble is minimally tested and inherently unstable. It is provided for experimental, development, and demonstration purposes only. | Zuble QML Types | Zuble C++ Classes | Zuble Overview |
Zuble
0.1
Zuble Framework C++/QML extension API
|
This inner class allows ZSettings to store settings bundles. More...
Public Member Functions | |
SettingsBundle () | |
SettingsBundle (const QString &dataPath) | |
SettingsBundle (const QString &metaPath, const QString &dataPath) | |
SettingsBundle (const QString &meta, const QString &dataPath, bool metaAtomic) | |
SettingsBundle (const QString &metaPath, QSettings::Scope scope=QSettings::UserScope, const QString &organization=QString(), const QString &application=QString()) | |
Public Attributes | |
QString | m_metaPath |
QString | m_metaData |
QString | m_dataPath |
QString | m_organization |
QString | m_application |
QSettings::Scope | m_scope |
This inner class allows ZSettings to store settings bundles.
A bundle binds settings meta data to settings data files so that settings data can be displayed and edited by standardized views. Each bundle is referenced by its bundle-id.
Definition at line 55 of file ZSettings.h.
|
inline |
Definition at line 58 of file ZSettings.h.
|
inline |
Definition at line 60 of file ZSettings.h.
|
inline |
Definition at line 63 of file ZSettings.h.
|
inline |
Definition at line 67 of file ZSettings.h.
|
inline |
Definition at line 70 of file ZSettings.h.
QString Zbl::ZSettings::SettingsBundle::m_application |
Definition at line 83 of file ZSettings.h.
Referenced by Zbl::ZSettings::getBundle(), Zbl::ZSettings::getBundleSettings(), and Zbl::ZSettings::open().
QString Zbl::ZSettings::SettingsBundle::m_dataPath |
Definition at line 81 of file ZSettings.h.
Referenced by Zbl::ZSettings::getBundle(), Zbl::ZSettings::getBundleSettings(), Zbl::ZSettings::insertBundle(), and Zbl::ZSettings::open().
QString Zbl::ZSettings::SettingsBundle::m_metaData |
Definition at line 80 of file ZSettings.h.
Referenced by Zbl::ZSettings::insertBundle(), and Zbl::ZSettings::realizeSettings().
QString Zbl::ZSettings::SettingsBundle::m_metaPath |
Definition at line 79 of file ZSettings.h.
Referenced by Zbl::ZSettings::getBundle(), Zbl::ZSettings::insertBundle(), and Zbl::ZSettings::realizeSettings().
QString Zbl::ZSettings::SettingsBundle::m_organization |
Definition at line 82 of file ZSettings.h.
Referenced by Zbl::ZSettings::getBundle(), Zbl::ZSettings::getBundleSettings(), and Zbl::ZSettings::open().
QSettings::Scope Zbl::ZSettings::SettingsBundle::m_scope |
Definition at line 84 of file ZSettings.h.
Referenced by Zbl::ZSettings::getBundleSettings(), and Zbl::ZSettings::open().
Zuble documentation copyright © 2019 Bob Dinitto. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Zuble is a derivative work of Qt version 5. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.