API reference - Class QHeaderViewNotation used in Ruby API documentation Description: Binding of QHeaderView Class hierarchy: QHeaderView » QAbstractItemView » QAbstractScrollArea » QFrame » QWidget » QObject Sub-classes: ResizeMode
Public constructors
Public methods
Public static methods and constants
Protected methods (static, non-static and constructors)
Deprecated methods (protected, public, static, non-static and constructors)
Detailed description[static,const] new QHeaderView_ResizeMode ptr CustomDescription: Enum constant QHeaderView::Custom [static,const] new QHeaderView_ResizeMode ptr FixedDescription: Enum constant QHeaderView::Fixed [static,const] new QHeaderView_ResizeMode ptr InteractiveDescription: Enum constant QHeaderView::Interactive [static,const] new QHeaderView_ResizeMode ptr ResizeToContentsDescription: Enum constant QHeaderView::ResizeToContents [static,const] new QHeaderView_ResizeMode ptr StretchDescription: Enum constant QHeaderView::Stretch void _createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void _destroyDescription: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. [const] bool _destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] bool _is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. void _manageDescription: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. void _unmanageDescription: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. [virtual] void actionEvent(QActionEvent ptr arg1)Description: Virtual method void QHeaderView::actionEvent(QActionEvent *) This method can be reimplemented in a derived class. [event] void activated(const QModelIndex index)Description: Signal declaration for QHeaderView::activated(const QModelIndex &index) You can bind a procedure to this signal. [const] bool cascadingSectionResizesDescription: Method bool QHeaderView::cascadingSectionResizes() Python specific notes:The object exposes a readable attribute 'cascadingSectionResizes'. This is the getter. void cascadingSectionResizes=(bool enable)Description: Method void QHeaderView::setCascadingSectionResizes(bool enable) Python specific notes:The object exposes a writable attribute 'cascadingSectionResizes'. This is the setter. [virtual] void changeEvent(QEvent ptr arg1)Description: Virtual method void QHeaderView::changeEvent(QEvent *) This method can be reimplemented in a derived class. [virtual] void childEvent(QChildEvent ptr arg1)Description: Virtual method void QHeaderView::childEvent(QChildEvent *) This method can be reimplemented in a derived class. [const] bool clickableDescription: Method bool QHeaderView::isClickable() Python specific notes:The object exposes a readable attribute 'clickable'. This is the getter. void clickable=(bool clickable)Description: Method void QHeaderView::setClickable(bool clickable) Python specific notes:The object exposes a writable attribute 'clickable'. This is the setter. [event] void clicked(const QModelIndex index)Description: Signal declaration for QHeaderView::clicked(const QModelIndex &index) You can bind a procedure to this signal. [virtual] void closeEditor(QWidget ptr editor,const QAbstractItemDelegate_EndEditHint hint)Description: Virtual method void QHeaderView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint) This method can be reimplemented in a derived class. [virtual] void closeEvent(QCloseEvent ptr arg1)Description: Virtual method void QHeaderView::closeEvent(QCloseEvent *) This method can be reimplemented in a derived class. [virtual] void commitData(QWidget ptr editor)Description: Virtual method void QHeaderView::commitData(QWidget *editor) This method can be reimplemented in a derived class. [virtual] void contextMenuEvent(QContextMenuEvent ptr arg1)Description: Virtual method void QHeaderView::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. [const] int countDescription: Method int QHeaderView::count() void createDescription: Ensures the C++ object is created Use of this method is deprecated. Use _create instead [virtual] void currentChanged(const QModelIndex current,const QModelIndex old)Description: Virtual method void QHeaderView::currentChanged(const QModelIndex ¤t, const QModelIndex &old) This method can be reimplemented in a derived class. [event] void customContextMenuRequested(const QPoint pos)Description: Signal declaration for QHeaderView::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. [virtual] void customEvent(QEvent ptr arg1)Description: Virtual method void QHeaderView::customEvent(QEvent *) This method can be reimplemented in a derived class. [virtual] void dataChanged(const QModelIndex topLeft,const QModelIndex bottomRight)Description: Virtual method void QHeaderView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) This method can be reimplemented in a derived class. [const] Qt_QFlags_AlignmentFlag defaultAlignmentDescription: Method QFlags<Qt::AlignmentFlag> QHeaderView::defaultAlignment() Python specific notes:The object exposes a readable attribute 'defaultAlignment'. This is the getter. void defaultAlignment=(const Qt_QFlags_AlignmentFlag alignment)Description: Method void QHeaderView::setDefaultAlignment(QFlags<Qt::AlignmentFlag> alignment) Python specific notes:The object exposes a writable attribute 'defaultAlignment'. This is the setter. [const] int defaultSectionSizeDescription: Method int QHeaderView::defaultSectionSize() Python specific notes:The object exposes a readable attribute 'defaultSectionSize'. This is the getter. void defaultSectionSize=(int size)Description: Method void QHeaderView::setDefaultSectionSize(int size) Python specific notes:The object exposes a writable attribute 'defaultSectionSize'. This is the setter. void destroyDescription: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead [event] void destroyed(QObject ptr arg1)Description: Signal declaration for QHeaderView::destroyed(QObject *) You can bind a procedure to this signal. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead [const] QPoint dirtyRegionOffsetDescription: Method QPoint QHeaderView::dirtyRegionOffset() This method is protected and can only be called from inside a derived class. [virtual] void disconnectNotify(string signal)Description: Virtual method void QHeaderView::disconnectNotify(const char *signal) This method can be reimplemented in a derived class. void doAutoScrollDescription: Method void QHeaderView::doAutoScroll() This method is protected and can only be called from inside a derived class. [virtual] void doItemsLayoutDescription: Virtual method void QHeaderView::doItemsLayout() This method can be reimplemented in a derived class. [event] void doubleClicked(const QModelIndex index)Description: Signal declaration for QHeaderView::doubleClicked(const QModelIndex &index) You can bind a procedure to this signal. [virtual] void dragEnterEvent(QDragEnterEvent ptr event)Description: Virtual method void QHeaderView::dragEnterEvent(QDragEnterEvent *event) This method can be reimplemented in a derived class. [virtual] void dragLeaveEvent(QDragLeaveEvent ptr event)Description: Virtual method void QHeaderView::dragLeaveEvent(QDragLeaveEvent *event) This method can be reimplemented in a derived class. [virtual] void dragMoveEvent(QDragMoveEvent ptr event)Description: Virtual method void QHeaderView::dragMoveEvent(QDragMoveEvent *event) This method can be reimplemented in a derived class. void drawFrame(QPainter ptr arg1)Description: Method void QHeaderView::drawFrame(QPainter *) This method is protected and can only be called from inside a derived class. [virtual] void dropEvent(QDropEvent ptr event)Description: Virtual method void QHeaderView::dropEvent(QDropEvent *event) This method can be reimplemented in a derived class. [const] unsigned int dropIndicatorPositionDescription: Method QAbstractItemView::DropIndicatorPosition QHeaderView::dropIndicatorPosition() This method is protected and can only be called from inside a derived class. [virtual] bool edit(const QModelIndex index,const QAbstractItemView_EditTrigger trigger,QEvent ptr event)Description: Virtual method bool QHeaderView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) This method can be reimplemented in a derived class. [virtual] void editorDestroyed(QObject ptr editor)Description: Virtual method void QHeaderView::editorDestroyed(QObject *editor) This method can be reimplemented in a derived class. [virtual] void enabledChange(bool arg1)Description: Virtual method void QHeaderView::enabledChange(bool) This method can be reimplemented in a derived class. [virtual] void enterEvent(QEvent ptr arg1)Description: Virtual method void QHeaderView::enterEvent(QEvent *) This method can be reimplemented in a derived class. [event] void entered(const QModelIndex index)Description: Signal declaration for QHeaderView::entered(const QModelIndex &index) You can bind a procedure to this signal. [virtual] bool event(QEvent ptr e)Description: Virtual method bool QHeaderView::event(QEvent *e) This method can be reimplemented in a derived class. [virtual] bool eventFilter(QObject ptr arg1,QEvent ptr arg2)Description: Virtual method bool QHeaderView::eventFilter(QObject *, QEvent *) This method can be reimplemented in a derived class. void executeDelayedItemsLayoutDescription: Method void QHeaderView::executeDelayedItemsLayout() This method is protected and can only be called from inside a derived class. [virtual] void focusInEvent(QFocusEvent ptr event)Description: Virtual method void QHeaderView::focusInEvent(QFocusEvent *event) This method can be reimplemented in a derived class. bool focusNextChildDescription: Method bool QHeaderView::focusNextChild() This method is protected and can only be called from inside a derived class. [virtual] bool focusNextPrevChild(bool next)Description: Virtual method bool QHeaderView::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. [virtual] void focusOutEvent(QFocusEvent ptr event)Description: Virtual method void QHeaderView::focusOutEvent(QFocusEvent *event) This method can be reimplemented in a derived class. bool focusPreviousChildDescription: Method bool QHeaderView::focusPreviousChild() This method is protected and can only be called from inside a derived class. [virtual] void fontChange(const QFont arg1)Description: Virtual method void QHeaderView::fontChange(const QFont &) This method can be reimplemented in a derived class. [event] void geometriesChangedDescription: Signal declaration for QHeaderView::geometriesChanged() You can bind a procedure to this signal. void headerDataChanged(const Qt_Orientation orientation,int logicalFirst,int logicalLast)Description: Method void QHeaderView::headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast) [virtual,const] int heightForWidth(int arg1)Description: Virtual method int QHeaderView::heightForWidth(int) This method can be reimplemented in a derived class. [const] int hiddenSectionCountDescription: Method int QHeaderView::hiddenSectionCount() [virtual] void hideEvent(QHideEvent ptr arg1)Description: Virtual method void QHeaderView::hideEvent(QHideEvent *) This method can be reimplemented in a derived class. void hideSection(int logicalIndex)Description: Method void QHeaderView::hideSection(int logicalIndex) [const] bool highlightSectionsDescription: Method bool QHeaderView::highlightSections() Python specific notes:The object exposes a readable attribute 'highlightSections'. This is the getter. void highlightSections=(bool highlight)Description: Method void QHeaderView::setHighlightSections(bool highlight) Python specific notes:The object exposes a writable attribute 'highlightSections'. This is the setter. [virtual,const] int horizontalOffsetDescription: Virtual method int QHeaderView::horizontalOffset() This method can be reimplemented in a derived class. [virtual] void horizontalScrollbarAction(int action)Description: Virtual method void QHeaderView::horizontalScrollbarAction(int action) This method can be reimplemented in a derived class. [virtual] void horizontalScrollbarValueChanged(int value)Description: Virtual method void QHeaderView::horizontalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. [const] int horizontalStepsPerItemDescription: Method int QHeaderView::horizontalStepsPerItem() This method is protected and can only be called from inside a derived class. [virtual,const] QModelIndex indexAt(const QPoint p)Description: Virtual method QModelIndex QHeaderView::indexAt(const QPoint &p) This method can be reimplemented in a derived class. [const] void initStyleOption(QStyleOptionHeader ptr option)Description: Method void QHeaderView::initStyleOption(QStyleOptionHeader *option) This method is protected and can only be called from inside a derived class. void initializeDescription: Method void QHeaderView::initialize() This method is protected and can only be called from inside a derived class. void initializeSectionsDescription: Method void QHeaderView::initializeSections() This method is protected and can only be called from inside a derived class. void initializeSections(int start,int end)Description: Method void QHeaderView::initializeSections(int start, int end) This method is protected and can only be called from inside a derived class. [virtual] void inputMethodEvent(QInputMethodEvent ptr event)Description: Virtual method void QHeaderView::inputMethodEvent(QInputMethodEvent *event) This method can be reimplemented in a derived class. [virtual,const] QVariant inputMethodQuery(const Qt_InputMethodQuery query)Description: Virtual method QVariant QHeaderView::inputMethodQuery(Qt::InputMethodQuery query) This method can be reimplemented in a derived class. [const] bool isClickable?Description: Method bool QHeaderView::isClickable() Python specific notes:The object exposes a readable attribute 'clickable'. This is the getter. [virtual,const] bool isIndexHidden(const QModelIndex index)Description: Virtual method bool QHeaderView::isIndexHidden(const QModelIndex &index) This method can be reimplemented in a derived class. [const] bool isMovable?Description: Method bool QHeaderView::isMovable() Python specific notes:The object exposes a readable attribute 'movable'. This is the getter. [const] bool isSectionHidden?(int logicalIndex)Description: Method bool QHeaderView::isSectionHidden(int logicalIndex) [const] bool isSortIndicatorShown?Description: Method bool QHeaderView::isSortIndicatorShown() Python specific notes:The object exposes a readable attribute 'sortIndicatorShown'. This is the getter. [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead [virtual] void keyPressEvent(QKeyEvent ptr event)Description: Virtual method void QHeaderView::keyPressEvent(QKeyEvent *event) This method can be reimplemented in a derived class. [virtual] void keyReleaseEvent(QKeyEvent ptr arg1)Description: Virtual method void QHeaderView::keyReleaseEvent(QKeyEvent *) This method can be reimplemented in a derived class. [virtual] void keyboardSearch(string search)Description: Virtual method void QHeaderView::keyboardSearch(const QString &search) This method can be reimplemented in a derived class. [virtual] void languageChangeDescription: Virtual method void QHeaderView::languageChange() This method can be reimplemented in a derived class. [virtual] void leaveEvent(QEvent ptr arg1)Description: Virtual method void QHeaderView::leaveEvent(QEvent *) This method can be reimplemented in a derived class. [const] int lengthDescription: Method int QHeaderView::length() [const] int logicalIndex(int visualIndex)Description: Method int QHeaderView::logicalIndex(int visualIndex) [const] int logicalIndexAt(int position)Description: Method int QHeaderView::logicalIndexAt(int position) [const] int logicalIndexAt(int x,int y)Description: Method int QHeaderView::logicalIndexAt(int x, int y) [const] int logicalIndexAt(const QPoint pos)Description: Method int QHeaderView::logicalIndexAt(const QPoint &pos) [virtual,const] int metric(const QPaintDevice_PaintDeviceMetric arg1)Description: Virtual method int QHeaderView::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. [const] int minimumSectionSizeDescription: Method int QHeaderView::minimumSectionSize() Python specific notes:The object exposes a readable attribute 'minimumSectionSize'. This is the getter. void minimumSectionSize=(int size)Description: Method void QHeaderView::setMinimumSectionSize(int size) Python specific notes:The object exposes a writable attribute 'minimumSectionSize'. This is the setter. [virtual,const] QSize minimumSizeHintDescription: Virtual method QSize QHeaderView::minimumSizeHint() This method can be reimplemented in a derived class. void model=(QAbstractItemModel ptr model)Description: Method void QHeaderView::setModel(QAbstractItemModel *model) This is a reimplementation of QAbstractItemView::setModel Python specific notes:The object exposes a writable attribute 'model'. This is the setter. [virtual] void mouseDoubleClickEvent(QMouseEvent ptr e)Description: Virtual method void QHeaderView::mouseDoubleClickEvent(QMouseEvent *e) This method can be reimplemented in a derived class. [virtual] void mouseMoveEvent(QMouseEvent ptr e)Description: Virtual method void QHeaderView::mouseMoveEvent(QMouseEvent *e) This method can be reimplemented in a derived class. [virtual] void mousePressEvent(QMouseEvent ptr e)Description: Virtual method void QHeaderView::mousePressEvent(QMouseEvent *e) This method can be reimplemented in a derived class. [virtual] void mouseReleaseEvent(QMouseEvent ptr e)Description: Virtual method void QHeaderView::mouseReleaseEvent(QMouseEvent *e) This method can be reimplemented in a derived class. [const] bool movableDescription: Method bool QHeaderView::isMovable() Python specific notes:The object exposes a readable attribute 'movable'. This is the getter. void movable=(bool movable)Description: Method void QHeaderView::setMovable(bool movable) Python specific notes:The object exposes a writable attribute 'movable'. This is the setter. [virtual] QModelIndex moveCursor(unsigned int arg1,const Qt_QFlags_KeyboardModifier arg2)Description: Virtual method QModelIndex QHeaderView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) This method can be reimplemented in a derived class. [virtual] void moveEvent(QMoveEvent ptr arg1)Description: Virtual method void QHeaderView::moveEvent(QMoveEvent *) This method can be reimplemented in a derived class. void moveSection(int from,int to)Description: Method void QHeaderView::moveSection(int from, int to) [static] new QHeaderView new(const Qt_Orientation orientation,QWidget ptr parent = 0)Description: Constructor QHeaderView::QHeaderView(Qt::Orientation orientation, QWidget *parent) This method creates an object of class QHeaderView. Python specific notes:This method is the default initializer of the object [const] int offsetDescription: Method int QHeaderView::offset() Python specific notes:The object exposes a readable attribute 'offset'. This is the getter. void offset=(int offset)Description: Method void QHeaderView::setOffset(int offset) Python specific notes:The object exposes a writable attribute 'offset'. This is the setter. [const] Qt_Orientation orientationDescription: Method Qt::Orientation QHeaderView::orientation() [virtual,const] QPaintEngine ptr paintEngineDescription: Virtual method QPaintEngine *QHeaderView::paintEngine() This method can be reimplemented in a derived class. [virtual] void paintEvent(QPaintEvent ptr e)Description: Virtual method void QHeaderView::paintEvent(QPaintEvent *e) This method can be reimplemented in a derived class. [virtual,const] void paintSection(QPainter ptr painter,const QRect rect,int logicalIndex)Description: Virtual method void QHeaderView::paintSection(QPainter *painter, const QRect &rect, int logicalIndex) This method can be reimplemented in a derived class. [virtual] void paletteChange(const QPalette arg1)Description: Virtual method void QHeaderView::paletteChange(const QPalette &) This method can be reimplemented in a derived class. [event] void pressed(const QModelIndex index)Description: Signal declaration for QHeaderView::pressed(const QModelIndex &index) You can bind a procedure to this signal. void qt_create(unsigned long arg1 = 0,bool initializeWindow = true,bool destroyOldWindow = true)Description: Method void QHeaderView::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. void qt_destroy(bool destroyWindow = true,bool destroySubWindows = true)Description: Method void QHeaderView::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. [const] int receivers(string signal)Description: Method int QHeaderView::receivers(const char *signal) This method is protected and can only be called from inside a derived class. [virtual] void resetDescription: Virtual method void QHeaderView::reset() This method can be reimplemented in a derived class. void resetInputContextDescription: Method void QHeaderView::resetInputContext() This method is protected and can only be called from inside a derived class. [virtual] void resizeEvent(QResizeEvent ptr event)Description: Virtual method void QHeaderView::resizeEvent(QResizeEvent *event) This method can be reimplemented in a derived class. [const] QHeaderView_ResizeMode resizeMode(int logicalIndex)Description: Method QHeaderView::ResizeMode QHeaderView::resizeMode(int logicalIndex) void resizeSection(int logicalIndex,int size)Description: Method void QHeaderView::resizeSection(int logicalIndex, int size) void resizeSectionsDescription: Method void QHeaderView::resizeSections() This method is protected and can only be called from inside a derived class. bool restoreState(string state)Description: Method bool QHeaderView::restoreState(const QByteArray &state) [virtual] void rowsAboutToBeRemoved(const QModelIndex parent,int start,int end)Description: Virtual method void QHeaderView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. [virtual] void rowsInserted(const QModelIndex parent,int start,int end)Description: Virtual method void QHeaderView::rowsInserted(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. [const] string saveStateDescription: Method QByteArray QHeaderView::saveState() void scheduleDelayedItemsLayoutDescription: Method void QHeaderView::scheduleDelayedItemsLayout() This method is protected and can only be called from inside a derived class. [virtual] void scrollContentsBy(int dx,int dy)Description: Virtual method void QHeaderView::scrollContentsBy(int dx, int dy) This method can be reimplemented in a derived class. void scrollDirtyRegion(int dx,int dy)Description: Method void QHeaderView::scrollDirtyRegion(int dx, int dy) This method is protected and can only be called from inside a derived class. [virtual] void scrollTo(const QModelIndex index,const QAbstractItemView_ScrollHint hint)Description: Virtual method void QHeaderView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHint hint) This method can be reimplemented in a derived class. [event] void sectionAutoResize(int logicalIndex,const QHeaderView_ResizeMode mode)Description: Signal declaration for QHeaderView::sectionAutoResize(int logicalIndex, QHeaderView::ResizeMode mode) You can bind a procedure to this signal. [event] void sectionClicked(int logicalIndex)Description: Signal declaration for QHeaderView::sectionClicked(int logicalIndex) You can bind a procedure to this signal. [event] void sectionCountChanged(int oldCount,int newCount)Description: Signal declaration for QHeaderView::sectionCountChanged(int oldCount, int newCount) You can bind a procedure to this signal. [event] void sectionDoubleClicked(int logicalIndex)Description: Signal declaration for QHeaderView::sectionDoubleClicked(int logicalIndex) You can bind a procedure to this signal. [event] void sectionEntered(int logicalIndex)Description: Signal declaration for QHeaderView::sectionEntered(int logicalIndex) You can bind a procedure to this signal. [event] void sectionHandleDoubleClicked(int logicalIndex)Description: Signal declaration for QHeaderView::sectionHandleDoubleClicked(int logicalIndex) You can bind a procedure to this signal. [event] void sectionMoved(int logicalIndex,int oldVisualIndex,int newVisualIndex)Description: Signal declaration for QHeaderView::sectionMoved(int logicalIndex, int oldVisualIndex, int newVisualIndex) You can bind a procedure to this signal. [const] int sectionPosition(int logicalIndex)Description: Method int QHeaderView::sectionPosition(int logicalIndex) [event] void sectionPressed(int logicalIndex)Description: Signal declaration for QHeaderView::sectionPressed(int logicalIndex) You can bind a procedure to this signal. [event] void sectionResized(int logicalIndex,int oldSize,int newSize)Description: Signal declaration for QHeaderView::sectionResized(int logicalIndex, int oldSize, int newSize) You can bind a procedure to this signal. [const] int sectionSize(int logicalIndex)Description: Method int QHeaderView::sectionSize(int logicalIndex) [virtual,const] QSize sectionSizeFromContents(int logicalIndex)Description: Virtual method QSize QHeaderView::sectionSizeFromContents(int logicalIndex) This method can be reimplemented in a derived class. [const] int sectionSizeHint(int logicalIndex)Description: Method int QHeaderView::sectionSizeHint(int logicalIndex) [const] int sectionViewportPosition(int logicalIndex)Description: Method int QHeaderView::sectionViewportPosition(int logicalIndex) void sectionsAboutToBeRemoved(const QModelIndex parent,int logicalFirst,int logicalLast)Description: Method void QHeaderView::sectionsAboutToBeRemoved(const QModelIndex &parent, int logicalFirst, int logicalLast) This method is protected and can only be called from inside a derived class. [const] bool sectionsHiddenDescription: Method bool QHeaderView::sectionsHidden() void sectionsInserted(const QModelIndex parent,int logicalFirst,int logicalLast)Description: Method void QHeaderView::sectionsInserted(const QModelIndex &parent, int logicalFirst, int logicalLast) This method is protected and can only be called from inside a derived class. [const] bool sectionsMovedDescription: Method bool QHeaderView::sectionsMoved() [virtual] void selectAllDescription: Virtual method void QHeaderView::selectAll() This method can be reimplemented in a derived class. [virtual,const] QModelIndex[] selectedIndexesDescription: Virtual method QList<QModelIndex> QHeaderView::selectedIndexes() This method can be reimplemented in a derived class. [virtual] void selectionChanged(const QItemSelection selected,const QItemSelection deselected)Description: Virtual method void QHeaderView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) This method can be reimplemented in a derived class. [virtual,const] QItemSelectionModel_QFlags_SelectionFlag selectionCommand(const QModelIndex index,const QEvent ptr event)Description: Virtual method QFlags<QItemSelectionModel::SelectionFlag> QHeaderView::selectionCommand(const QModelIndex &index, const QEvent *event) This method can be reimplemented in a derived class. [const] QObject ptr senderDescription: Method QObject *QHeaderView::sender() This method is protected and can only be called from inside a derived class. void setCascadingSectionResizes(bool enable)Description: Method void QHeaderView::setCascadingSectionResizes(bool enable) Python specific notes:The object exposes a writable attribute 'cascadingSectionResizes'. This is the setter. void setClickable(bool clickable)Description: Method void QHeaderView::setClickable(bool clickable) Python specific notes:The object exposes a writable attribute 'clickable'. This is the setter. void setDefaultAlignment(const Qt_QFlags_AlignmentFlag alignment)Description: Method void QHeaderView::setDefaultAlignment(QFlags<Qt::AlignmentFlag> alignment) Python specific notes:The object exposes a writable attribute 'defaultAlignment'. This is the setter. void setDefaultSectionSize(int size)Description: Method void QHeaderView::setDefaultSectionSize(int size) Python specific notes:The object exposes a writable attribute 'defaultSectionSize'. This is the setter. void setDirtyRegion(const QRegion region)Description: Method void QHeaderView::setDirtyRegion(const QRegion ®ion) This method is protected and can only be called from inside a derived class. void setHighlightSections(bool highlight)Description: Method void QHeaderView::setHighlightSections(bool highlight) Python specific notes:The object exposes a writable attribute 'highlightSections'. This is the setter. void setHorizontalStepsPerItem(int steps)Description: Method void QHeaderView::setHorizontalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. void setMinimumSectionSize(int size)Description: Method void QHeaderView::setMinimumSectionSize(int size) Python specific notes:The object exposes a writable attribute 'minimumSectionSize'. This is the setter. [virtual] void setModel(QAbstractItemModel ptr model)Description: Virtual method void QHeaderView::setModel(QAbstractItemModel *model) This method can be reimplemented in a derived class. void setMovable(bool movable)Description: Method void QHeaderView::setMovable(bool movable) Python specific notes:The object exposes a writable attribute 'movable'. This is the setter. void setOffset(int offset)Description: Method void QHeaderView::setOffset(int offset) Python specific notes:The object exposes a writable attribute 'offset'. This is the setter. void setOffsetToLastSectionDescription: Method void QHeaderView::setOffsetToLastSection() void setOffsetToSectionPosition(int visualIndex)Description: Method void QHeaderView::setOffsetToSectionPosition(int visualIndex) void setResizeMode(const QHeaderView_ResizeMode mode)Description: Method void QHeaderView::setResizeMode(QHeaderView::ResizeMode mode) void setResizeMode(int logicalIndex,const QHeaderView_ResizeMode mode)Description: Method void QHeaderView::setResizeMode(int logicalIndex, QHeaderView::ResizeMode mode) [virtual] void setRootIndex(const QModelIndex index)Description: Virtual method void QHeaderView::setRootIndex(const QModelIndex &index) This method can be reimplemented in a derived class. void setSectionHidden(int logicalIndex,bool hide)Description: Method void QHeaderView::setSectionHidden(int logicalIndex, bool hide) [virtual] void setSelection(const QRect rect,const QItemSelectionModel_QFlags_SelectionFlag flags)Description: Virtual method void QHeaderView::setSelection(const QRect &rect, QFlags<QItemSelectionModel::SelectionFlag> flags) This method can be reimplemented in a derived class. [virtual] void setSelectionModel(QItemSelectionModel ptr selectionModel)Description: Virtual method void QHeaderView::setSelectionModel(QItemSelectionModel *selectionModel) This method can be reimplemented in a derived class. void setSortIndicator(int logicalIndex,const Qt_SortOrder order)Description: Method void QHeaderView::setSortIndicator(int logicalIndex, Qt::SortOrder order) void setSortIndicatorShown(bool show)Description: Method void QHeaderView::setSortIndicatorShown(bool show) Python specific notes:The object exposes a writable attribute 'sortIndicatorShown'. This is the setter. void setState(unsigned int state)Description: Method void QHeaderView::setState(QAbstractItemView::State state) This method is protected and can only be called from inside a derived class. void setStretchLastSection(bool stretch)Description: Method void QHeaderView::setStretchLastSection(bool stretch) Python specific notes:The object exposes a writable attribute 'stretchLastSection'. This is the setter. void setVerticalStepsPerItem(int steps)Description: Method void QHeaderView::setVerticalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. void setViewportMargins(int left,int top,int right,int bottom)Description: Method void QHeaderView::setViewportMargins(int left, int top, int right, int bottom) This method is protected and can only be called from inside a derived class. void setViewportMargins(const QMargins margins)Description: Method void QHeaderView::setViewportMargins(const QMargins &margins) This method is protected and can only be called from inside a derived class. [virtual] void setVisible(bool visible)Description: Virtual method void QHeaderView::setVisible(bool visible) This method can be reimplemented in a derived class. void setupViewport(QWidget ptr viewport)Description: Method void QHeaderView::setupViewport(QWidget *viewport) This method is protected and can only be called from inside a derived class. [virtual] void showEvent(QShowEvent ptr arg1)Description: Virtual method void QHeaderView::showEvent(QShowEvent *) This method can be reimplemented in a derived class. void showSection(int logicalIndex)Description: Method void QHeaderView::showSection(int logicalIndex) [virtual,const] QSize sizeHintDescription: Virtual method QSize QHeaderView::sizeHint() This method can be reimplemented in a derived class. [virtual,const] int sizeHintForColumn(int column)Description: Virtual method int QHeaderView::sizeHintForColumn(int column) This method can be reimplemented in a derived class. [virtual,const] int sizeHintForRow(int row)Description: Virtual method int QHeaderView::sizeHintForRow(int row) This method can be reimplemented in a derived class. [event] void sortIndicatorChanged(int logicalIndex,const Qt_SortOrder order)Description: Signal declaration for QHeaderView::sortIndicatorChanged(int logicalIndex, Qt::SortOrder order) You can bind a procedure to this signal. [const] Qt_SortOrder sortIndicatorOrderDescription: Method Qt::SortOrder QHeaderView::sortIndicatorOrder() [const] int sortIndicatorSectionDescription: Method int QHeaderView::sortIndicatorSection() [const] bool sortIndicatorShownDescription: Method bool QHeaderView::isSortIndicatorShown() Python specific notes:The object exposes a readable attribute 'sortIndicatorShown'. This is the getter. void sortIndicatorShown=(bool show)Description: Method void QHeaderView::setSortIndicatorShown(bool show) Python specific notes:The object exposes a writable attribute 'sortIndicatorShown'. This is the setter. void startAutoScrollDescription: Method void QHeaderView::startAutoScroll() This method is protected and can only be called from inside a derived class. [virtual] void startDrag(const Qt_QFlags_DropAction supportedActions)Description: Virtual method void QHeaderView::startDrag(QFlags<Qt::DropAction> supportedActions) This method can be reimplemented in a derived class. [const] unsigned int stateDescription: Method QAbstractItemView::State QHeaderView::state() This method is protected and can only be called from inside a derived class. [static] QMetaObject staticMetaObjectDescription: Obtains the static MetaObject for this class. void stopAutoScrollDescription: Method void QHeaderView::stopAutoScroll() This method is protected and can only be called from inside a derived class. [const] bool stretchLastSectionDescription: Method bool QHeaderView::stretchLastSection() Python specific notes:The object exposes a readable attribute 'stretchLastSection'. This is the getter. void stretchLastSection=(bool stretch)Description: Method void QHeaderView::setStretchLastSection(bool stretch) Python specific notes:The object exposes a writable attribute 'stretchLastSection'. This is the setter. [const] int stretchSectionCountDescription: Method int QHeaderView::stretchSectionCount() [virtual] void styleChange(QStyle arg1)Description: Virtual method void QHeaderView::styleChange(QStyle &) This method can be reimplemented in a derived class. void swapSections(int first,int second)Description: Method void QHeaderView::swapSections(int first, int second) [virtual] void tabletEvent(QTabletEvent ptr arg1)Description: Virtual method void QHeaderView::tabletEvent(QTabletEvent *) This method can be reimplemented in a derived class. [virtual] void timerEvent(QTimerEvent ptr event)Description: Virtual method void QHeaderView::timerEvent(QTimerEvent *event) This method can be reimplemented in a derived class. [static] string tr(string s,string c = 0)Description: Static method QString QHeaderView::tr(const char *s, const char *c) This method is static and can be called without an instance. [static] string tr(string s,string c,int n)Description: Static method QString QHeaderView::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. [static] string trUtf8(string s,string c = 0)Description: Static method QString QHeaderView::trUtf8(const char *s, const char *c) This method is static and can be called without an instance. [static] string trUtf8(string s,string c,int n)Description: Static method QString QHeaderView::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. [virtual] void updateEditorDataDescription: Virtual method void QHeaderView::updateEditorData() This method can be reimplemented in a derived class. [virtual] void updateEditorGeometriesDescription: Virtual method void QHeaderView::updateEditorGeometries() This method can be reimplemented in a derived class. [virtual] void updateGeometriesDescription: Virtual method void QHeaderView::updateGeometries() This method can be reimplemented in a derived class. void updateMicroFocusDescription: Method void QHeaderView::updateMicroFocus() This method is protected and can only be called from inside a derived class. void updateSection(int logicalIndex)Description: Method void QHeaderView::updateSection(int logicalIndex) This method is protected and can only be called from inside a derived class. [virtual,const] int verticalOffsetDescription: Virtual method int QHeaderView::verticalOffset() This method can be reimplemented in a derived class. [virtual] void verticalScrollbarAction(int action)Description: Virtual method void QHeaderView::verticalScrollbarAction(int action) This method can be reimplemented in a derived class. [virtual] void verticalScrollbarValueChanged(int value)Description: Virtual method void QHeaderView::verticalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. [const] int verticalStepsPerItemDescription: Method int QHeaderView::verticalStepsPerItem() This method is protected and can only be called from inside a derived class. [virtual,const] QStyleOptionViewItem viewOptionsDescription: Virtual method QStyleOptionViewItem QHeaderView::viewOptions() This method can be reimplemented in a derived class. [event] void viewportEnteredDescription: Signal declaration for QHeaderView::viewportEntered() You can bind a procedure to this signal. [virtual] bool viewportEvent(QEvent ptr e)Description: Virtual method bool QHeaderView::viewportEvent(QEvent *e) This method can be reimplemented in a derived class. [const] int visualIndex(int logicalIndex)Description: Method int QHeaderView::visualIndex(int logicalIndex) [const] int visualIndexAt(int position)Description: Method int QHeaderView::visualIndexAt(int position) [virtual,const] QRect visualRect(const QModelIndex index)Description: Virtual method QRect QHeaderView::visualRect(const QModelIndex &index) This method can be reimplemented in a derived class. [virtual,const] QRegion visualRegionForSelection(const QItemSelection selection)Description: Virtual method QRegion QHeaderView::visualRegionForSelection(const QItemSelection &selection) This method can be reimplemented in a derived class. [virtual] void wheelEvent(QWheelEvent ptr arg1)Description: Virtual method void QHeaderView::wheelEvent(QWheelEvent *) This method can be reimplemented in a derived class. [virtual] void windowActivationChange(bool arg1)Description: Virtual method void QHeaderView::windowActivationChange(bool) This method can be reimplemented in a derived class. |