32 #ifndef pqCheckableHeaderView_h 33 #define pqCheckableHeaderView_h 36 #include <QHeaderView> 42 class pqCheckableHeaderViewInternal;
78 QVariant getCheckState(
int section);
89 void checkStateChanged(
int section)
const;
102 void paintSection(QPainter* painter,
const QRect& rect,
int logicalIndex)
const override;
112 void mousePressEvent(QMouseEvent* event)
override;
121 void updateModelCheckState(
int section);
124 pqCheckableHeaderViewInternal* Internal;
127 #endif // pqCheckableHeaderView_h