52 #ifndef _ctkCheckableHeaderView_h
53 #define _ctkCheckableHeaderView_h
56 #include <QHeaderView>
59 #include "ctkWidgetsExport.h"
61 class ctkCheckableHeaderViewPrivate;
88 virtual void setModel(QAbstractItemModel *model);
112 bool checkState(
int section,Qt::CheckState& checkState )
const;
123 void onHeaderDataChanged(Qt::Orientation orient,
int first,
int last);
124 void onHeaderSectionInserted();
125 inline void updateHeaderPixmaps();
135 QScopedPointer<ctkCheckableHeaderViewPrivate>
d_ptr;
143 void ctkCheckableHeaderView::updateHeaderPixmaps()
145 this->updateHeaderPixmaps(0, this->count()-1);