36 #ifndef _pqCheckableHeaderView_h 37 #define _pqCheckableHeaderView_h 40 #include "pqWidgetsModule.h" 41 #include <QHeaderView> 45 class pqCheckableHeaderViewInternal;
70 QVariant getCheckState(
int section);
79 void checkStateChanged(
int section)
const;
90 virtual void paintSection(QPainter *painter,
const QRect &rect,
91 int logicalIndex)
const;
99 void mousePressEvent(QMouseEvent *event);
106 void updateModelCheckState(
int section);
109 pqCheckableHeaderViewInternal *Internal;
112 #endif //_pqCheckableHeaderView_h