PdmJobStackupZoneModel Class
Header: | #include <PdmJobStackupZoneModel> |
Inherits: | QAbstractItemModel |
Public Types
enum | DataColumn { DataColumn_ZoneTitle, DataColumn_ZoneThkType, DataColumn_ZoneType, DataColumn_ZoneTargetThk, ..., DataColumn_End } |
Public Functions
PdmJobStackupZoneModel(PdmJobStackupDataManager *iStackupDataManager) | |
~PdmJobStackupZoneModel() = default | |
QModelIndex | index(PdmJobStackupZoneInfo *iItemPtr) const |
PdmJobStackupZoneInfo * | item(const QModelIndex &iIndex) const |
void | reload() |
- 39 public functions inherited from QAbstractItemModel
- 31 public functions inherited from QObject
Reimplemented Protected Functions
virtual QModelIndex | parent(const QModelIndex &iChild) const |
- 19 protected functions inherited from QAbstractItemModel
- 9 protected functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 2 public slots inherited from QAbstractItemModel
- 1 public slot inherited from QObject
- 18 signals inherited from QAbstractItemModel
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 19 protected functions inherited from QAbstractItemModel
- 9 protected functions inherited from QObject
- 1 protected slot inherited from QAbstractItemModel
- 2 protected variables inherited from QObject
Detailed Description
Member Function Documentation
PdmJobStackupZoneModel::PdmJobStackupZoneModel(PdmJobStackupDataManager *iStackupDataManager)
Default constructs an instance of PdmJobStackupZoneModel.
[default]
PdmJobStackupZoneModel::~PdmJobStackupZoneModel()
Destroys the instance of PdmJobStackupZoneModel.