PdmJobStackupLayerInfo Class
Header: | #include <PdmJobStackupLayerInfo> |
Inherits: | QObject |
Public Functions
PdmJobStackupLayerInfo(QObject *iParent = nullptr) | |
PdmJobStackupLayerInfo(const QVariantMap &iData, QObject *iParent = nullptr) | |
~PdmJobStackupLayerInfo() = default |
- 31 public functions inherited from QObject
Public Slots
void | clearZoneDisplayType() |
QVariantMap | dataMap() const |
QVariant | getAttrValue(const QString &iKey) const |
PdmJobStackupMaterialLayerInfo * | getMateriLayerData() |
QVariant | getValue(const QString &iKey) const |
QString | getValueText(const QString &iKey) const |
QString | layerName() const |
double | layerNum() const |
QString | layerType() const |
QVariantMap | layerZones() const |
QString | matNum() const |
QString | materialClassName() const |
PdmJobStackupMaterialInfo * | materialData() const |
QString | materialLayerName() const |
void | setAttrValue(const QString &iKey, const QVariant &iValue) |
void | setDataMap(const QVariantMap &iDataVarMap) |
void | setLayerName(const QString &iLayerName) |
void | setLayerNum(const double &iLayerDbl) |
void | setLayerType(const QString &iLayerType) |
void | setLayerZones(const QVariantMap &iLayerZonesMap) |
void | setMatNum(const QString &iMatNumStr) |
void | setMaterialClassName(const QString &iMaterialClassNameStr) |
void | setMaterialData(PdmJobStackupMaterialInfo *iMaterialData) |
void | setMaterialLayerName(const QString &iMaterialLayerNameStr) |
void | setValue(const QString &iKey, const QVariant &iValue) |
void | setZoneDisplayType(const QMap<PdmJobStackupZoneInfo *, QString> &iZoneDisplayType) |
void | setZoneDisplayType(PdmJobStackupZoneInfo *iZoneData, const QString &iDisplayType) |
QMap<PdmJobStackupZoneInfo *, QString> | zoneDisplayType() const |
QStringList | zoneNames() 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
PdmJobStackupLayerInfo::PdmJobStackupLayerInfo(QObject *iParent = nullptr)
Default constructs an instance of PdmJobStackupLayerInfo.
PdmJobStackupLayerInfo::PdmJobStackupLayerInfo(const QVariantMap &iData, QObject *iParent = nullptr)
Default constructs an instance of PdmJobStackupLayerInfo.
[default]
PdmJobStackupLayerInfo::~PdmJobStackupLayerInfo()
Destroys the instance of PdmJobStackupLayerInfo.
[slot]
void PdmJobStackupLayerInfo::clearZoneDisplayType()
[slot]
QVariantMap PdmJobStackupLayerInfo::dataMap() const
See also setDataMap().
[slot]
QVariant PdmJobStackupLayerInfo::getAttrValue(const QString &iKey) const
[slot]
PdmJobStackupMaterialLayerInfo *PdmJobStackupLayerInfo::getMateriLayerData()
[slot]
QVariant PdmJobStackupLayerInfo::getValue(const QString &iKey) const
[slot]
QString PdmJobStackupLayerInfo::getValueText(const QString &iKey) const
[slot]
QString PdmJobStackupLayerInfo::layerName() const
See also setLayerName().
[slot]
double PdmJobStackupLayerInfo::layerNum() const
See also setLayerNum().
[slot]
QString PdmJobStackupLayerInfo::layerType() const
See also setLayerType().
[slot]
QVariantMap PdmJobStackupLayerInfo::layerZones() const
See also setLayerZones().
[slot]
QString PdmJobStackupLayerInfo::matNum() const
See also setMatNum().
[slot]
QString PdmJobStackupLayerInfo::materialClassName() const
See also setMaterialClassName().
[slot]
PdmJobStackupMaterialInfo *PdmJobStackupLayerInfo::materialData() const
See also setMaterialData().
[slot]
QString PdmJobStackupLayerInfo::materialLayerName() const
See also setMaterialLayerName().
[slot]
void PdmJobStackupLayerInfo::setAttrValue(const QString &iKey, const QVariant &iValue)
[slot]
void PdmJobStackupLayerInfo::setDataMap(const QVariantMap &iDataVarMap)
See also dataMap().
[slot]
void PdmJobStackupLayerInfo::setLayerName(const QString &iLayerName)
See also layerName().
[slot]
void PdmJobStackupLayerInfo::setLayerNum(const double &iLayerDbl)
See also layerNum().
[slot]
void PdmJobStackupLayerInfo::setLayerType(const QString &iLayerType)
See also layerType().
[slot]
void PdmJobStackupLayerInfo::setLayerZones(const QVariantMap &iLayerZonesMap)
See also layerZones().
[slot]
void PdmJobStackupLayerInfo::setMatNum(const QString &iMatNumStr)
See also matNum().
[slot]
void PdmJobStackupLayerInfo::setMaterialClassName(const QString &iMaterialClassNameStr)
See also materialClassName().
[slot]
void PdmJobStackupLayerInfo::setMaterialData(PdmJobStackupMaterialInfo *iMaterialData)
See also materialData().
[slot]
void PdmJobStackupLayerInfo::setMaterialLayerName(const QString &iMaterialLayerNameStr)
See also materialLayerName().
[slot]
void PdmJobStackupLayerInfo::setValue(const QString &iKey, const QVariant &iValue)
[slot]
void PdmJobStackupLayerInfo::setZoneDisplayType(const QMap<PdmJobStackupZoneInfo *, QString> &iZoneDisplayType)
See also zoneDisplayType().
[slot]
void PdmJobStackupLayerInfo::setZoneDisplayType(PdmJobStackupZoneInfo *iZoneData, const QString &iDisplayType)
[slot]
QMap<PdmJobStackupZoneInfo *, QString> PdmJobStackupLayerInfo::zoneDisplayType() const
See also setZoneDisplayType().