|
| enum | Version { NOT_SET = 0
, VERSION_1 = 1
, VERSION_2
, VERSION_3
} |
| |
Definition at line 203 of file toolproperties.h.
◆ Version
| enum ToolProperties::Version |
◆ ~ToolProperties()
| ToolProperties::~ToolProperties |
( |
| ) |
|
|
inline |
◆ addRange()
| void ToolProperties::addRange |
( |
QPair< int, int > |
range | ) |
|
|
inline |
◆ getInfo()
| PropertyInfo ToolProperties::getInfo |
( |
int |
rawPropertyType | ) |
const |
|
inline |
◆ hasLegacySettings()
| bool ToolProperties::hasLegacySettings |
( |
QSettings & |
settings | ) |
const |
|
inline |
◆ identifier()
| QString ToolProperties::identifier |
( |
int |
rawKey | ) |
const |
|
inline |
◆ insertIdentifiers()
| void ToolProperties::insertIdentifiers |
( |
const QHash< int, QString > & |
identifiers | ) |
|
|
inline |
◆ insertProperties()
| void ToolProperties::insertProperties |
( |
const QHash< int, PropertyInfo > & |
properties | ) |
|
|
inline |
◆ isValidType()
| bool ToolProperties::isValidType |
( |
int |
rawType | ) |
const |
|
inline |
◆ loadFrom()
| void ToolProperties::loadFrom |
( |
const QString & |
toolIdentifier, |
|
|
QSettings & |
settings |
|
) |
| |
|
inline |
◆ loadProperty()
◆ requireMigration()
| bool ToolProperties::requireMigration |
( |
QSettings & |
settings, |
|
|
ToolProperties::Version |
version |
|
) |
| |
|
inline |
◆ restoreProperties()
| void ToolProperties::restoreProperties |
( |
| ) |
|
|
inline |
◆ setBaseValue()
| void ToolProperties::setBaseValue |
( |
int |
rawType, |
|
|
const PropertyInfo & |
info |
|
) |
| |
|
inline |
◆ setRanges()
| void ToolProperties::setRanges |
( |
const QVector< QPair< int, int > > & |
ranges | ) |
|
|
inline |
◆ setVersion()
| void ToolProperties::setVersion |
( |
Version |
version | ) |
|
|
inline |
◆ storeTo()
| void ToolProperties::storeTo |
( |
QSettings & |
settings | ) |
|
|
inline |
◆ typeRanges()
| const QVector< QPair< int, int > > & ToolProperties::typeRanges |
( |
| ) |
const |
|
inline |
◆ mIdentifier
| QString ToolProperties::mIdentifier = "undefined" |
|
private |
◆ mIdentifiers
◆ mProps
◆ mTypeRanges
◆ mVersion
| Version ToolProperties::mVersion = VERSION_1 |
|
private |
◆ mVersionKey
| QString ToolProperties::mVersionKey = "ToolProperties_Version" |
|
private |
The documentation for this struct was generated from the following file: