Notation used in Ruby API documentation
Module: QtWidgets
Description: Binding of QHeaderView
Class hierarchy: QHeaderView » QAbstractItemView » QAbstractScrollArea » QFrame » QWidget » QObject
Sub-classes: ResizeMode, QFlags_ResizeMode
new QHeaderView | new | (const Qt_Orientation orientation, QWidget ptr parent = nullptr) | Constructor QHeaderView::QHeaderView(Qt::Orientation orientation, QWidget *parent) |
[const] | QHeaderView ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
[signal] | void | activated | (const QModelIndex index) | Signal declaration for QHeaderView::activated(const QModelIndex &index) |
[const] | bool | cascadingSectionResizes | Method bool QHeaderView::cascadingSectionResizes() | |
void | cascadingSectionResizes= | (bool enable) | Method void QHeaderView::setCascadingSectionResizes(bool enable) | |
[signal] | void | clicked | (const QModelIndex index) | Signal declaration for QHeaderView::clicked(const QModelIndex &index) |
[const] | int | count | Method int QHeaderView::count() | |
[signal] | void | customContextMenuRequested | (const QPoint pos) | Signal declaration for QHeaderView::customContextMenuRequested(const QPoint &pos) |
[const] | Qt_QFlags_AlignmentFlag | defaultAlignment | Method QFlags<Qt::AlignmentFlag> QHeaderView::defaultAlignment() | |
void | defaultAlignment= | (Qt_QFlags_AlignmentFlag alignment) | Method void QHeaderView::setDefaultAlignment(QFlags<Qt::AlignmentFlag> alignment) | |
[const] | int | defaultSectionSize | Method int QHeaderView::defaultSectionSize() | |
void | defaultSectionSize= | (int size) | Method void QHeaderView::setDefaultSectionSize(int size) | |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QHeaderView::destroyed(QObject *) |
void | doItemsLayout | Virtual method void QHeaderView::doItemsLayout() | ||
[signal] | void | doubleClicked | (const QModelIndex index) | Signal declaration for QHeaderView::doubleClicked(const QModelIndex &index) |
void | emit_activated | (const QModelIndex index) | Emitter for signal void QHeaderView::activated(const QModelIndex &index) | |
void | emit_clicked | (const QModelIndex index) | Emitter for signal void QHeaderView::clicked(const QModelIndex &index) | |
void | emit_customContextMenuRequested | (const QPoint pos) | Emitter for signal void QHeaderView::customContextMenuRequested(const QPoint &pos) | |
void | emit_destroyed | (QObject ptr arg1 = nullptr) | Emitter for signal void QHeaderView::destroyed(QObject *) | |
void | emit_doubleClicked | (const QModelIndex index) | Emitter for signal void QHeaderView::doubleClicked(const QModelIndex &index) | |
void | emit_entered | (const QModelIndex index) | Emitter for signal void QHeaderView::entered(const QModelIndex &index) | |
void | emit_geometriesChanged | Emitter for signal void QHeaderView::geometriesChanged() | ||
void | emit_iconSizeChanged | (const QSize size) | Emitter for signal void QHeaderView::iconSizeChanged(const QSize &size) | |
void | emit_objectNameChanged | (string objectName) | Emitter for signal void QHeaderView::objectNameChanged(const QString &objectName) | |
void | emit_pressed | (const QModelIndex index) | Emitter for signal void QHeaderView::pressed(const QModelIndex &index) | |
void | emit_sectionClicked | (int logicalIndex) | Emitter for signal void QHeaderView::sectionClicked(int logicalIndex) | |
void | emit_sectionCountChanged | (int oldCount, int newCount) | Emitter for signal void QHeaderView::sectionCountChanged(int oldCount, int newCount) | |
void | emit_sectionDoubleClicked | (int logicalIndex) | Emitter for signal void QHeaderView::sectionDoubleClicked(int logicalIndex) | |
void | emit_sectionEntered | (int logicalIndex) | Emitter for signal void QHeaderView::sectionEntered(int logicalIndex) | |
void | emit_sectionHandleDoubleClicked | (int logicalIndex) | Emitter for signal void QHeaderView::sectionHandleDoubleClicked(int logicalIndex) | |
void | emit_sectionMoved | (int logicalIndex, int oldVisualIndex, int newVisualIndex) | Emitter for signal void QHeaderView::sectionMoved(int logicalIndex, int oldVisualIndex, int newVisualIndex) | |
void | emit_sectionPressed | (int logicalIndex) | Emitter for signal void QHeaderView::sectionPressed(int logicalIndex) | |
void | emit_sectionResized | (int logicalIndex, int oldSize, int newSize) | Emitter for signal void QHeaderView::sectionResized(int logicalIndex, int oldSize, int newSize) | |
void | emit_sortIndicatorChanged | (int logicalIndex, const Qt_SortOrder order) | Emitter for signal void QHeaderView::sortIndicatorChanged(int logicalIndex, Qt::SortOrder order) | |
void | emit_viewportEntered | Emitter for signal void QHeaderView::viewportEntered() | ||
void | emit_windowIconChanged | (const QIcon icon) | Emitter for signal void QHeaderView::windowIconChanged(const QIcon &icon) | |
void | emit_windowIconTextChanged | (string iconText) | Emitter for signal void QHeaderView::windowIconTextChanged(const QString &iconText) | |
void | emit_windowTitleChanged | (string title) | Emitter for signal void QHeaderView::windowTitleChanged(const QString &title) | |
[signal] | void | entered | (const QModelIndex index) | Signal declaration for QHeaderView::entered(const QModelIndex &index) |
[const] | bool | firstSectionMovable | Method bool QHeaderView::isFirstSectionMovable() | |
void | firstSectionMovable= | (bool movable) | Method void QHeaderView::setFirstSectionMovable(bool movable) | |
[signal] | void | geometriesChanged | Signal declaration for QHeaderView::geometriesChanged() | |
[const] | bool | hasHeightForWidth | Virtual method bool QHeaderView::hasHeightForWidth() | |
void | headerDataChanged | (const Qt_Orientation orientation, int logicalFirst, int logicalLast) | Method void QHeaderView::headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast) | |
[const] | int | heightForWidth | (int arg1) | Virtual method int QHeaderView::heightForWidth(int) |
[const] | int | hiddenSectionCount | Method int QHeaderView::hiddenSectionCount() | |
void | hideSection | (int logicalIndex) | Method void QHeaderView::hideSection(int logicalIndex) | |
[const] | bool | highlightSections | Method bool QHeaderView::highlightSections() | |
void | highlightSections= | (bool highlight) | Method void QHeaderView::setHighlightSections(bool highlight) | |
[signal] | void | iconSizeChanged | (const QSize size) | Signal declaration for QHeaderView::iconSizeChanged(const QSize &size) |
[const] | variant | inputMethodQuery | (const Qt_InputMethodQuery query) | Virtual method QVariant QHeaderView::inputMethodQuery(Qt::InputMethodQuery query) |
[const] | bool | isFirstSectionMovable? | Method bool QHeaderView::isFirstSectionMovable() | |
[const] | bool | isSectionHidden? | (int logicalIndex) | Method bool QHeaderView::isSectionHidden(int logicalIndex) |
[const] | bool | isSortIndicatorShown? | Method bool QHeaderView::isSortIndicatorShown() | |
void | keyboardSearch | (string search) | Virtual method void QHeaderView::keyboardSearch(const QString &search) | |
[const] | int | length | Method int QHeaderView::length() | |
[const] | int | logicalIndex | (int visualIndex) | Method int QHeaderView::logicalIndex(int visualIndex) |
[const] | int | logicalIndexAt | (int position) | Method int QHeaderView::logicalIndexAt(int position) |
[const] | int | logicalIndexAt | (int x, int y) | Method int QHeaderView::logicalIndexAt(int x, int y) |
[const] | int | logicalIndexAt | (const QPoint pos) | Method int QHeaderView::logicalIndexAt(const QPoint &pos) |
[const] | int | maximumSectionSize | Method int QHeaderView::maximumSectionSize() | |
void | maximumSectionSize= | (int size) | Method void QHeaderView::setMaximumSectionSize(int size) | |
[const] | int | minimumSectionSize | Method int QHeaderView::minimumSectionSize() | |
void | minimumSectionSize= | (int size) | Method void QHeaderView::setMinimumSectionSize(int size) | |
[const] | QSize | minimumSizeHint | Virtual method QSize QHeaderView::minimumSizeHint() | |
void | model= | (QAbstractItemModel ptr model) | Method void QHeaderView::setModel(QAbstractItemModel *model) | |
void | moveSection | (int from, int to) | Method void QHeaderView::moveSection(int from, int to) | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QHeaderView::objectNameChanged(const QString &objectName) |
[const] | int | offset | Method int QHeaderView::offset() | |
void | offset= | (int offset) | Method void QHeaderView::setOffset(int offset) | |
[const] | Qt_Orientation | orientation | Method Qt::Orientation QHeaderView::orientation() | |
[const] | QPaintEngine ptr | paintEngine | Virtual method QPaintEngine *QHeaderView::paintEngine() | |
[signal] | void | pressed | (const QModelIndex index) | Signal declaration for QHeaderView::pressed(const QModelIndex &index) |
void | reset | Virtual method void QHeaderView::reset() | ||
void | resetDefaultSectionSize | Method void QHeaderView::resetDefaultSectionSize() | ||
[const] | int | resizeContentsPrecision | Method int QHeaderView::resizeContentsPrecision() | |
void | resizeContentsPrecision= | (int precision) | Method void QHeaderView::setResizeContentsPrecision(int precision) | |
void | resizeSection | (int logicalIndex, int size) | Method void QHeaderView::resizeSection(int logicalIndex, int size) | |
bool | restoreState | (bytes state) | Method bool QHeaderView::restoreState(const QByteArray &state) | |
[const] | bytes | saveState | Method QByteArray QHeaderView::saveState() | |
[signal] | void | sectionClicked | (int logicalIndex) | Signal declaration for QHeaderView::sectionClicked(int logicalIndex) |
[signal] | void | sectionCountChanged | (int oldCount, int newCount) | Signal declaration for QHeaderView::sectionCountChanged(int oldCount, int newCount) |
[signal] | void | sectionDoubleClicked | (int logicalIndex) | Signal declaration for QHeaderView::sectionDoubleClicked(int logicalIndex) |
[signal] | void | sectionEntered | (int logicalIndex) | Signal declaration for QHeaderView::sectionEntered(int logicalIndex) |
[signal] | void | sectionHandleDoubleClicked | (int logicalIndex) | Signal declaration for QHeaderView::sectionHandleDoubleClicked(int logicalIndex) |
[signal] | void | sectionMoved | (int logicalIndex, int oldVisualIndex, int newVisualIndex) | Signal declaration for QHeaderView::sectionMoved(int logicalIndex, int oldVisualIndex, int newVisualIndex) |
[const] | int | sectionPosition | (int logicalIndex) | Method int QHeaderView::sectionPosition(int logicalIndex) |
[signal] | void | sectionPressed | (int logicalIndex) | Signal declaration for QHeaderView::sectionPressed(int logicalIndex) |
[const] | QHeaderView_ResizeMode | sectionResizeMode | (int logicalIndex) | Method QHeaderView::ResizeMode QHeaderView::sectionResizeMode(int logicalIndex) |
[signal] | void | sectionResized | (int logicalIndex, int oldSize, int newSize) | Signal declaration for QHeaderView::sectionResized(int logicalIndex, int oldSize, int newSize) |
[const] | int | sectionSize | (int logicalIndex) | Method int QHeaderView::sectionSize(int logicalIndex) |
[const] | int | sectionSizeHint | (int logicalIndex) | Method int QHeaderView::sectionSizeHint(int logicalIndex) |
[const] | int | sectionViewportPosition | (int logicalIndex) | Method int QHeaderView::sectionViewportPosition(int logicalIndex) |
[const] | bool | sectionsClickable | Method bool QHeaderView::sectionsClickable() | |
void | sectionsClickable= | (bool clickable) | Method void QHeaderView::setSectionsClickable(bool clickable) | |
[const] | bool | sectionsHidden | Method bool QHeaderView::sectionsHidden() | |
[const] | bool | sectionsMovable | Method bool QHeaderView::sectionsMovable() | |
void | sectionsMovable= | (bool movable) | Method void QHeaderView::setSectionsMovable(bool movable) | |
[const] | bool | sectionsMoved | Method bool QHeaderView::sectionsMoved() | |
void | selectAll | Virtual method void QHeaderView::selectAll() | ||
void | setCascadingSectionResizes | (bool enable) | Method void QHeaderView::setCascadingSectionResizes(bool enable) | |
void | setDefaultAlignment | (Qt_QFlags_AlignmentFlag alignment) | Method void QHeaderView::setDefaultAlignment(QFlags<Qt::AlignmentFlag> alignment) | |
void | setDefaultSectionSize | (int size) | Method void QHeaderView::setDefaultSectionSize(int size) | |
void | setFirstSectionMovable | (bool movable) | Method void QHeaderView::setFirstSectionMovable(bool movable) | |
void | setHighlightSections | (bool highlight) | Method void QHeaderView::setHighlightSections(bool highlight) | |
void | setMaximumSectionSize | (int size) | Method void QHeaderView::setMaximumSectionSize(int size) | |
void | setMinimumSectionSize | (int size) | Method void QHeaderView::setMinimumSectionSize(int size) | |
void | setModel | (QAbstractItemModel ptr model) | Virtual method void QHeaderView::setModel(QAbstractItemModel *model) | |
void | setOffset | (int offset) | Method void QHeaderView::setOffset(int offset) | |
void | setOffsetToLastSection | Method void QHeaderView::setOffsetToLastSection() | ||
void | setOffsetToSectionPosition | (int visualIndex) | Method void QHeaderView::setOffsetToSectionPosition(int visualIndex) | |
void | setResizeContentsPrecision | (int precision) | Method void QHeaderView::setResizeContentsPrecision(int precision) | |
void | setRootIndex | (const QModelIndex index) | Virtual method void QHeaderView::setRootIndex(const QModelIndex &index) | |
void | setSectionHidden | (int logicalIndex, bool hide) | Method void QHeaderView::setSectionHidden(int logicalIndex, bool hide) | |
void | setSectionResizeMode | (const QHeaderView_ResizeMode mode) | Method void QHeaderView::setSectionResizeMode(QHeaderView::ResizeMode mode) | |
void | setSectionResizeMode | (int logicalIndex, const QHeaderView_ResizeMode mode) | Method void QHeaderView::setSectionResizeMode(int logicalIndex, QHeaderView::ResizeMode mode) | |
void | setSectionsClickable | (bool clickable) | Method void QHeaderView::setSectionsClickable(bool clickable) | |
void | setSectionsMovable | (bool movable) | Method void QHeaderView::setSectionsMovable(bool movable) | |
void | setSelectionModel | (QItemSelectionModel ptr selectionModel) | Virtual method void QHeaderView::setSelectionModel(QItemSelectionModel *selectionModel) | |
void | setSortIndicator | (int logicalIndex, const Qt_SortOrder order) | Method void QHeaderView::setSortIndicator(int logicalIndex, Qt::SortOrder order) | |
void | setSortIndicatorShown | (bool show) | Method void QHeaderView::setSortIndicatorShown(bool show) | |
void | setStretchLastSection | (bool stretch) | Method void QHeaderView::setStretchLastSection(bool stretch) | |
void | setVisible | (bool v) | Virtual method void QHeaderView::setVisible(bool v) | |
void | setupViewport | (QWidget ptr viewport) | Virtual method void QHeaderView::setupViewport(QWidget *viewport) | |
void | showSection | (int logicalIndex) | Method void QHeaderView::showSection(int logicalIndex) | |
[const] | QSize | sizeHint | Virtual method QSize QHeaderView::sizeHint() | |
[const] | int | sizeHintForColumn | (int column) | Virtual method int QHeaderView::sizeHintForColumn(int column) |
[const] | int | sizeHintForRow | (int row) | Virtual method int QHeaderView::sizeHintForRow(int row) |
[signal] | void | sortIndicatorChanged | (int logicalIndex, const Qt_SortOrder order) | Signal declaration for QHeaderView::sortIndicatorChanged(int logicalIndex, Qt::SortOrder order) |
[const] | Qt_SortOrder | sortIndicatorOrder | Method Qt::SortOrder QHeaderView::sortIndicatorOrder() | |
[const] | int | sortIndicatorSection | Method int QHeaderView::sortIndicatorSection() | |
[const] | bool | sortIndicatorShown | Method bool QHeaderView::isSortIndicatorShown() | |
void | sortIndicatorShown= | (bool show) | Method void QHeaderView::setSortIndicatorShown(bool show) | |
[const] | bool | stretchLastSection | Method bool QHeaderView::stretchLastSection() | |
void | stretchLastSection= | (bool stretch) | Method void QHeaderView::setStretchLastSection(bool stretch) | |
[const] | int | stretchSectionCount | Method int QHeaderView::stretchSectionCount() | |
void | swapSections | (int first, int second) | Method void QHeaderView::swapSections(int first, int second) | |
[signal] | void | viewportEntered | Signal declaration for QHeaderView::viewportEntered() | |
void | visible= | (bool v) | Method void QHeaderView::setVisible(bool v) | |
[const] | int | visualIndex | (int logicalIndex) | Method int QHeaderView::visualIndex(int logicalIndex) |
[const] | int | visualIndexAt | (int position) | Method int QHeaderView::visualIndexAt(int position) |
[signal] | void | windowIconChanged | (const QIcon icon) | Signal declaration for QHeaderView::windowIconChanged(const QIcon &icon) |
[signal] | void | windowIconTextChanged | (string iconText) | Signal declaration for QHeaderView::windowIconTextChanged(const QString &iconText) |
[signal] | void | windowTitleChanged | (string title) | Signal declaration for QHeaderView::windowTitleChanged(const QString &title) |
[static,const] | QHeaderView_ResizeMode | Custom | Enum constant QHeaderView::Custom | |
[static,const] | QHeaderView_ResizeMode | Fixed | Enum constant QHeaderView::Fixed | |
[static,const] | QHeaderView_ResizeMode | Interactive | Enum constant QHeaderView::Interactive | |
[static,const] | QHeaderView_ResizeMode | ResizeToContents | Enum constant QHeaderView::ResizeToContents | |
[static,const] | QHeaderView_ResizeMode | Stretch | Enum constant QHeaderView::Stretch | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QHeaderView::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QHeaderView::trUtf8(const char *s, const char *c, int n) |
void | actionEvent | (QActionEvent ptr event) | Virtual method void QHeaderView::actionEvent(QActionEvent *event) | ||
void | changeEvent | (QEvent ptr arg1) | Virtual method void QHeaderView::changeEvent(QEvent *) | ||
void | childEvent | (QChildEvent ptr event) | Virtual method void QHeaderView::childEvent(QChildEvent *event) | ||
void | closeEditor | (QWidget ptr editor, const QAbstractItemDelegate_EndEditHint hint) | Virtual method void QHeaderView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint) | ||
void | closeEvent | (QCloseEvent ptr event) | Virtual method void QHeaderView::closeEvent(QCloseEvent *event) | ||
void | commitData | (QWidget ptr editor) | Virtual method void QHeaderView::commitData(QWidget *editor) | ||
void | contextMenuEvent | (QContextMenuEvent ptr arg1) | Virtual method void QHeaderView::contextMenuEvent(QContextMenuEvent *) | ||
void | create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QHeaderView::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | currentChanged | (const QModelIndex current, const QModelIndex old) | Virtual method void QHeaderView::currentChanged(const QModelIndex ¤t, const QModelIndex &old) | ||
void | customEvent | (QEvent ptr event) | Virtual method void QHeaderView::customEvent(QEvent *event) | ||
void | dataChanged | (const QModelIndex topLeft, const QModelIndex bottomRight, int[] roles) | Virtual method void QHeaderView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) | ||
void | destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QHeaderView::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | QPoint | dirtyRegionOffset | Method QPoint QHeaderView::dirtyRegionOffset() | ||
void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QHeaderView::disconnectNotify(const QMetaMethod &signal) | ||
void | doAutoScroll | Method void QHeaderView::doAutoScroll() | |||
void | dragEnterEvent | (QDragEnterEvent ptr event) | Virtual method void QHeaderView::dragEnterEvent(QDragEnterEvent *event) | ||
void | dragLeaveEvent | (QDragLeaveEvent ptr event) | Virtual method void QHeaderView::dragLeaveEvent(QDragLeaveEvent *event) | ||
void | dragMoveEvent | (QDragMoveEvent ptr event) | Virtual method void QHeaderView::dragMoveEvent(QDragMoveEvent *event) | ||
void | drawFrame | (QPainter ptr arg1) | Method void QHeaderView::drawFrame(QPainter *) | ||
void | dropEvent | (QDropEvent ptr event) | Virtual method void QHeaderView::dropEvent(QDropEvent *event) | ||
[const] | unsigned int | dropIndicatorPosition | Method QAbstractItemView::DropIndicatorPosition QHeaderView::dropIndicatorPosition() | ||
bool | edit | (const QModelIndex index, const QAbstractItemView_EditTrigger trigger, QEvent ptr event) | Virtual method bool QHeaderView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) | ||
void | editorDestroyed | (QObject ptr editor) | Virtual method void QHeaderView::editorDestroyed(QObject *editor) | ||
void | enterEvent | (QEvent ptr event) | Virtual method void QHeaderView::enterEvent(QEvent *event) | ||
bool | event | (QEvent ptr e) | Virtual method bool QHeaderView::event(QEvent *e) | ||
bool | eventFilter | (QObject ptr object, QEvent ptr event) | Virtual method bool QHeaderView::eventFilter(QObject *object, QEvent *event) | ||
void | executeDelayedItemsLayout | Method void QHeaderView::executeDelayedItemsLayout() | |||
void | focusInEvent | (QFocusEvent ptr event) | Virtual method void QHeaderView::focusInEvent(QFocusEvent *event) | ||
bool | focusNextChild | Method bool QHeaderView::focusNextChild() | |||
bool | focusNextPrevChild | (bool next) | Virtual method bool QHeaderView::focusNextPrevChild(bool next) | ||
void | focusOutEvent | (QFocusEvent ptr event) | Virtual method void QHeaderView::focusOutEvent(QFocusEvent *event) | ||
bool | focusPreviousChild | Method bool QHeaderView::focusPreviousChild() | |||
void | hideEvent | (QHideEvent ptr event) | Virtual method void QHeaderView::hideEvent(QHideEvent *event) | ||
[const] | int | horizontalOffset | Virtual method int QHeaderView::horizontalOffset() | ||
void | horizontalScrollbarAction | (int action) | Virtual method void QHeaderView::horizontalScrollbarAction(int action) | ||
void | horizontalScrollbarValueChanged | (int value) | Virtual method void QHeaderView::horizontalScrollbarValueChanged(int value) | ||
[const] | int | horizontalStepsPerItem | Method int QHeaderView::horizontalStepsPerItem() | ||
[const] | QModelIndex | indexAt | (const QPoint p) | Virtual method QModelIndex QHeaderView::indexAt(const QPoint &p) | |
[const] | void | initPainter | (QPainter ptr painter) | Virtual method void QHeaderView::initPainter(QPainter *painter) | |
[const] | void | initStyleOption | (QStyleOptionHeader ptr option) | Method void QHeaderView::initStyleOption(QStyleOptionHeader *option) | |
void | initialize | Method void QHeaderView::initialize() | |||
void | initializeSections | Method void QHeaderView::initializeSections() | |||
void | initializeSections | (int start, int end) | Method void QHeaderView::initializeSections(int start, int end) | ||
void | inputMethodEvent | (QInputMethodEvent ptr event) | Virtual method void QHeaderView::inputMethodEvent(QInputMethodEvent *event) | ||
[const] | bool | isIndexHidden | (const QModelIndex index) | Virtual method bool QHeaderView::isIndexHidden(const QModelIndex &index) | |
[const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QHeaderView::isSignalConnected(const QMetaMethod &signal) | |
void | keyPressEvent | (QKeyEvent ptr event) | Virtual method void QHeaderView::keyPressEvent(QKeyEvent *event) | ||
void | keyReleaseEvent | (QKeyEvent ptr event) | Virtual method void QHeaderView::keyReleaseEvent(QKeyEvent *event) | ||
void | leaveEvent | (QEvent ptr event) | Virtual method void QHeaderView::leaveEvent(QEvent *event) | ||
[const] | int | metric | (const QPaintDevice_PaintDeviceMetric arg1) | Virtual method int QHeaderView::metric(QPaintDevice::PaintDeviceMetric) | |
void | mouseDoubleClickEvent | (QMouseEvent ptr e) | Virtual method void QHeaderView::mouseDoubleClickEvent(QMouseEvent *e) | ||
void | mouseMoveEvent | (QMouseEvent ptr e) | Virtual method void QHeaderView::mouseMoveEvent(QMouseEvent *e) | ||
void | mousePressEvent | (QMouseEvent ptr e) | Virtual method void QHeaderView::mousePressEvent(QMouseEvent *e) | ||
void | mouseReleaseEvent | (QMouseEvent ptr e) | Virtual method void QHeaderView::mouseReleaseEvent(QMouseEvent *e) | ||
QModelIndex | moveCursor | (unsigned int arg1, Qt_QFlags_KeyboardModifier arg2) | Virtual method QModelIndex QHeaderView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) | ||
void | moveEvent | (QMoveEvent ptr event) | Virtual method void QHeaderView::moveEvent(QMoveEvent *event) | ||
bool | nativeEvent | (bytes eventType, void * message, long ptr result) | Virtual method bool QHeaderView::nativeEvent(const QByteArray &eventType, void *message, long int *result) | ||
void | paintEvent | (QPaintEvent ptr e) | Virtual method void QHeaderView::paintEvent(QPaintEvent *e) | ||
[const] | void | paintSection | (QPainter ptr painter, const QRect rect, int logicalIndex) | Virtual method void QHeaderView::paintSection(QPainter *painter, const QRect &rect, int logicalIndex) | |
void | qt_create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QHeaderView::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | qt_destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QHeaderView::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | int | receivers | (string signal) | Method int QHeaderView::receivers(const char *signal) | |
[const] | QPaintDevice ptr | redirected | (QPoint ptr offset) | Virtual method QPaintDevice *QHeaderView::redirected(QPoint *offset) | |
void | resizeEvent | (QResizeEvent ptr event) | Virtual method void QHeaderView::resizeEvent(QResizeEvent *event) | ||
void | resizeSections | Method void QHeaderView::resizeSections() | |||
void | rowsAboutToBeRemoved | (const QModelIndex parent, int start, int end) | Virtual method void QHeaderView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | ||
void | rowsInserted | (const QModelIndex parent, int start, int end) | Virtual method void QHeaderView::rowsInserted(const QModelIndex &parent, int start, int end) | ||
void | scheduleDelayedItemsLayout | Method void QHeaderView::scheduleDelayedItemsLayout() | |||
void | scrollContentsBy | (int dx, int dy) | Virtual method void QHeaderView::scrollContentsBy(int dx, int dy) | ||
void | scrollDirtyRegion | (int dx, int dy) | Method void QHeaderView::scrollDirtyRegion(int dx, int dy) | ||
void | scrollTo | (const QModelIndex index, const QAbstractItemView_ScrollHint hint) | Virtual method void QHeaderView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHint hint) | ||
[const] | QSize | sectionSizeFromContents | (int logicalIndex) | Virtual method QSize QHeaderView::sectionSizeFromContents(int logicalIndex) | |
void | sectionsAboutToBeRemoved | (const QModelIndex parent, int logicalFirst, int logicalLast) | Method void QHeaderView::sectionsAboutToBeRemoved(const QModelIndex &parent, int logicalFirst, int logicalLast) | ||
void | sectionsInserted | (const QModelIndex parent, int logicalFirst, int logicalLast) | Method void QHeaderView::sectionsInserted(const QModelIndex &parent, int logicalFirst, int logicalLast) | ||
[const] | QModelIndex[] | selectedIndexes | Virtual method QList<QModelIndex> QHeaderView::selectedIndexes() | ||
void | selectionChanged | (const QItemSelection selected, const QItemSelection deselected) | Virtual method void QHeaderView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) | ||
[const] | QItemSelectionModel_QFlags_SelectionFlag | selectionCommand | (const QModelIndex index, const QEvent ptr event) | Virtual method QFlags<QItemSelectionModel::SelectionFlag> QHeaderView::selectionCommand(const QModelIndex &index, const QEvent *event) | |
[const] | QObject ptr | sender | Method QObject *QHeaderView::sender() | ||
[const] | int | senderSignalIndex | Method int QHeaderView::senderSignalIndex() | ||
void | setDirtyRegion | (const QRegion region) | Method void QHeaderView::setDirtyRegion(const QRegion ®ion) | ||
void | setHorizontalStepsPerItem | (int steps) | Method void QHeaderView::setHorizontalStepsPerItem(int steps) | ||
void | setSelection | (const QRect rect, QItemSelectionModel_QFlags_SelectionFlag flags) | Virtual method void QHeaderView::setSelection(const QRect &rect, QFlags<QItemSelectionModel::SelectionFlag> flags) | ||
void | setState | (unsigned int state) | Method void QHeaderView::setState(QAbstractItemView::State state) | ||
void | setVerticalStepsPerItem | (int steps) | Method void QHeaderView::setVerticalStepsPerItem(int steps) | ||
void | setViewportMargins | (int left, int top, int right, int bottom) | Method void QHeaderView::setViewportMargins(int left, int top, int right, int bottom) | ||
void | setViewportMargins | (const QMargins margins) | Method void QHeaderView::setViewportMargins(const QMargins &margins) | ||
[const] | QPainter ptr | sharedPainter | Virtual method QPainter *QHeaderView::sharedPainter() | ||
void | showEvent | (QShowEvent ptr event) | Virtual method void QHeaderView::showEvent(QShowEvent *event) | ||
void | startAutoScroll | Method void QHeaderView::startAutoScroll() | |||
void | startDrag | (Qt_QFlags_DropAction supportedActions) | Virtual method void QHeaderView::startDrag(QFlags<Qt::DropAction> supportedActions) | ||
[const] | unsigned int | state | Method QAbstractItemView::State QHeaderView::state() | ||
void | stopAutoScroll | Method void QHeaderView::stopAutoScroll() | |||
void | tabletEvent | (QTabletEvent ptr event) | Virtual method void QHeaderView::tabletEvent(QTabletEvent *event) | ||
void | timerEvent | (QTimerEvent ptr event) | Virtual method void QHeaderView::timerEvent(QTimerEvent *event) | ||
void | updateEditorData | Virtual method void QHeaderView::updateEditorData() | |||
void | updateEditorGeometries | Virtual method void QHeaderView::updateEditorGeometries() | |||
void | updateGeometries | Virtual method void QHeaderView::updateGeometries() | |||
void | updateMicroFocus | Method void QHeaderView::updateMicroFocus() | |||
void | updateSection | (int logicalIndex) | Method void QHeaderView::updateSection(int logicalIndex) | ||
[const] | int | verticalOffset | Virtual method int QHeaderView::verticalOffset() | ||
void | verticalScrollbarAction | (int action) | Virtual method void QHeaderView::verticalScrollbarAction(int action) | ||
void | verticalScrollbarValueChanged | (int value) | Virtual method void QHeaderView::verticalScrollbarValueChanged(int value) | ||
[const] | int | verticalStepsPerItem | Method int QHeaderView::verticalStepsPerItem() | ||
[const] | QStyleOptionViewItem | viewOptions | Virtual method QStyleOptionViewItem QHeaderView::viewOptions() | ||
bool | viewportEvent | (QEvent ptr e) | Virtual method bool QHeaderView::viewportEvent(QEvent *e) | ||
[const] | QMargins | viewportMargins | Method QMargins QHeaderView::viewportMargins() | ||
[const] | QSize | viewportSizeHint | Virtual method QSize QHeaderView::viewportSizeHint() | ||
[const] | QRect | visualRect | (const QModelIndex index) | Virtual method QRect QHeaderView::visualRect(const QModelIndex &index) | |
[const] | QRegion | visualRegionForSelection | (const QItemSelection selection) | Virtual method QRegion QHeaderView::visualRegionForSelection(const QItemSelection &selection) | |
void | wheelEvent | (QWheelEvent ptr arg1) | Virtual method void QHeaderView::wheelEvent(QWheelEvent *) |
Custom | Signature: [static,const] QHeaderView_ResizeMode Custom Description: Enum constant QHeaderView::Custom Python specific notes: |
Fixed | Signature: [static,const] QHeaderView_ResizeMode Fixed Description: Enum constant QHeaderView::Fixed Python specific notes: |
Interactive | Signature: [static,const] QHeaderView_ResizeMode Interactive Description: Enum constant QHeaderView::Interactive Python specific notes: |
ResizeToContents | Signature: [static,const] QHeaderView_ResizeMode ResizeToContents Description: Enum constant QHeaderView::ResizeToContents Python specific notes: |
Stretch | Signature: [static,const] QHeaderView_ResizeMode Stretch Description: Enum constant QHeaderView::Stretch Python specific notes: |
_const_cast | Signature: [const] QHeaderView ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: 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. |
_destroy | Signature: void _destroy Description: 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. |
_destroyed? | Signature: [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. |
_is_const_object? | Signature: [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. |
_manage | Signature: void _manage Description: 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. |
_unmanage | Signature: void _unmanage Description: 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. |
actionEvent | Signature: void actionEvent (QActionEvent ptr event) Description: Virtual method void QHeaderView::actionEvent(QActionEvent *event) This method can be reimplemented in a derived class. |
activated | Signature: [signal] void activated (const QModelIndex index) Description: Signal declaration for QHeaderView::activated(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
cascadingSectionResizes | Signature: [const] bool cascadingSectionResizes Description: Method bool QHeaderView::cascadingSectionResizes() Python specific notes: |
cascadingSectionResizes= | Signature: void cascadingSectionResizes= (bool enable) Description: Method void QHeaderView::setCascadingSectionResizes(bool enable) Python specific notes: |
changeEvent | Signature: void changeEvent (QEvent ptr arg1) Description: Virtual method void QHeaderView::changeEvent(QEvent *) This method can be reimplemented in a derived class. |
childEvent | Signature: void childEvent (QChildEvent ptr event) Description: Virtual method void QHeaderView::childEvent(QChildEvent *event) This method can be reimplemented in a derived class. |
clicked | Signature: [signal] void clicked (const QModelIndex index) Description: Signal declaration for QHeaderView::clicked(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
closeEditor | Signature: 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. |
closeEvent | Signature: void closeEvent (QCloseEvent ptr event) Description: Virtual method void QHeaderView::closeEvent(QCloseEvent *event) This method can be reimplemented in a derived class. |
commitData | Signature: void commitData (QWidget ptr editor) Description: Virtual method void QHeaderView::commitData(QWidget *editor) This method can be reimplemented in a derived class. |
contextMenuEvent | Signature: void contextMenuEvent (QContextMenuEvent ptr arg1) Description: Virtual method void QHeaderView::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. |
count | Signature: [const] int count Description: Method int QHeaderView::count() |
create | Signature: void create (unsigned long 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. |
currentChanged | Signature: 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. |
customContextMenuRequested | Signature: [signal] void customContextMenuRequested (const QPoint pos) Description: Signal declaration for QHeaderView::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. Python specific notes: |
customEvent | Signature: void customEvent (QEvent ptr event) Description: Virtual method void QHeaderView::customEvent(QEvent *event) This method can be reimplemented in a derived class. |
dataChanged | Signature: void dataChanged (const QModelIndex topLeft, const QModelIndex bottomRight, int[] roles) Description: Virtual method void QHeaderView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) This method can be reimplemented in a derived class. |
defaultAlignment | Signature: [const] Qt_QFlags_AlignmentFlag defaultAlignment Description: Method QFlags<Qt::AlignmentFlag> QHeaderView::defaultAlignment() Python specific notes: |
defaultAlignment= | Signature: void defaultAlignment= (Qt_QFlags_AlignmentFlag alignment) Description: Method void QHeaderView::setDefaultAlignment(QFlags<Qt::AlignmentFlag> alignment) Python specific notes: |
defaultSectionSize | Signature: [const] int defaultSectionSize Description: Method int QHeaderView::defaultSectionSize() Python specific notes: |
defaultSectionSize= | Signature: void defaultSectionSize= (int size) Description: Method void QHeaderView::setDefaultSectionSize(int size) Python specific notes: |
destroy | Signature: void 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. |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QHeaderView::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
dirtyRegionOffset | Signature: [const] QPoint dirtyRegionOffset Description: Method QPoint QHeaderView::dirtyRegionOffset() This method is protected and can only be called from inside a derived class. |
disconnectNotify | Signature: void disconnectNotify (const QMetaMethod signal) Description: Virtual method void QHeaderView::disconnectNotify(const QMetaMethod &signal) This method can be reimplemented in a derived class. |
doAutoScroll | Signature: void doAutoScroll Description: Method void QHeaderView::doAutoScroll() This method is protected and can only be called from inside a derived class. |
doItemsLayout | Signature: void doItemsLayout Description: Virtual method void QHeaderView::doItemsLayout() This method can be reimplemented in a derived class. |
doubleClicked | Signature: [signal] void doubleClicked (const QModelIndex index) Description: Signal declaration for QHeaderView::doubleClicked(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
dragEnterEvent | Signature: void dragEnterEvent (QDragEnterEvent ptr event) Description: Virtual method void QHeaderView::dragEnterEvent(QDragEnterEvent *event) This method can be reimplemented in a derived class. |
dragLeaveEvent | Signature: void dragLeaveEvent (QDragLeaveEvent ptr event) Description: Virtual method void QHeaderView::dragLeaveEvent(QDragLeaveEvent *event) This method can be reimplemented in a derived class. |
dragMoveEvent | Signature: void dragMoveEvent (QDragMoveEvent ptr event) Description: Virtual method void QHeaderView::dragMoveEvent(QDragMoveEvent *event) This method can be reimplemented in a derived class. |
drawFrame | Signature: 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. |
dropEvent | Signature: void dropEvent (QDropEvent ptr event) Description: Virtual method void QHeaderView::dropEvent(QDropEvent *event) This method can be reimplemented in a derived class. |
dropIndicatorPosition | Signature: [const] unsigned int dropIndicatorPosition Description: Method QAbstractItemView::DropIndicatorPosition QHeaderView::dropIndicatorPosition() This method is protected and can only be called from inside a derived class. |
edit | Signature: 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. |
editorDestroyed | Signature: void editorDestroyed (QObject ptr editor) Description: Virtual method void QHeaderView::editorDestroyed(QObject *editor) This method can be reimplemented in a derived class. |
emit_activated | Signature: void emit_activated (const QModelIndex index) Description: Emitter for signal void QHeaderView::activated(const QModelIndex &index) Call this method to emit this signal. |
emit_clicked | Signature: void emit_clicked (const QModelIndex index) Description: Emitter for signal void QHeaderView::clicked(const QModelIndex &index) Call this method to emit this signal. |
emit_customContextMenuRequested | Signature: void emit_customContextMenuRequested (const QPoint pos) Description: Emitter for signal void QHeaderView::customContextMenuRequested(const QPoint &pos) Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = nullptr) Description: Emitter for signal void QHeaderView::destroyed(QObject *) Call this method to emit this signal. |
emit_doubleClicked | Signature: void emit_doubleClicked (const QModelIndex index) Description: Emitter for signal void QHeaderView::doubleClicked(const QModelIndex &index) Call this method to emit this signal. |
emit_entered | Signature: void emit_entered (const QModelIndex index) Description: Emitter for signal void QHeaderView::entered(const QModelIndex &index) Call this method to emit this signal. |
emit_geometriesChanged | Signature: void emit_geometriesChanged Description: Emitter for signal void QHeaderView::geometriesChanged() Call this method to emit this signal. |
emit_iconSizeChanged | Signature: void emit_iconSizeChanged (const QSize size) Description: Emitter for signal void QHeaderView::iconSizeChanged(const QSize &size) Call this method to emit this signal. |
emit_objectNameChanged | Signature: void emit_objectNameChanged (string objectName) Description: Emitter for signal void QHeaderView::objectNameChanged(const QString &objectName) Call this method to emit this signal. |
emit_pressed | Signature: void emit_pressed (const QModelIndex index) Description: Emitter for signal void QHeaderView::pressed(const QModelIndex &index) Call this method to emit this signal. |
emit_sectionClicked | Signature: void emit_sectionClicked (int logicalIndex) Description: Emitter for signal void QHeaderView::sectionClicked(int logicalIndex) Call this method to emit this signal. |
emit_sectionCountChanged | Signature: void emit_sectionCountChanged (int oldCount, int newCount) Description: Emitter for signal void QHeaderView::sectionCountChanged(int oldCount, int newCount) Call this method to emit this signal. |
emit_sectionDoubleClicked | Signature: void emit_sectionDoubleClicked (int logicalIndex) Description: Emitter for signal void QHeaderView::sectionDoubleClicked(int logicalIndex) Call this method to emit this signal. |
emit_sectionEntered | Signature: void emit_sectionEntered (int logicalIndex) Description: Emitter for signal void QHeaderView::sectionEntered(int logicalIndex) Call this method to emit this signal. |
emit_sectionHandleDoubleClicked | Signature: void emit_sectionHandleDoubleClicked (int logicalIndex) Description: Emitter for signal void QHeaderView::sectionHandleDoubleClicked(int logicalIndex) Call this method to emit this signal. |
emit_sectionMoved | Signature: void emit_sectionMoved (int logicalIndex, int oldVisualIndex, int newVisualIndex) Description: Emitter for signal void QHeaderView::sectionMoved(int logicalIndex, int oldVisualIndex, int newVisualIndex) Call this method to emit this signal. |
emit_sectionPressed | Signature: void emit_sectionPressed (int logicalIndex) Description: Emitter for signal void QHeaderView::sectionPressed(int logicalIndex) Call this method to emit this signal. |
emit_sectionResized | Signature: void emit_sectionResized (int logicalIndex, int oldSize, int newSize) Description: Emitter for signal void QHeaderView::sectionResized(int logicalIndex, int oldSize, int newSize) Call this method to emit this signal. |
emit_sortIndicatorChanged | Signature: void emit_sortIndicatorChanged (int logicalIndex, const Qt_SortOrder order) Description: Emitter for signal void QHeaderView::sortIndicatorChanged(int logicalIndex, Qt::SortOrder order) Call this method to emit this signal. |
emit_viewportEntered | Signature: void emit_viewportEntered Description: Emitter for signal void QHeaderView::viewportEntered() Call this method to emit this signal. |
emit_windowIconChanged | Signature: void emit_windowIconChanged (const QIcon icon) Description: Emitter for signal void QHeaderView::windowIconChanged(const QIcon &icon) Call this method to emit this signal. |
emit_windowIconTextChanged | Signature: void emit_windowIconTextChanged (string iconText) Description: Emitter for signal void QHeaderView::windowIconTextChanged(const QString &iconText) Call this method to emit this signal. |
emit_windowTitleChanged | Signature: void emit_windowTitleChanged (string title) Description: Emitter for signal void QHeaderView::windowTitleChanged(const QString &title) Call this method to emit this signal. |
enterEvent | Signature: void enterEvent (QEvent ptr event) Description: Virtual method void QHeaderView::enterEvent(QEvent *event) This method can be reimplemented in a derived class. |
entered | Signature: [signal] void entered (const QModelIndex index) Description: Signal declaration for QHeaderView::entered(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
event | Signature: bool event (QEvent ptr e) Description: Virtual method bool QHeaderView::event(QEvent *e) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr object, QEvent ptr event) Description: Virtual method bool QHeaderView::eventFilter(QObject *object, QEvent *event) This method can be reimplemented in a derived class. |
executeDelayedItemsLayout | Signature: void executeDelayedItemsLayout Description: Method void QHeaderView::executeDelayedItemsLayout() This method is protected and can only be called from inside a derived class. |
firstSectionMovable | Signature: [const] bool firstSectionMovable Description: Method bool QHeaderView::isFirstSectionMovable() Python specific notes: |
firstSectionMovable= | Signature: void firstSectionMovable= (bool movable) Description: Method void QHeaderView::setFirstSectionMovable(bool movable) Python specific notes: |
focusInEvent | Signature: void focusInEvent (QFocusEvent ptr event) Description: Virtual method void QHeaderView::focusInEvent(QFocusEvent *event) This method can be reimplemented in a derived class. |
focusNextChild | Signature: bool focusNextChild Description: Method bool QHeaderView::focusNextChild() This method is protected and can only be called from inside a derived class. |
focusNextPrevChild | Signature: bool focusNextPrevChild (bool next) Description: Virtual method bool QHeaderView::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. |
focusOutEvent | Signature: void focusOutEvent (QFocusEvent ptr event) Description: Virtual method void QHeaderView::focusOutEvent(QFocusEvent *event) This method can be reimplemented in a derived class. |
focusPreviousChild | Signature: bool focusPreviousChild Description: Method bool QHeaderView::focusPreviousChild() This method is protected and can only be called from inside a derived class. |
geometriesChanged | Signature: [signal] void geometriesChanged Description: Signal declaration for QHeaderView::geometriesChanged() You can bind a procedure to this signal. Python specific notes: |
hasHeightForWidth | Signature: [const] bool hasHeightForWidth Description: Virtual method bool QHeaderView::hasHeightForWidth() This method can be reimplemented in a derived class. |
headerDataChanged | Signature: void headerDataChanged (const Qt_Orientation orientation, int logicalFirst, int logicalLast) Description: Method void QHeaderView::headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast) |
heightForWidth | Signature: [const] int heightForWidth (int arg1) Description: Virtual method int QHeaderView::heightForWidth(int) This method can be reimplemented in a derived class. |
hiddenSectionCount | Signature: [const] int hiddenSectionCount Description: Method int QHeaderView::hiddenSectionCount() |
hideEvent | Signature: void hideEvent (QHideEvent ptr event) Description: Virtual method void QHeaderView::hideEvent(QHideEvent *event) This method can be reimplemented in a derived class. |
hideSection | Signature: void hideSection (int logicalIndex) Description: Method void QHeaderView::hideSection(int logicalIndex) |
highlightSections | Signature: [const] bool highlightSections Description: Method bool QHeaderView::highlightSections() Python specific notes: |
highlightSections= | Signature: void highlightSections= (bool highlight) Description: Method void QHeaderView::setHighlightSections(bool highlight) Python specific notes: |
horizontalOffset | Signature: [const] int horizontalOffset Description: Virtual method int QHeaderView::horizontalOffset() This method can be reimplemented in a derived class. |
horizontalScrollbarAction | Signature: void horizontalScrollbarAction (int action) Description: Virtual method void QHeaderView::horizontalScrollbarAction(int action) This method can be reimplemented in a derived class. |
horizontalScrollbarValueChanged | Signature: void horizontalScrollbarValueChanged (int value) Description: Virtual method void QHeaderView::horizontalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. |
horizontalStepsPerItem | Signature: [const] int horizontalStepsPerItem Description: Method int QHeaderView::horizontalStepsPerItem() This method is protected and can only be called from inside a derived class. |
iconSizeChanged | Signature: [signal] void iconSizeChanged (const QSize size) Description: Signal declaration for QHeaderView::iconSizeChanged(const QSize &size) You can bind a procedure to this signal. Python specific notes: |
indexAt | Signature: [const] QModelIndex indexAt (const QPoint p) Description: Virtual method QModelIndex QHeaderView::indexAt(const QPoint &p) This method can be reimplemented in a derived class. |
initPainter | Signature: [const] void initPainter (QPainter ptr painter) Description: Virtual method void QHeaderView::initPainter(QPainter *painter) This method can be reimplemented in a derived class. |
initStyleOption | Signature: [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. |
initialize | Signature: void initialize Description: Method void QHeaderView::initialize() This method is protected and can only be called from inside a derived class. |
initializeSections | (1) Signature: void initializeSections Description: Method void QHeaderView::initializeSections() This method is protected and can only be called from inside a derived class. |
(2) Signature: 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. | |
inputMethodEvent | Signature: void inputMethodEvent (QInputMethodEvent ptr event) Description: Virtual method void QHeaderView::inputMethodEvent(QInputMethodEvent *event) This method can be reimplemented in a derived class. |
inputMethodQuery | Signature: [const] variant inputMethodQuery (const Qt_InputMethodQuery query) Description: Virtual method QVariant QHeaderView::inputMethodQuery(Qt::InputMethodQuery query) This method can be reimplemented in a derived class. |
isFirstSectionMovable? | Signature: [const] bool isFirstSectionMovable? Description: Method bool QHeaderView::isFirstSectionMovable() Python specific notes: |
isIndexHidden | Signature: [const] bool isIndexHidden (const QModelIndex index) Description: Virtual method bool QHeaderView::isIndexHidden(const QModelIndex &index) This method can be reimplemented in a derived class. |
isSectionHidden? | Signature: [const] bool isSectionHidden? (int logicalIndex) Description: Method bool QHeaderView::isSectionHidden(int logicalIndex) |
isSignalConnected | Signature: [const] bool isSignalConnected (const QMetaMethod signal) Description: Method bool QHeaderView::isSignalConnected(const QMetaMethod &signal) This method is protected and can only be called from inside a derived class. |
isSortIndicatorShown? | Signature: [const] bool isSortIndicatorShown? Description: Method bool QHeaderView::isSortIndicatorShown() Python specific notes: |
keyPressEvent | Signature: void keyPressEvent (QKeyEvent ptr event) Description: Virtual method void QHeaderView::keyPressEvent(QKeyEvent *event) This method can be reimplemented in a derived class. |
keyReleaseEvent | Signature: void keyReleaseEvent (QKeyEvent ptr event) Description: Virtual method void QHeaderView::keyReleaseEvent(QKeyEvent *event) This method can be reimplemented in a derived class. |
keyboardSearch | Signature: void keyboardSearch (string search) Description: Virtual method void QHeaderView::keyboardSearch(const QString &search) This method can be reimplemented in a derived class. |
leaveEvent | Signature: void leaveEvent (QEvent ptr event) Description: Virtual method void QHeaderView::leaveEvent(QEvent *event) This method can be reimplemented in a derived class. |
length | Signature: [const] int length Description: Method int QHeaderView::length() |
logicalIndex | Signature: [const] int logicalIndex (int visualIndex) Description: Method int QHeaderView::logicalIndex(int visualIndex) |
logicalIndexAt | (1) Signature: [const] int logicalIndexAt (int position) Description: Method int QHeaderView::logicalIndexAt(int position) |
(2) Signature: [const] int logicalIndexAt (int x, int y) Description: Method int QHeaderView::logicalIndexAt(int x, int y) | |
(3) Signature: [const] int logicalIndexAt (const QPoint pos) Description: Method int QHeaderView::logicalIndexAt(const QPoint &pos) | |
maximumSectionSize | Signature: [const] int maximumSectionSize Description: Method int QHeaderView::maximumSectionSize() Python specific notes: |
maximumSectionSize= | Signature: void maximumSectionSize= (int size) Description: Method void QHeaderView::setMaximumSectionSize(int size) Python specific notes: |
metric | Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1) Description: Virtual method int QHeaderView::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. |
minimumSectionSize | Signature: [const] int minimumSectionSize Description: Method int QHeaderView::minimumSectionSize() Python specific notes: |
minimumSectionSize= | Signature: void minimumSectionSize= (int size) Description: Method void QHeaderView::setMinimumSectionSize(int size) Python specific notes: |
minimumSizeHint | Signature: [const] QSize minimumSizeHint Description: Virtual method QSize QHeaderView::minimumSizeHint() This method can be reimplemented in a derived class. |
model= | Signature: void model= (QAbstractItemModel ptr model) Description: Method void QHeaderView::setModel(QAbstractItemModel *model) This is a reimplementation of QAbstractItemView::setModel Python specific notes: |
mouseDoubleClickEvent | Signature: void mouseDoubleClickEvent (QMouseEvent ptr e) Description: Virtual method void QHeaderView::mouseDoubleClickEvent(QMouseEvent *e) This method can be reimplemented in a derived class. |
mouseMoveEvent | Signature: void mouseMoveEvent (QMouseEvent ptr e) Description: Virtual method void QHeaderView::mouseMoveEvent(QMouseEvent *e) This method can be reimplemented in a derived class. |
mousePressEvent | Signature: void mousePressEvent (QMouseEvent ptr e) Description: Virtual method void QHeaderView::mousePressEvent(QMouseEvent *e) This method can be reimplemented in a derived class. |
mouseReleaseEvent | Signature: void mouseReleaseEvent (QMouseEvent ptr e) Description: Virtual method void QHeaderView::mouseReleaseEvent(QMouseEvent *e) This method can be reimplemented in a derived class. |
moveCursor | Signature: QModelIndex moveCursor (unsigned int arg1, Qt_QFlags_KeyboardModifier arg2) Description: Virtual method QModelIndex QHeaderView::moveCursor(QAbstractItemView::CursorAction, QFlags<Qt::KeyboardModifier>) This method can be reimplemented in a derived class. |
moveEvent | Signature: void moveEvent (QMoveEvent ptr event) Description: Virtual method void QHeaderView::moveEvent(QMoveEvent *event) This method can be reimplemented in a derived class. |
moveSection | Signature: void moveSection (int from, int to) Description: Method void QHeaderView::moveSection(int from, int to) |
nativeEvent | Signature: bool nativeEvent (bytes eventType, void * message, long ptr result) Description: Virtual method bool QHeaderView::nativeEvent(const QByteArray &eventType, void *message, long int *result) This method can be reimplemented in a derived class. |
new | Signature: [static] new QHeaderView new (const Qt_Orientation orientation, QWidget ptr parent = nullptr) Description: Constructor QHeaderView::QHeaderView(Qt::Orientation orientation, QWidget *parent) This method creates an object of class QHeaderView. Python specific notes: |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QHeaderView::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
offset | Signature: [const] int offset Description: Method int QHeaderView::offset() Python specific notes: |
offset= | Signature: void offset= (int offset) Description: Method void QHeaderView::setOffset(int offset) Python specific notes: |
orientation | Signature: [const] Qt_Orientation orientation Description: Method Qt::Orientation QHeaderView::orientation() |
paintEngine | Signature: [const] QPaintEngine ptr paintEngine Description: Virtual method QPaintEngine *QHeaderView::paintEngine() This method can be reimplemented in a derived class. |
paintEvent | Signature: void paintEvent (QPaintEvent ptr e) Description: Virtual method void QHeaderView::paintEvent(QPaintEvent *e) This method can be reimplemented in a derived class. |
paintSection | Signature: [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. |
pressed | Signature: [signal] void pressed (const QModelIndex index) Description: Signal declaration for QHeaderView::pressed(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
qt_create | Signature: void qt_create (unsigned long 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. |
qt_destroy | Signature: 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. |
receivers | Signature: [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. |
redirected | Signature: [const] QPaintDevice ptr redirected (QPoint ptr offset) Description: Virtual method QPaintDevice *QHeaderView::redirected(QPoint *offset) This method can be reimplemented in a derived class. |
reset | Signature: void reset Description: Virtual method void QHeaderView::reset() This method can be reimplemented in a derived class. |
resetDefaultSectionSize | Signature: void resetDefaultSectionSize Description: Method void QHeaderView::resetDefaultSectionSize() |
resizeContentsPrecision | Signature: [const] int resizeContentsPrecision Description: Method int QHeaderView::resizeContentsPrecision() Python specific notes: |
resizeContentsPrecision= | Signature: void resizeContentsPrecision= (int precision) Description: Method void QHeaderView::setResizeContentsPrecision(int precision) Python specific notes: |
resizeEvent | Signature: void resizeEvent (QResizeEvent ptr event) Description: Virtual method void QHeaderView::resizeEvent(QResizeEvent *event) This method can be reimplemented in a derived class. |
resizeSection | Signature: void resizeSection (int logicalIndex, int size) Description: Method void QHeaderView::resizeSection(int logicalIndex, int size) |
resizeSections | Signature: void resizeSections Description: Method void QHeaderView::resizeSections() This method is protected and can only be called from inside a derived class. |
restoreState | Signature: bool restoreState (bytes state) Description: Method bool QHeaderView::restoreState(const QByteArray &state) |
rowsAboutToBeRemoved | Signature: 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. |
rowsInserted | Signature: 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. |
saveState | Signature: [const] bytes saveState Description: Method QByteArray QHeaderView::saveState() |
scheduleDelayedItemsLayout | Signature: void scheduleDelayedItemsLayout Description: Method void QHeaderView::scheduleDelayedItemsLayout() This method is protected and can only be called from inside a derived class. |
scrollContentsBy | Signature: 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. |
scrollDirtyRegion | Signature: 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. |
scrollTo | Signature: 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. |
sectionClicked | Signature: [signal] void sectionClicked (int logicalIndex) Description: Signal declaration for QHeaderView::sectionClicked(int logicalIndex) You can bind a procedure to this signal. Python specific notes: |
sectionCountChanged | Signature: [signal] void sectionCountChanged (int oldCount, int newCount) Description: Signal declaration for QHeaderView::sectionCountChanged(int oldCount, int newCount) You can bind a procedure to this signal. Python specific notes: |
sectionDoubleClicked | Signature: [signal] void sectionDoubleClicked (int logicalIndex) Description: Signal declaration for QHeaderView::sectionDoubleClicked(int logicalIndex) You can bind a procedure to this signal. Python specific notes: |
sectionEntered | Signature: [signal] void sectionEntered (int logicalIndex) Description: Signal declaration for QHeaderView::sectionEntered(int logicalIndex) You can bind a procedure to this signal. Python specific notes: |
sectionHandleDoubleClicked | Signature: [signal] void sectionHandleDoubleClicked (int logicalIndex) Description: Signal declaration for QHeaderView::sectionHandleDoubleClicked(int logicalIndex) You can bind a procedure to this signal. Python specific notes: |
sectionMoved | Signature: [signal] 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. Python specific notes: |
sectionPosition | Signature: [const] int sectionPosition (int logicalIndex) Description: Method int QHeaderView::sectionPosition(int logicalIndex) |
sectionPressed | Signature: [signal] void sectionPressed (int logicalIndex) Description: Signal declaration for QHeaderView::sectionPressed(int logicalIndex) You can bind a procedure to this signal. Python specific notes: |
sectionResizeMode | Signature: [const] QHeaderView_ResizeMode sectionResizeMode (int logicalIndex) Description: Method QHeaderView::ResizeMode QHeaderView::sectionResizeMode(int logicalIndex) |
sectionResized | Signature: [signal] 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. Python specific notes: |
sectionSize | Signature: [const] int sectionSize (int logicalIndex) Description: Method int QHeaderView::sectionSize(int logicalIndex) |
sectionSizeFromContents | Signature: [const] QSize sectionSizeFromContents (int logicalIndex) Description: Virtual method QSize QHeaderView::sectionSizeFromContents(int logicalIndex) This method can be reimplemented in a derived class. |
sectionSizeHint | Signature: [const] int sectionSizeHint (int logicalIndex) Description: Method int QHeaderView::sectionSizeHint(int logicalIndex) |
sectionViewportPosition | Signature: [const] int sectionViewportPosition (int logicalIndex) Description: Method int QHeaderView::sectionViewportPosition(int logicalIndex) |
sectionsAboutToBeRemoved | Signature: 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. |
sectionsClickable | Signature: [const] bool sectionsClickable Description: Method bool QHeaderView::sectionsClickable() Python specific notes: |
sectionsClickable= | Signature: void sectionsClickable= (bool clickable) Description: Method void QHeaderView::setSectionsClickable(bool clickable) Python specific notes: |
sectionsHidden | Signature: [const] bool sectionsHidden Description: Method bool QHeaderView::sectionsHidden() |
sectionsInserted | Signature: 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. |
sectionsMovable | Signature: [const] bool sectionsMovable Description: Method bool QHeaderView::sectionsMovable() Python specific notes: |
sectionsMovable= | Signature: void sectionsMovable= (bool movable) Description: Method void QHeaderView::setSectionsMovable(bool movable) Python specific notes: |
sectionsMoved | Signature: [const] bool sectionsMoved Description: Method bool QHeaderView::sectionsMoved() |
selectAll | Signature: void selectAll Description: Virtual method void QHeaderView::selectAll() This method can be reimplemented in a derived class. |
selectedIndexes | Signature: [const] QModelIndex[] selectedIndexes Description: Virtual method QList<QModelIndex> QHeaderView::selectedIndexes() This method can be reimplemented in a derived class. |
selectionChanged | Signature: 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. |
selectionCommand | Signature: [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. |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QHeaderView::sender() This method is protected and can only be called from inside a derived class. |
senderSignalIndex | Signature: [const] int senderSignalIndex Description: Method int QHeaderView::senderSignalIndex() This method is protected and can only be called from inside a derived class. |
setCascadingSectionResizes | Signature: void setCascadingSectionResizes (bool enable) Description: Method void QHeaderView::setCascadingSectionResizes(bool enable) Python specific notes: |
setDefaultAlignment | Signature: void setDefaultAlignment (Qt_QFlags_AlignmentFlag alignment) Description: Method void QHeaderView::setDefaultAlignment(QFlags<Qt::AlignmentFlag> alignment) Python specific notes: |
setDefaultSectionSize | Signature: void setDefaultSectionSize (int size) Description: Method void QHeaderView::setDefaultSectionSize(int size) Python specific notes: |
setDirtyRegion | Signature: 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. |
setFirstSectionMovable | Signature: void setFirstSectionMovable (bool movable) Description: Method void QHeaderView::setFirstSectionMovable(bool movable) Python specific notes: |
setHighlightSections | Signature: void setHighlightSections (bool highlight) Description: Method void QHeaderView::setHighlightSections(bool highlight) Python specific notes: |
setHorizontalStepsPerItem | Signature: 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. |
setMaximumSectionSize | Signature: void setMaximumSectionSize (int size) Description: Method void QHeaderView::setMaximumSectionSize(int size) Python specific notes: |
setMinimumSectionSize | Signature: void setMinimumSectionSize (int size) Description: Method void QHeaderView::setMinimumSectionSize(int size) Python specific notes: |
setModel | Signature: void setModel (QAbstractItemModel ptr model) Description: Virtual method void QHeaderView::setModel(QAbstractItemModel *model) This method can be reimplemented in a derived class. |
setOffset | Signature: void setOffset (int offset) Description: Method void QHeaderView::setOffset(int offset) Python specific notes: |
setOffsetToLastSection | Signature: void setOffsetToLastSection Description: Method void QHeaderView::setOffsetToLastSection() |
setOffsetToSectionPosition | Signature: void setOffsetToSectionPosition (int visualIndex) Description: Method void QHeaderView::setOffsetToSectionPosition(int visualIndex) |
setResizeContentsPrecision | Signature: void setResizeContentsPrecision (int precision) Description: Method void QHeaderView::setResizeContentsPrecision(int precision) Python specific notes: |
setRootIndex | Signature: void setRootIndex (const QModelIndex index) Description: Virtual method void QHeaderView::setRootIndex(const QModelIndex &index) This method can be reimplemented in a derived class. |
setSectionHidden | Signature: void setSectionHidden (int logicalIndex, bool hide) Description: Method void QHeaderView::setSectionHidden(int logicalIndex, bool hide) |
setSectionResizeMode | (1) Signature: void setSectionResizeMode (const QHeaderView_ResizeMode mode) Description: Method void QHeaderView::setSectionResizeMode(QHeaderView::ResizeMode mode) |
(2) Signature: void setSectionResizeMode (int logicalIndex, const QHeaderView_ResizeMode mode) Description: Method void QHeaderView::setSectionResizeMode(int logicalIndex, QHeaderView::ResizeMode mode) | |
setSectionsClickable | Signature: void setSectionsClickable (bool clickable) Description: Method void QHeaderView::setSectionsClickable(bool clickable) Python specific notes: |
setSectionsMovable | Signature: void setSectionsMovable (bool movable) Description: Method void QHeaderView::setSectionsMovable(bool movable) Python specific notes: |
setSelection | Signature: void setSelection (const QRect rect, 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. |
setSelectionModel | Signature: void setSelectionModel (QItemSelectionModel ptr selectionModel) Description: Virtual method void QHeaderView::setSelectionModel(QItemSelectionModel *selectionModel) This method can be reimplemented in a derived class. |
setSortIndicator | Signature: void setSortIndicator (int logicalIndex, const Qt_SortOrder order) Description: Method void QHeaderView::setSortIndicator(int logicalIndex, Qt::SortOrder order) |
setSortIndicatorShown | Signature: void setSortIndicatorShown (bool show) Description: Method void QHeaderView::setSortIndicatorShown(bool show) Python specific notes: |
setState | Signature: 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. |
setStretchLastSection | Signature: void setStretchLastSection (bool stretch) Description: Method void QHeaderView::setStretchLastSection(bool stretch) Python specific notes: |
setVerticalStepsPerItem | Signature: 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. |
setViewportMargins | (1) Signature: 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. |
(2) Signature: 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. | |
setVisible | Signature: void setVisible (bool v) Description: Virtual method void QHeaderView::setVisible(bool v) This method can be reimplemented in a derived class. |
setupViewport | Signature: void setupViewport (QWidget ptr viewport) Description: Virtual method void QHeaderView::setupViewport(QWidget *viewport) This method can be reimplemented in a derived class. |
sharedPainter | Signature: [const] QPainter ptr sharedPainter Description: Virtual method QPainter *QHeaderView::sharedPainter() This method can be reimplemented in a derived class. |
showEvent | Signature: void showEvent (QShowEvent ptr event) Description: Virtual method void QHeaderView::showEvent(QShowEvent *event) This method can be reimplemented in a derived class. |
showSection | Signature: void showSection (int logicalIndex) Description: Method void QHeaderView::showSection(int logicalIndex) |
sizeHint | Signature: [const] QSize sizeHint Description: Virtual method QSize QHeaderView::sizeHint() This method can be reimplemented in a derived class. |
sizeHintForColumn | Signature: [const] int sizeHintForColumn (int column) Description: Virtual method int QHeaderView::sizeHintForColumn(int column) This method can be reimplemented in a derived class. |
sizeHintForRow | Signature: [const] int sizeHintForRow (int row) Description: Virtual method int QHeaderView::sizeHintForRow(int row) This method can be reimplemented in a derived class. |
sortIndicatorChanged | Signature: [signal] 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. Python specific notes: |
sortIndicatorOrder | Signature: [const] Qt_SortOrder sortIndicatorOrder Description: Method Qt::SortOrder QHeaderView::sortIndicatorOrder() |
sortIndicatorSection | Signature: [const] int sortIndicatorSection Description: Method int QHeaderView::sortIndicatorSection() |
sortIndicatorShown | Signature: [const] bool sortIndicatorShown Description: Method bool QHeaderView::isSortIndicatorShown() Python specific notes: |
sortIndicatorShown= | Signature: void sortIndicatorShown= (bool show) Description: Method void QHeaderView::setSortIndicatorShown(bool show) Python specific notes: |
startAutoScroll | Signature: void startAutoScroll Description: Method void QHeaderView::startAutoScroll() This method is protected and can only be called from inside a derived class. |
startDrag | Signature: void startDrag (Qt_QFlags_DropAction supportedActions) Description: Virtual method void QHeaderView::startDrag(QFlags<Qt::DropAction> supportedActions) This method can be reimplemented in a derived class. |
state | Signature: [const] unsigned int state Description: Method QAbstractItemView::State QHeaderView::state() This method is protected and can only be called from inside a derived class. |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
stopAutoScroll | Signature: void stopAutoScroll Description: Method void QHeaderView::stopAutoScroll() This method is protected and can only be called from inside a derived class. |
stretchLastSection | Signature: [const] bool stretchLastSection Description: Method bool QHeaderView::stretchLastSection() Python specific notes: |
stretchLastSection= | Signature: void stretchLastSection= (bool stretch) Description: Method void QHeaderView::setStretchLastSection(bool stretch) Python specific notes: |
stretchSectionCount | Signature: [const] int stretchSectionCount Description: Method int QHeaderView::stretchSectionCount() |
swapSections | Signature: void swapSections (int first, int second) Description: Method void QHeaderView::swapSections(int first, int second) |
tabletEvent | Signature: void tabletEvent (QTabletEvent ptr event) Description: Virtual method void QHeaderView::tabletEvent(QTabletEvent *event) This method can be reimplemented in a derived class. |
timerEvent | Signature: void timerEvent (QTimerEvent ptr event) Description: Virtual method void QHeaderView::timerEvent(QTimerEvent *event) This method can be reimplemented in a derived class. |
tr | Signature: [static] string tr (string s, string c = nullptr, int n = -1) 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. |
trUtf8 | Signature: [static] string trUtf8 (string s, string c = nullptr, int n = -1) 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. |
updateEditorData | Signature: void updateEditorData Description: Virtual method void QHeaderView::updateEditorData() This method can be reimplemented in a derived class. |
updateEditorGeometries | Signature: void updateEditorGeometries Description: Virtual method void QHeaderView::updateEditorGeometries() This method can be reimplemented in a derived class. |
updateGeometries | Signature: void updateGeometries Description: Virtual method void QHeaderView::updateGeometries() This method can be reimplemented in a derived class. |
updateMicroFocus | Signature: void updateMicroFocus Description: Method void QHeaderView::updateMicroFocus() This method is protected and can only be called from inside a derived class. |
updateSection | Signature: 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. |
verticalOffset | Signature: [const] int verticalOffset Description: Virtual method int QHeaderView::verticalOffset() This method can be reimplemented in a derived class. |
verticalScrollbarAction | Signature: void verticalScrollbarAction (int action) Description: Virtual method void QHeaderView::verticalScrollbarAction(int action) This method can be reimplemented in a derived class. |
verticalScrollbarValueChanged | Signature: void verticalScrollbarValueChanged (int value) Description: Virtual method void QHeaderView::verticalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. |
verticalStepsPerItem | Signature: [const] int verticalStepsPerItem Description: Method int QHeaderView::verticalStepsPerItem() This method is protected and can only be called from inside a derived class. |
viewOptions | Signature: [const] QStyleOptionViewItem viewOptions Description: Virtual method QStyleOptionViewItem QHeaderView::viewOptions() This method can be reimplemented in a derived class. |
viewportEntered | Signature: [signal] void viewportEntered Description: Signal declaration for QHeaderView::viewportEntered() You can bind a procedure to this signal. Python specific notes: |
viewportEvent | Signature: bool viewportEvent (QEvent ptr e) Description: Virtual method bool QHeaderView::viewportEvent(QEvent *e) This method can be reimplemented in a derived class. |
viewportMargins | Signature: [const] QMargins viewportMargins Description: Method QMargins QHeaderView::viewportMargins() This method is protected and can only be called from inside a derived class. |
viewportSizeHint | Signature: [const] QSize viewportSizeHint Description: Virtual method QSize QHeaderView::viewportSizeHint() This method can be reimplemented in a derived class. |
visible= | Signature: void visible= (bool v) Description: Method void QHeaderView::setVisible(bool v) This is a reimplementation of QWidget::setVisible Python specific notes: |
visualIndex | Signature: [const] int visualIndex (int logicalIndex) Description: Method int QHeaderView::visualIndex(int logicalIndex) |
visualIndexAt | Signature: [const] int visualIndexAt (int position) Description: Method int QHeaderView::visualIndexAt(int position) |
visualRect | Signature: [const] QRect visualRect (const QModelIndex index) Description: Virtual method QRect QHeaderView::visualRect(const QModelIndex &index) This method can be reimplemented in a derived class. |
visualRegionForSelection | Signature: [const] QRegion visualRegionForSelection (const QItemSelection selection) Description: Virtual method QRegion QHeaderView::visualRegionForSelection(const QItemSelection &selection) This method can be reimplemented in a derived class. |
wheelEvent | Signature: void wheelEvent (QWheelEvent ptr arg1) Description: Virtual method void QHeaderView::wheelEvent(QWheelEvent *) This method can be reimplemented in a derived class. |
windowIconChanged | Signature: [signal] void windowIconChanged (const QIcon icon) Description: Signal declaration for QHeaderView::windowIconChanged(const QIcon &icon) You can bind a procedure to this signal. Python specific notes: |
windowIconTextChanged | Signature: [signal] void windowIconTextChanged (string iconText) Description: Signal declaration for QHeaderView::windowIconTextChanged(const QString &iconText) You can bind a procedure to this signal. Python specific notes: |
windowTitleChanged | Signature: [signal] void windowTitleChanged (string title) Description: Signal declaration for QHeaderView::windowTitleChanged(const QString &title) You can bind a procedure to this signal. Python specific notes: |