38 #ifndef _pqCheckableHeaderView_h 39 #define _pqCheckableHeaderView_h 41 #include "pqWidgetsModule.h" 42 #include <QHeaderView> 48 class pqCheckableHeaderViewInternal;
79 QVariant getCheckState(
int section);
90 void checkStateChanged(
int section)
const;
103 virtual void paintSection(QPainter* painter,
const QRect& rect,
int logicalIndex)
const;
113 void mousePressEvent(QMouseEvent* event);
122 void updateModelCheckState(
int section);
125 pqCheckableHeaderViewInternal* Internal;
128 #endif //_pqCheckableHeaderView_h