4 #ifndef pqCheckableHeaderView_h 5 #define pqCheckableHeaderView_h 7 #include "pqWidgetsModule.h" 14 class pqCheckableHeaderViewInternal;
50 QVariant getCheckState(
int section);
61 void checkStateChanged(
int section)
const;
74 void paintSection(QPainter* painter,
const QRect& rect,
int logicalIndex)
const override;
84 void mousePressEvent(QMouseEvent* event)
override;
93 void updateModelCheckState(
int section);
96 pqCheckableHeaderViewInternal* Internal;
99 #endif // pqCheckableHeaderView_h