Basic implementation for an archive used Qt settings implementation as persistence medium.
More...
#include <CSettingsArchiveBase.h>
|
| | CSettingsArchiveBase (const QString &organizationName, const QString &applicationName, const QString &rootKey, QSettings::Scope settingsScope=QSettings::UserScope) |
| | Constructor.
|
| |
Basic implementation for an archive used Qt settings implementation as persistence medium.
Definition at line 22 of file CSettingsArchiveBase.h.
◆ BaseClass
◆ OpenTagsList
◆ CSettingsArchiveBase()
| iqt::CSettingsArchiveBase::CSettingsArchiveBase |
( |
const QString & |
organizationName, |
|
|
const QString & |
applicationName, |
|
|
const QString & |
rootKey, |
|
|
QSettings::Scope |
settingsScope = QSettings::UserScope |
|
) |
| |
Constructor.
- Parameters
-
| organizationName | Name of the organization. |
| applicationName | Name of the application. |
| rootKey | The root key. |
| settingsScope | (Optional) the settings scope. |
◆ CreateNextValueKey()
| QString iqt::CSettingsArchiveBase::CreateNextValueKey |
( |
| ) |
|
|
protected |
◆ EnterTag()
| bool iqt::CSettingsArchiveBase::EnterTag |
( |
const QByteArray & |
tagId | ) |
|
|
protected |
◆ GetBaseKey()
| QString iqt::CSettingsArchiveBase::GetBaseKey |
( |
| ) |
const |
|
protected |
◆ GetCurrentCountKey()
| QString iqt::CSettingsArchiveBase::GetCurrentCountKey |
( |
| ) |
const |
|
protected |
◆ LeaveTag()
| bool iqt::CSettingsArchiveBase::LeaveTag |
( |
const QByteArray & |
tagId | ) |
|
|
protected |
◆ m_openTagsList
◆ m_rootKey
| QString iqt::CSettingsArchiveBase::m_rootKey |
|
protected |
◆ m_valuesCount
| int iqt::CSettingsArchiveBase::m_valuesCount |
|
protected |
The documentation for this class was generated from the following file: