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 24 of file CSettingsArchiveBase.h.
◆ BaseClass
◆ OpenTagsList
◆ CSettingsArchiveBase()
ifile::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 ifile::CSettingsArchiveBase::CreateNextValueKey |
( |
| ) |
|
|
protected |
◆ EnterTag()
bool ifile::CSettingsArchiveBase::EnterTag |
( |
const QByteArray & | tagId | ) |
|
|
protected |
◆ GetBaseKey()
QString ifile::CSettingsArchiveBase::GetBaseKey |
( |
| ) |
const |
|
protected |
◆ GetCurrentCountKey()
QString ifile::CSettingsArchiveBase::GetCurrentCountKey |
( |
| ) |
const |
|
protected |
◆ LeaveTag()
bool ifile::CSettingsArchiveBase::LeaveTag |
( |
const QByteArray & | tagId | ) |
|
|
protected |
◆ m_openTagsList
◆ m_rootKey
QString ifile::CSettingsArchiveBase::m_rootKey |
|
protected |
◆ m_valuesCount
int ifile::CSettingsArchiveBase::m_valuesCount |
|
protected |
The documentation for this class was generated from the following file: