PdmJobStackupFrozenTableView Class
Header: | #include <PdmJobStackupFrozenTableView> |
Inherits: | QTableView |
Public Functions
PdmJobStackupFrozenTableView(QWidget *iParent = nullptr) | |
~PdmJobStackupFrozenTableView() | |
void | endEdit() |
int | frozenShowColumnCount() const |
QTableView * | frozenTabelView() |
bool | isFrozenShow() const |
void | setColumnConfig(const QStringList &iColLst, int iFrozenColCount) |
void | setFrozenItemDeletegate(QAbstractItemDelegate *iDeelegate) |
void | setFrozenShow(bool iBool) |
void | setItemDelegate(QAbstractItemDelegate *iDelegate, bool iSetToFrozen = false) |
void | setSyncSelect(bool iBool) |
Reimplemented Public Functions
virtual void | setModel(QAbstractItemModel *iModel) |
- 34 public functions inherited from QTableView
- 57 public functions inherited from QAbstractItemView
- 20 public functions inherited from QAbstractScrollArea
- 14 public functions inherited from QFrame
- 213 public functions inherited from QWidget
Public Slots
void | updateFrozenRange() |
- 11 public slots inherited from QTableView
- 9 public slots inherited from QAbstractItemView
- 19 public slots inherited from QWidget
Signals
void | frozenRangeChanged() |
- 7 signals inherited from QAbstractItemView
- 3 signals inherited from QWidget
Additional Inherited Members
- 5 properties inherited from QTableView
- 16 properties inherited from QAbstractItemView
- 3 properties inherited from QAbstractScrollArea
- 6 properties inherited from QFrame
- 58 properties inherited from QWidget
- 5 static public members inherited from QWidget
- 15 protected functions inherited from QTableView
- 37 protected functions inherited from QAbstractItemView
- 20 protected functions inherited from QAbstractScrollArea
- 4 protected functions inherited from QFrame
- 35 protected functions inherited from QWidget
- 6 protected slots inherited from QTableView
- 9 protected slots inherited from QAbstractItemView
- 1 protected slot inherited from QWidget
Detailed Description
Member Function Documentation
PdmJobStackupFrozenTableView::PdmJobStackupFrozenTableView(QWidget *iParent = nullptr)
Default constructs an instance of PdmJobStackupFrozenTableView.
PdmJobStackupFrozenTableView::~PdmJobStackupFrozenTableView()
Destroys the instance of PdmJobStackupFrozenTableView.
void PdmJobStackupFrozenTableView::endEdit()
[signal]
void PdmJobStackupFrozenTableView::frozenRangeChanged()
int PdmJobStackupFrozenTableView::frozenShowColumnCount() const
QTableView *PdmJobStackupFrozenTableView::frozenTabelView()
bool PdmJobStackupFrozenTableView::isFrozenShow() const
void PdmJobStackupFrozenTableView::setColumnConfig(const QStringList &iColLst, int iFrozenColCount)
void PdmJobStackupFrozenTableView::setFrozenItemDeletegate(QAbstractItemDelegate *iDeelegate)
void PdmJobStackupFrozenTableView::setFrozenShow(bool iBool)
See also isFrozenShow().