21 #ifndef QHEADERVIEWCONNECTOR_H
22 #define QHEADERVIEWCONNECTOR_H
24 #include <QHeaderView>
28 #include <qaivlib_global.h>
42 void append(QHeaderView* view);
46 void adjustSectionSize();
48 void scrollBarRangeChanged(
int min,
int max);
49 void scrollBarSilderMoved(
int value);
50 void sectionMoved(
int logicalIndex,
int oldVisualIndex,
int newVisualIndex);
51 void sectionResized(
int logicalIndex,
int oldSize,
int newSize);
52 void sortIndicatorChanged(
int logicalIndex, Qt::SortOrder order);
53 void viewDestroyed(QObject*
object);
55 bool cAdjustSectionSizePending;
56 QList<QPointer< QHeaderView> > cHeaderViewList;
57 Qt::Orientation cOrientation;
60 #endif // QHEADERVIEWCONNECTOR_H