NAME
Qt::Gui::QHeaderView
PUBLIC METHODS
- QHeaderView(Qt::Orientation orientation, QWidget * parent = 0)
- QHeaderView(Qt::Orientation orientation, QWidget * parent)
- ~QHeaderView()
- bool cascadingSectionResizes()
- int count()
- int defaultSectionSize()
- void doItemsLayout()
- void headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast)
- void hideSection(int logicalIndex)
- bool highlightSections()
- bool isClickable()
- bool isMovable()
- bool isSectionHidden(int logicalIndex)
- bool isSortIndicatorShown()
- int length()
- int logicalIndex(int visualIndex)
- int logicalIndexAt(int position)
- int logicalIndexAt(const QPoint & pos)
- int logicalIndexAt(int x, int y)
- int minimumSectionSize()
- void moveSection(int from, int to)
- int offset()
- Qt::Orientation orientation()
- void reset()
- QHeaderView::ResizeMode resizeMode(int logicalIndex)
- void resizeSection(int logicalIndex, int size)
- void resizeSections(QHeaderView::ResizeMode mode)
- bool restoreState(const QByteArray & state)
- QByteArray saveState()
- int sectionPosition(int logicalIndex)
- int sectionSize(int logicalIndex)
- int sectionSizeHint(int logicalIndex)
- int sectionViewportPosition(int logicalIndex)
- bool sectionsHidden()
- bool sectionsMoved()
- void setCascadingSectionResizes(bool enable)
- void setClickable(bool clickable)
- void setDefaultSectionSize(int size)
- void setHighlightSections(bool highlight)
- void setMinimumSectionSize(int size)
- void setModel(QAbstractItemModel * model)
- void setMovable(bool movable)
- void setOffset(int offset)
- void setOffsetToLastSection()
- void setOffsetToSectionPosition(int visualIndex)
- void setResizeMode(QHeaderView::ResizeMode mode)
- void setResizeMode(int logicalIndex, QHeaderView::ResizeMode mode)
- void setSectionHidden(int logicalIndex, bool hide)
- void setSortIndicator(int logicalIndex, Qt::SortOrder order)
- void setSortIndicatorShown(bool show)
- void setStretchLastSection(bool stretch)
- void showSection(int logicalIndex)
- QSize sizeHint()
- Qt::SortOrder sortIndicatorOrder()
- int sortIndicatorSection()
- bool stretchLastSection()
- int stretchSectionCount()
- void swapSections(int first, int second)
- int visualIndex(int logicalIndex)
- int visualIndexAt(int position)
EXPORT
None by default.
AUTHOR
Dongxu Ma <dongxu@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2011 - 2011 by Dongxu Ma
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.