PdmJobStackupZoneInfo Class
| Header: | #include <PdmJobStackupZoneInfo> |
| Inherits: | QObject |
Public Functions
| PdmJobStackupZoneInfo(QObject *iParent = nullptr) | |
| PdmJobStackupZoneInfo(const QVariantMap &iDataVarMap, QObject *iParent = nullptr) | |
| ~PdmJobStackupZoneInfo() = default |
- 31 public functions inherited from QObject
Public Slots
| QVariantMap | dataMap() const |
| QVariant | getValue(const QString &iKeyStr) |
| QString | getValueText(const QString &iKeyStr) |
| void | setDataMap(const QVariantMap &iDataVarMap) |
| void | setValue(const QString &iKeyStr, const QVariant &iValueVar) |
| void | setZoneDisplayName(const QString &iZoneDisplayName) |
| void | setZoneName(const QString &iZoneName) |
| void | setZoneType(const QString &iZoneType) |
| QString | zoneDisplayName() const |
| QString | zoneName() const |
| QString | zoneType() const |
- 1 public slot inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
Member Function Documentation
PdmJobStackupZoneInfo::PdmJobStackupZoneInfo(QObject *iParent = nullptr)
Default constructs an instance of PdmJobStackupZoneInfo.
PdmJobStackupZoneInfo::PdmJobStackupZoneInfo(const QVariantMap &iDataVarMap, QObject *iParent = nullptr)
Default constructs an instance of PdmJobStackupZoneInfo.
[default] PdmJobStackupZoneInfo::~PdmJobStackupZoneInfo()
Destroys the instance of PdmJobStackupZoneInfo.
[slot] QVariantMap PdmJobStackupZoneInfo::dataMap() const
See also setDataMap().
[slot] QVariant PdmJobStackupZoneInfo::getValue(const QString &iKeyStr)
[slot] QString PdmJobStackupZoneInfo::getValueText(const QString &iKeyStr)
[slot] void PdmJobStackupZoneInfo::setDataMap(const QVariantMap &iDataVarMap)
See also dataMap().
[slot] void PdmJobStackupZoneInfo::setValue(const QString &iKeyStr, const QVariant &iValueVar)
[slot] void PdmJobStackupZoneInfo::setZoneDisplayName(const QString &iZoneDisplayName)
See also zoneDisplayName().
[slot] void PdmJobStackupZoneInfo::setZoneName(const QString &iZoneName)
See also zoneName().
[slot] void PdmJobStackupZoneInfo::setZoneType(const QString &iZoneType)
See also zoneType().
[slot] QString PdmJobStackupZoneInfo::zoneDisplayName() const
See also setZoneDisplayName().
[slot] QString PdmJobStackupZoneInfo::zoneName() const
See also setZoneName().
[slot] QString PdmJobStackupZoneInfo::zoneType() const
See also setZoneType().