Notation used in Ruby API documentation
Module: QtWidgets
Description: Binding of QAbstractItemView
Class hierarchy: QAbstractItemView » QAbstractScrollArea » QFrame » QWidget » QObject
Sub-classes: DragDropMode, QFlags_DragDropMode, EditTrigger, QFlags_EditTrigger, ScrollHint, QFlags_ScrollHint, ScrollMode, QFlags_ScrollMode, SelectionBehavior, QFlags_SelectionBehavior, SelectionMode, QFlags_SelectionMode
new QAbstractItemView | new | (QWidget ptr parent = nullptr) | Constructor QAbstractItemView::QAbstractItemView(QWidget *parent) |
[const] | QAbstractItemView 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 QAbstractItemView::activated(const QModelIndex &index) |
[const] | bool | alternatingRowColors | Method bool QAbstractItemView::alternatingRowColors() | |
void | alternatingRowColors= | (bool enable) | Method void QAbstractItemView::setAlternatingRowColors(bool enable) | |
[const] | bool | autoScroll | Method bool QAbstractItemView::hasAutoScroll() | |
void | autoScroll= | (bool enable) | Method void QAbstractItemView::setAutoScroll(bool enable) | |
[const] | int | autoScrollMargin | Method int QAbstractItemView::autoScrollMargin() | |
void | autoScrollMargin= | (int margin) | Method void QAbstractItemView::setAutoScrollMargin(int margin) | |
void | clearSelection | Method void QAbstractItemView::clearSelection() | ||
[signal] | void | clicked | (const QModelIndex index) | Signal declaration for QAbstractItemView::clicked(const QModelIndex &index) |
void | closePersistentEditor | (const QModelIndex index) | Method void QAbstractItemView::closePersistentEditor(const QModelIndex &index) | |
[const] | QModelIndex | currentIndex | Method QModelIndex QAbstractItemView::currentIndex() | |
void | currentIndex= | (const QModelIndex index) | Method void QAbstractItemView::setCurrentIndex(const QModelIndex &index) | |
[signal] | void | customContextMenuRequested | (const QPoint pos) | Signal declaration for QAbstractItemView::customContextMenuRequested(const QPoint &pos) |
[const] | Qt_DropAction | defaultDropAction | Method Qt::DropAction QAbstractItemView::defaultDropAction() | |
void | defaultDropAction= | (const Qt_DropAction dropAction) | Method void QAbstractItemView::setDefaultDropAction(Qt::DropAction dropAction) | |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QAbstractItemView::destroyed(QObject *) |
void | doItemsLayout | Virtual method void QAbstractItemView::doItemsLayout() | ||
[signal] | void | doubleClicked | (const QModelIndex index) | Signal declaration for QAbstractItemView::doubleClicked(const QModelIndex &index) |
[const] | QAbstractItemView_DragDropMode | dragDropMode | Method QAbstractItemView::DragDropMode QAbstractItemView::dragDropMode() | |
void | dragDropMode= | (const QAbstractItemView_DragDropMode behavior) | Method void QAbstractItemView::setDragDropMode(QAbstractItemView::DragDropMode behavior) | |
[const] | bool | dragDropOverwriteMode | Method bool QAbstractItemView::dragDropOverwriteMode() | |
void | dragDropOverwriteMode= | (bool overwrite) | Method void QAbstractItemView::setDragDropOverwriteMode(bool overwrite) | |
[const] | bool | dragEnabled | Method bool QAbstractItemView::dragEnabled() | |
void | dragEnabled= | (bool enable) | Method void QAbstractItemView::setDragEnabled(bool enable) | |
[const] | QAbstractItemView_QFlags_EditTrigger | editTriggers | Method QFlags<QAbstractItemView::EditTrigger> QAbstractItemView::editTriggers() | |
void | editTriggers= | (QAbstractItemView_QFlags_EditTrigger triggers) | Method void QAbstractItemView::setEditTriggers(QFlags<QAbstractItemView::EditTrigger> triggers) | |
void | emit_activated | (const QModelIndex index) | Emitter for signal void QAbstractItemView::activated(const QModelIndex &index) | |
void | emit_clicked | (const QModelIndex index) | Emitter for signal void QAbstractItemView::clicked(const QModelIndex &index) | |
void | emit_customContextMenuRequested | (const QPoint pos) | Emitter for signal void QAbstractItemView::customContextMenuRequested(const QPoint &pos) | |
void | emit_destroyed | (QObject ptr arg1 = nullptr) | Emitter for signal void QAbstractItemView::destroyed(QObject *) | |
void | emit_doubleClicked | (const QModelIndex index) | Emitter for signal void QAbstractItemView::doubleClicked(const QModelIndex &index) | |
void | emit_entered | (const QModelIndex index) | Emitter for signal void QAbstractItemView::entered(const QModelIndex &index) | |
void | emit_iconSizeChanged | (const QSize size) | Emitter for signal void QAbstractItemView::iconSizeChanged(const QSize &size) | |
void | emit_objectNameChanged | (string objectName) | Emitter for signal void QAbstractItemView::objectNameChanged(const QString &objectName) | |
void | emit_pressed | (const QModelIndex index) | Emitter for signal void QAbstractItemView::pressed(const QModelIndex &index) | |
void | emit_viewportEntered | Emitter for signal void QAbstractItemView::viewportEntered() | ||
void | emit_windowIconChanged | (const QIcon icon) | Emitter for signal void QAbstractItemView::windowIconChanged(const QIcon &icon) | |
void | emit_windowIconTextChanged | (string iconText) | Emitter for signal void QAbstractItemView::windowIconTextChanged(const QString &iconText) | |
void | emit_windowTitleChanged | (string title) | Emitter for signal void QAbstractItemView::windowTitleChanged(const QString &title) | |
[signal] | void | entered | (const QModelIndex index) | Signal declaration for QAbstractItemView::entered(const QModelIndex &index) |
[const] | bool | hasAutoScroll | Method bool QAbstractItemView::hasAutoScroll() | |
[const] | bool | hasHeightForWidth | Virtual method bool QAbstractItemView::hasHeightForWidth() | |
[const] | int | heightForWidth | (int arg1) | Virtual method int QAbstractItemView::heightForWidth(int) |
[const] | QAbstractItemView_ScrollMode | horizontalScrollMode | Method QAbstractItemView::ScrollMode QAbstractItemView::horizontalScrollMode() | |
void | horizontalScrollMode= | (const QAbstractItemView_ScrollMode mode) | Method void QAbstractItemView::setHorizontalScrollMode(QAbstractItemView::ScrollMode mode) | |
[const] | QSize | iconSize | Method QSize QAbstractItemView::iconSize() | |
void | iconSize= | (const QSize size) | Method void QAbstractItemView::setIconSize(const QSize &size) | |
[signal] | void | iconSizeChanged | (const QSize size) | Signal declaration for QAbstractItemView::iconSizeChanged(const QSize &size) |
[const] | QModelIndex | indexAt | (const QPoint point) | Virtual method QModelIndex QAbstractItemView::indexAt(const QPoint &point) |
[const] | QWidget ptr | indexWidget | (const QModelIndex index) | Method QWidget *QAbstractItemView::indexWidget(const QModelIndex &index) |
[const] | variant | inputMethodQuery | (const Qt_InputMethodQuery query) | Virtual method QVariant QAbstractItemView::inputMethodQuery(Qt::InputMethodQuery query) |
[const] | bool | isPersistentEditorOpen? | (const QModelIndex index) | Method bool QAbstractItemView::isPersistentEditorOpen(const QModelIndex &index) |
[const] | QAbstractItemDelegate ptr | itemDelegate | Method QAbstractItemDelegate *QAbstractItemView::itemDelegate() | |
[const] | QAbstractItemDelegate ptr | itemDelegate | (const QModelIndex index) | Method QAbstractItemDelegate *QAbstractItemView::itemDelegate(const QModelIndex &index) |
void | itemDelegate= | (QAbstractItemDelegate ptr delegate) | Method void QAbstractItemView::setItemDelegate(QAbstractItemDelegate *delegate) | |
[const] | QAbstractItemDelegate ptr | itemDelegateForColumn | (int column) | Method QAbstractItemDelegate *QAbstractItemView::itemDelegateForColumn(int column) |
[const] | QAbstractItemDelegate ptr | itemDelegateForRow | (int row) | Method QAbstractItemDelegate *QAbstractItemView::itemDelegateForRow(int row) |
void | keyboardSearch | (string search) | Virtual method void QAbstractItemView::keyboardSearch(const QString &search) | |
[const] | QSize | minimumSizeHint | Virtual method QSize QAbstractItemView::minimumSizeHint() | |
[const] | QAbstractItemModel ptr | model | Method QAbstractItemModel *QAbstractItemView::model() | |
void | model= | (QAbstractItemModel ptr model) | Method void QAbstractItemView::setModel(QAbstractItemModel *model) | |
[signal] | void | objectNameChanged | (string objectName) | Signal declaration for QAbstractItemView::objectNameChanged(const QString &objectName) |
void | openPersistentEditor | (const QModelIndex index) | Method void QAbstractItemView::openPersistentEditor(const QModelIndex &index) | |
[const] | QPaintEngine ptr | paintEngine | Virtual method QPaintEngine *QAbstractItemView::paintEngine() | |
[signal] | void | pressed | (const QModelIndex index) | Signal declaration for QAbstractItemView::pressed(const QModelIndex &index) |
void | reset | Virtual method void QAbstractItemView::reset() | ||
void | resetHorizontalScrollMode | Method void QAbstractItemView::resetHorizontalScrollMode() | ||
void | resetVerticalScrollMode | Method void QAbstractItemView::resetVerticalScrollMode() | ||
[const] | QModelIndex | rootIndex | Method QModelIndex QAbstractItemView::rootIndex() | |
void | rootIndex= | (const QModelIndex index) | Method void QAbstractItemView::setRootIndex(const QModelIndex &index) | |
void | scrollTo | (const QModelIndex index, const QAbstractItemView_ScrollHint hint) | Virtual method void QAbstractItemView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHint hint) | |
void | scrollToBottom | Method void QAbstractItemView::scrollToBottom() | ||
void | scrollToTop | Method void QAbstractItemView::scrollToTop() | ||
void | selectAll | Virtual method void QAbstractItemView::selectAll() | ||
[const] | QAbstractItemView_SelectionBehavior | selectionBehavior | Method QAbstractItemView::SelectionBehavior QAbstractItemView::selectionBehavior() | |
void | selectionBehavior= | (const QAbstractItemView_SelectionBehavior behavior) | Method void QAbstractItemView::setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior) | |
[const] | QAbstractItemView_SelectionMode | selectionMode | Method QAbstractItemView::SelectionMode QAbstractItemView::selectionMode() | |
void | selectionMode= | (const QAbstractItemView_SelectionMode mode) | Method void QAbstractItemView::setSelectionMode(QAbstractItemView::SelectionMode mode) | |
[const] | QItemSelectionModel ptr | selectionModel | Method QItemSelectionModel *QAbstractItemView::selectionModel() | |
void | selectionModel= | (QItemSelectionModel ptr selectionModel) | Method void QAbstractItemView::setSelectionModel(QItemSelectionModel *selectionModel) | |
void | setAlternatingRowColors | (bool enable) | Method void QAbstractItemView::setAlternatingRowColors(bool enable) | |
void | setAutoScroll | (bool enable) | Method void QAbstractItemView::setAutoScroll(bool enable) | |
void | setAutoScrollMargin | (int margin) | Method void QAbstractItemView::setAutoScrollMargin(int margin) | |
void | setCurrentIndex | (const QModelIndex index) | Method void QAbstractItemView::setCurrentIndex(const QModelIndex &index) | |
void | setDefaultDropAction | (const Qt_DropAction dropAction) | Method void QAbstractItemView::setDefaultDropAction(Qt::DropAction dropAction) | |
void | setDragDropMode | (const QAbstractItemView_DragDropMode behavior) | Method void QAbstractItemView::setDragDropMode(QAbstractItemView::DragDropMode behavior) | |
void | setDragDropOverwriteMode | (bool overwrite) | Method void QAbstractItemView::setDragDropOverwriteMode(bool overwrite) | |
void | setDragEnabled | (bool enable) | Method void QAbstractItemView::setDragEnabled(bool enable) | |
void | setDropIndicatorShown | (bool enable) | Method void QAbstractItemView::setDropIndicatorShown(bool enable) | |
void | setEditTriggers | (QAbstractItemView_QFlags_EditTrigger triggers) | Method void QAbstractItemView::setEditTriggers(QFlags<QAbstractItemView::EditTrigger> triggers) | |
void | setHorizontalScrollMode | (const QAbstractItemView_ScrollMode mode) | Method void QAbstractItemView::setHorizontalScrollMode(QAbstractItemView::ScrollMode mode) | |
void | setIconSize | (const QSize size) | Method void QAbstractItemView::setIconSize(const QSize &size) | |
void | setIndexWidget | (const QModelIndex index, QWidget ptr widget) | Method void QAbstractItemView::setIndexWidget(const QModelIndex &index, QWidget *widget) | |
void | setItemDelegate | (QAbstractItemDelegate ptr delegate) | Method void QAbstractItemView::setItemDelegate(QAbstractItemDelegate *delegate) | |
void | setItemDelegateForColumn | (int column, QAbstractItemDelegate ptr delegate) | Method void QAbstractItemView::setItemDelegateForColumn(int column, QAbstractItemDelegate *delegate) | |
void | setItemDelegateForRow | (int row, QAbstractItemDelegate ptr delegate) | Method void QAbstractItemView::setItemDelegateForRow(int row, QAbstractItemDelegate *delegate) | |
void | setModel | (QAbstractItemModel ptr model) | Virtual method void QAbstractItemView::setModel(QAbstractItemModel *model) | |
void | setRootIndex | (const QModelIndex index) | Virtual method void QAbstractItemView::setRootIndex(const QModelIndex &index) | |
void | setSelectionBehavior | (const QAbstractItemView_SelectionBehavior behavior) | Method void QAbstractItemView::setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior) | |
void | setSelectionMode | (const QAbstractItemView_SelectionMode mode) | Method void QAbstractItemView::setSelectionMode(QAbstractItemView::SelectionMode mode) | |
void | setSelectionModel | (QItemSelectionModel ptr selectionModel) | Virtual method void QAbstractItemView::setSelectionModel(QItemSelectionModel *selectionModel) | |
void | setTabKeyNavigation | (bool enable) | Method void QAbstractItemView::setTabKeyNavigation(bool enable) | |
void | setTextElideMode | (const Qt_TextElideMode mode) | Method void QAbstractItemView::setTextElideMode(Qt::TextElideMode mode) | |
void | setVerticalScrollMode | (const QAbstractItemView_ScrollMode mode) | Method void QAbstractItemView::setVerticalScrollMode(QAbstractItemView::ScrollMode mode) | |
void | setVisible | (bool visible) | Virtual method void QAbstractItemView::setVisible(bool visible) | |
void | setupViewport | (QWidget ptr viewport) | Virtual method void QAbstractItemView::setupViewport(QWidget *viewport) | |
[const] | bool | showDropIndicator | Method bool QAbstractItemView::showDropIndicator() | |
[const] | QSize | sizeHint | Virtual method QSize QAbstractItemView::sizeHint() | |
[const] | int | sizeHintForColumn | (int column) | Virtual method int QAbstractItemView::sizeHintForColumn(int column) |
[const] | QSize | sizeHintForIndex | (const QModelIndex index) | Method QSize QAbstractItemView::sizeHintForIndex(const QModelIndex &index) |
[const] | int | sizeHintForRow | (int row) | Virtual method int QAbstractItemView::sizeHintForRow(int row) |
[const] | bool | tabKeyNavigation | Method bool QAbstractItemView::tabKeyNavigation() | |
void | tabKeyNavigation= | (bool enable) | Method void QAbstractItemView::setTabKeyNavigation(bool enable) | |
[const] | Qt_TextElideMode | textElideMode | Method Qt::TextElideMode QAbstractItemView::textElideMode() | |
void | textElideMode= | (const Qt_TextElideMode mode) | Method void QAbstractItemView::setTextElideMode(Qt::TextElideMode mode) | |
void | update | (const QRegion arg1) | Method void QAbstractItemView::update(const QRegion &) | |
void | update | (const QModelIndex index) | Method void QAbstractItemView::update(const QModelIndex &index) | |
[const] | QAbstractItemView_ScrollMode | verticalScrollMode | Method QAbstractItemView::ScrollMode QAbstractItemView::verticalScrollMode() | |
void | verticalScrollMode= | (const QAbstractItemView_ScrollMode mode) | Method void QAbstractItemView::setVerticalScrollMode(QAbstractItemView::ScrollMode mode) | |
[signal] | void | viewportEntered | Signal declaration for QAbstractItemView::viewportEntered() | |
[const] | QRect | visualRect | (const QModelIndex index) | Virtual method QRect QAbstractItemView::visualRect(const QModelIndex &index) |
[signal] | void | windowIconChanged | (const QIcon icon) | Signal declaration for QAbstractItemView::windowIconChanged(const QIcon &icon) |
[signal] | void | windowIconTextChanged | (string iconText) | Signal declaration for QAbstractItemView::windowIconTextChanged(const QString &iconText) |
[signal] | void | windowTitleChanged | (string title) | Signal declaration for QAbstractItemView::windowTitleChanged(const QString &title) |
[static,const] | QAbstractItemView_EditTrigger | AllEditTriggers | Enum constant QAbstractItemView::AllEditTriggers | |
[static,const] | QAbstractItemView_EditTrigger | AnyKeyPressed | Enum constant QAbstractItemView::AnyKeyPressed | |
[static,const] | QAbstractItemView_SelectionMode | ContiguousSelection | Enum constant QAbstractItemView::ContiguousSelection | |
[static,const] | QAbstractItemView_EditTrigger | CurrentChanged | Enum constant QAbstractItemView::CurrentChanged | |
[static,const] | QAbstractItemView_EditTrigger | DoubleClicked | Enum constant QAbstractItemView::DoubleClicked | |
[static,const] | QAbstractItemView_DragDropMode | DragDrop | Enum constant QAbstractItemView::DragDrop | |
[static,const] | QAbstractItemView_DragDropMode | DragOnly | Enum constant QAbstractItemView::DragOnly | |
[static,const] | QAbstractItemView_DragDropMode | DropOnly | Enum constant QAbstractItemView::DropOnly | |
[static,const] | QAbstractItemView_EditTrigger | EditKeyPressed | Enum constant QAbstractItemView::EditKeyPressed | |
[static,const] | QAbstractItemView_ScrollHint | EnsureVisible | Enum constant QAbstractItemView::EnsureVisible | |
[static,const] | QAbstractItemView_SelectionMode | ExtendedSelection | Enum constant QAbstractItemView::ExtendedSelection | |
[static,const] | QAbstractItemView_DragDropMode | InternalMove | Enum constant QAbstractItemView::InternalMove | |
[static,const] | QAbstractItemView_SelectionMode | MultiSelection | Enum constant QAbstractItemView::MultiSelection | |
[static,const] | QAbstractItemView_DragDropMode | NoDragDrop | Enum constant QAbstractItemView::NoDragDrop | |
[static,const] | QAbstractItemView_EditTrigger | NoEditTriggers | Enum constant QAbstractItemView::NoEditTriggers | |
[static,const] | QAbstractItemView_SelectionMode | NoSelection | Enum constant QAbstractItemView::NoSelection | |
[static,const] | QAbstractItemView_ScrollHint | PositionAtBottom | Enum constant QAbstractItemView::PositionAtBottom | |
[static,const] | QAbstractItemView_ScrollHint | PositionAtCenter | Enum constant QAbstractItemView::PositionAtCenter | |
[static,const] | QAbstractItemView_ScrollHint | PositionAtTop | Enum constant QAbstractItemView::PositionAtTop | |
[static,const] | QAbstractItemView_ScrollMode | ScrollPerItem | Enum constant QAbstractItemView::ScrollPerItem | |
[static,const] | QAbstractItemView_ScrollMode | ScrollPerPixel | Enum constant QAbstractItemView::ScrollPerPixel | |
[static,const] | QAbstractItemView_SelectionBehavior | SelectColumns | Enum constant QAbstractItemView::SelectColumns | |
[static,const] | QAbstractItemView_SelectionBehavior | SelectItems | Enum constant QAbstractItemView::SelectItems | |
[static,const] | QAbstractItemView_SelectionBehavior | SelectRows | Enum constant QAbstractItemView::SelectRows | |
[static,const] | QAbstractItemView_EditTrigger | SelectedClicked | Enum constant QAbstractItemView::SelectedClicked | |
[static,const] | QAbstractItemView_SelectionMode | SingleSelection | Enum constant QAbstractItemView::SingleSelection | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = nullptr, int n = -1) | Static method QString QAbstractItemView::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = nullptr, int n = -1) | Static method QString QAbstractItemView::trUtf8(const char *s, const char *c, int n) |
void | actionEvent | (QActionEvent ptr event) | Virtual method void QAbstractItemView::actionEvent(QActionEvent *event) | ||
void | changeEvent | (QEvent ptr arg1) | Virtual method void QAbstractItemView::changeEvent(QEvent *) | ||
void | childEvent | (QChildEvent ptr event) | Virtual method void QAbstractItemView::childEvent(QChildEvent *event) | ||
void | closeEditor | (QWidget ptr editor, const QAbstractItemDelegate_EndEditHint hint) | Virtual method void QAbstractItemView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint) | ||
void | closeEvent | (QCloseEvent ptr event) | Virtual method void QAbstractItemView::closeEvent(QCloseEvent *event) | ||
void | commitData | (QWidget ptr editor) | Virtual method void QAbstractItemView::commitData(QWidget *editor) | ||
void | contextMenuEvent | (QContextMenuEvent ptr arg1) | Virtual method void QAbstractItemView::contextMenuEvent(QContextMenuEvent *) | ||
void | create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QAbstractItemView::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | currentChanged | (const QModelIndex current, const QModelIndex previous) | Virtual method void QAbstractItemView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) | ||
void | customEvent | (QEvent ptr event) | Virtual method void QAbstractItemView::customEvent(QEvent *event) | ||
void | dataChanged | (const QModelIndex topLeft, const QModelIndex bottomRight, int[] roles) | Virtual method void QAbstractItemView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) | ||
void | destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QAbstractItemView::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | QPoint | dirtyRegionOffset | Method QPoint QAbstractItemView::dirtyRegionOffset() | ||
void | disconnectNotify | (const QMetaMethod signal) | Virtual method void QAbstractItemView::disconnectNotify(const QMetaMethod &signal) | ||
void | doAutoScroll | Method void QAbstractItemView::doAutoScroll() | |||
void | dragEnterEvent | (QDragEnterEvent ptr event) | Virtual method void QAbstractItemView::dragEnterEvent(QDragEnterEvent *event) | ||
void | dragLeaveEvent | (QDragLeaveEvent ptr event) | Virtual method void QAbstractItemView::dragLeaveEvent(QDragLeaveEvent *event) | ||
void | dragMoveEvent | (QDragMoveEvent ptr event) | Virtual method void QAbstractItemView::dragMoveEvent(QDragMoveEvent *event) | ||
void | drawFrame | (QPainter ptr arg1) | Method void QAbstractItemView::drawFrame(QPainter *) | ||
void | dropEvent | (QDropEvent ptr event) | Virtual method void QAbstractItemView::dropEvent(QDropEvent *event) | ||
[const] | unsigned int | dropIndicatorPosition | Method QAbstractItemView::DropIndicatorPosition QAbstractItemView::dropIndicatorPosition() | ||
bool | edit | (const QModelIndex index, const QAbstractItemView_EditTrigger trigger, QEvent ptr event) | Virtual method bool QAbstractItemView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) | ||
void | editorDestroyed | (QObject ptr editor) | Virtual method void QAbstractItemView::editorDestroyed(QObject *editor) | ||
void | enterEvent | (QEvent ptr event) | Virtual method void QAbstractItemView::enterEvent(QEvent *event) | ||
bool | event | (QEvent ptr event) | Virtual method bool QAbstractItemView::event(QEvent *event) | ||
bool | eventFilter | (QObject ptr object, QEvent ptr event) | Virtual method bool QAbstractItemView::eventFilter(QObject *object, QEvent *event) | ||
void | executeDelayedItemsLayout | Method void QAbstractItemView::executeDelayedItemsLayout() | |||
void | focusInEvent | (QFocusEvent ptr event) | Virtual method void QAbstractItemView::focusInEvent(QFocusEvent *event) | ||
bool | focusNextChild | Method bool QAbstractItemView::focusNextChild() | |||
bool | focusNextPrevChild | (bool next) | Virtual method bool QAbstractItemView::focusNextPrevChild(bool next) | ||
void | focusOutEvent | (QFocusEvent ptr event) | Virtual method void QAbstractItemView::focusOutEvent(QFocusEvent *event) | ||
bool | focusPreviousChild | Method bool QAbstractItemView::focusPreviousChild() | |||
void | hideEvent | (QHideEvent ptr event) | Virtual method void QAbstractItemView::hideEvent(QHideEvent *event) | ||
[const] | int | horizontalOffset | Virtual method int QAbstractItemView::horizontalOffset() | ||
void | horizontalScrollbarAction | (int action) | Virtual method void QAbstractItemView::horizontalScrollbarAction(int action) | ||
void | horizontalScrollbarValueChanged | (int value) | Virtual method void QAbstractItemView::horizontalScrollbarValueChanged(int value) | ||
[const] | int | horizontalStepsPerItem | Method int QAbstractItemView::horizontalStepsPerItem() | ||
[const] | void | initPainter | (QPainter ptr painter) | Virtual method void QAbstractItemView::initPainter(QPainter *painter) | |
[const] | void | initStyleOption | (QStyleOptionFrame ptr option) | Method void QAbstractItemView::initStyleOption(QStyleOptionFrame *option) | |
void | inputMethodEvent | (QInputMethodEvent ptr event) | Virtual method void QAbstractItemView::inputMethodEvent(QInputMethodEvent *event) | ||
[const] | bool | isIndexHidden | (const QModelIndex index) | Virtual method bool QAbstractItemView::isIndexHidden(const QModelIndex &index) | |
[const] | bool | isSignalConnected | (const QMetaMethod signal) | Method bool QAbstractItemView::isSignalConnected(const QMetaMethod &signal) | |
void | keyPressEvent | (QKeyEvent ptr event) | Virtual method void QAbstractItemView::keyPressEvent(QKeyEvent *event) | ||
void | keyReleaseEvent | (QKeyEvent ptr event) | Virtual method void QAbstractItemView::keyReleaseEvent(QKeyEvent *event) | ||
void | leaveEvent | (QEvent ptr event) | Virtual method void QAbstractItemView::leaveEvent(QEvent *event) | ||
[const] | int | metric | (const QPaintDevice_PaintDeviceMetric arg1) | Virtual method int QAbstractItemView::metric(QPaintDevice::PaintDeviceMetric) | |
void | mouseDoubleClickEvent | (QMouseEvent ptr event) | Virtual method void QAbstractItemView::mouseDoubleClickEvent(QMouseEvent *event) | ||
void | mouseMoveEvent | (QMouseEvent ptr event) | Virtual method void QAbstractItemView::mouseMoveEvent(QMouseEvent *event) | ||
void | mousePressEvent | (QMouseEvent ptr event) | Virtual method void QAbstractItemView::mousePressEvent(QMouseEvent *event) | ||
void | mouseReleaseEvent | (QMouseEvent ptr event) | Virtual method void QAbstractItemView::mouseReleaseEvent(QMouseEvent *event) | ||
QModelIndex | moveCursor | (unsigned int cursorAction, Qt_QFlags_KeyboardModifier modifiers) | Virtual method QModelIndex QAbstractItemView::moveCursor(QAbstractItemView::CursorAction cursorAction, QFlags<Qt::KeyboardModifier> modifiers) | ||
void | moveEvent | (QMoveEvent ptr event) | Virtual method void QAbstractItemView::moveEvent(QMoveEvent *event) | ||
bool | nativeEvent | (bytes eventType, void * message, long ptr result) | Virtual method bool QAbstractItemView::nativeEvent(const QByteArray &eventType, void *message, long int *result) | ||
void | paintEvent | (QPaintEvent ptr arg1) | Virtual method void QAbstractItemView::paintEvent(QPaintEvent *) | ||
void | qt_create | (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QAbstractItemView::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | qt_destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QAbstractItemView::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | int | receivers | (string signal) | Method int QAbstractItemView::receivers(const char *signal) | |
[const] | QPaintDevice ptr | redirected | (QPoint ptr offset) | Virtual method QPaintDevice *QAbstractItemView::redirected(QPoint *offset) | |
void | resizeEvent | (QResizeEvent ptr event) | Virtual method void QAbstractItemView::resizeEvent(QResizeEvent *event) | ||
void | rowsAboutToBeRemoved | (const QModelIndex parent, int start, int end) | Virtual method void QAbstractItemView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) | ||
void | rowsInserted | (const QModelIndex parent, int start, int end) | Virtual method void QAbstractItemView::rowsInserted(const QModelIndex &parent, int start, int end) | ||
void | scheduleDelayedItemsLayout | Method void QAbstractItemView::scheduleDelayedItemsLayout() | |||
void | scrollContentsBy | (int dx, int dy) | Virtual method void QAbstractItemView::scrollContentsBy(int dx, int dy) | ||
void | scrollDirtyRegion | (int dx, int dy) | Method void QAbstractItemView::scrollDirtyRegion(int dx, int dy) | ||
[const] | QModelIndex[] | selectedIndexes | Virtual method QList<QModelIndex> QAbstractItemView::selectedIndexes() | ||
void | selectionChanged | (const QItemSelection selected, const QItemSelection deselected) | Virtual method void QAbstractItemView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) | ||
[const] | QItemSelectionModel_QFlags_SelectionFlag | selectionCommand | (const QModelIndex index, const QEvent ptr event) | Virtual method QFlags<QItemSelectionModel::SelectionFlag> QAbstractItemView::selectionCommand(const QModelIndex &index, const QEvent *event) | |
[const] | QObject ptr | sender | Method QObject *QAbstractItemView::sender() | ||
[const] | int | senderSignalIndex | Method int QAbstractItemView::senderSignalIndex() | ||
void | setDirtyRegion | (const QRegion region) | Method void QAbstractItemView::setDirtyRegion(const QRegion ®ion) | ||
void | setHorizontalStepsPerItem | (int steps) | Method void QAbstractItemView::setHorizontalStepsPerItem(int steps) | ||
void | setSelection | (const QRect rect, QItemSelectionModel_QFlags_SelectionFlag command) | Virtual method void QAbstractItemView::setSelection(const QRect &rect, QFlags<QItemSelectionModel::SelectionFlag> command) | ||
void | setState | (unsigned int state) | Method void QAbstractItemView::setState(QAbstractItemView::State state) | ||
void | setVerticalStepsPerItem | (int steps) | Method void QAbstractItemView::setVerticalStepsPerItem(int steps) | ||
void | setViewportMargins | (int left, int top, int right, int bottom) | Method void QAbstractItemView::setViewportMargins(int left, int top, int right, int bottom) | ||
void | setViewportMargins | (const QMargins margins) | Method void QAbstractItemView::setViewportMargins(const QMargins &margins) | ||
[const] | QPainter ptr | sharedPainter | Virtual method QPainter *QAbstractItemView::sharedPainter() | ||
void | showEvent | (QShowEvent ptr event) | Virtual method void QAbstractItemView::showEvent(QShowEvent *event) | ||
void | startAutoScroll | Method void QAbstractItemView::startAutoScroll() | |||
void | startDrag | (Qt_QFlags_DropAction supportedActions) | Virtual method void QAbstractItemView::startDrag(QFlags<Qt::DropAction> supportedActions) | ||
[const] | unsigned int | state | Method QAbstractItemView::State QAbstractItemView::state() | ||
void | stopAutoScroll | Method void QAbstractItemView::stopAutoScroll() | |||
void | tabletEvent | (QTabletEvent ptr event) | Virtual method void QAbstractItemView::tabletEvent(QTabletEvent *event) | ||
void | timerEvent | (QTimerEvent ptr event) | Virtual method void QAbstractItemView::timerEvent(QTimerEvent *event) | ||
void | updateEditorData | Virtual method void QAbstractItemView::updateEditorData() | |||
void | updateEditorGeometries | Virtual method void QAbstractItemView::updateEditorGeometries() | |||
void | updateGeometries | Virtual method void QAbstractItemView::updateGeometries() | |||
void | updateMicroFocus | Method void QAbstractItemView::updateMicroFocus() | |||
[const] | int | verticalOffset | Virtual method int QAbstractItemView::verticalOffset() | ||
void | verticalScrollbarAction | (int action) | Virtual method void QAbstractItemView::verticalScrollbarAction(int action) | ||
void | verticalScrollbarValueChanged | (int value) | Virtual method void QAbstractItemView::verticalScrollbarValueChanged(int value) | ||
[const] | int | verticalStepsPerItem | Method int QAbstractItemView::verticalStepsPerItem() | ||
[const] | QStyleOptionViewItem | viewOptions | Virtual method QStyleOptionViewItem QAbstractItemView::viewOptions() | ||
bool | viewportEvent | (QEvent ptr event) | Virtual method bool QAbstractItemView::viewportEvent(QEvent *event) | ||
[const] | QMargins | viewportMargins | Method QMargins QAbstractItemView::viewportMargins() | ||
[const] | QSize | viewportSizeHint | Virtual method QSize QAbstractItemView::viewportSizeHint() | ||
[const] | QRegion | visualRegionForSelection | (const QItemSelection selection) | Virtual method QRegion QAbstractItemView::visualRegionForSelection(const QItemSelection &selection) | |
void | wheelEvent | (QWheelEvent ptr arg1) | Virtual method void QAbstractItemView::wheelEvent(QWheelEvent *) |
AllEditTriggers | Signature: [static,const] QAbstractItemView_EditTrigger AllEditTriggers Description: Enum constant QAbstractItemView::AllEditTriggers Python specific notes: |
AnyKeyPressed | Signature: [static,const] QAbstractItemView_EditTrigger AnyKeyPressed Description: Enum constant QAbstractItemView::AnyKeyPressed Python specific notes: |
ContiguousSelection | Signature: [static,const] QAbstractItemView_SelectionMode ContiguousSelection Description: Enum constant QAbstractItemView::ContiguousSelection Python specific notes: |
CurrentChanged | Signature: [static,const] QAbstractItemView_EditTrigger CurrentChanged Description: Enum constant QAbstractItemView::CurrentChanged Python specific notes: |
DoubleClicked | Signature: [static,const] QAbstractItemView_EditTrigger DoubleClicked Description: Enum constant QAbstractItemView::DoubleClicked Python specific notes: |
DragDrop | Signature: [static,const] QAbstractItemView_DragDropMode DragDrop Description: Enum constant QAbstractItemView::DragDrop Python specific notes: |
DragOnly | Signature: [static,const] QAbstractItemView_DragDropMode DragOnly Description: Enum constant QAbstractItemView::DragOnly Python specific notes: |
DropOnly | Signature: [static,const] QAbstractItemView_DragDropMode DropOnly Description: Enum constant QAbstractItemView::DropOnly Python specific notes: |
EditKeyPressed | Signature: [static,const] QAbstractItemView_EditTrigger EditKeyPressed Description: Enum constant QAbstractItemView::EditKeyPressed Python specific notes: |
EnsureVisible | Signature: [static,const] QAbstractItemView_ScrollHint EnsureVisible Description: Enum constant QAbstractItemView::EnsureVisible Python specific notes: |
ExtendedSelection | Signature: [static,const] QAbstractItemView_SelectionMode ExtendedSelection Description: Enum constant QAbstractItemView::ExtendedSelection Python specific notes: |
InternalMove | Signature: [static,const] QAbstractItemView_DragDropMode InternalMove Description: Enum constant QAbstractItemView::InternalMove Python specific notes: |
MultiSelection | Signature: [static,const] QAbstractItemView_SelectionMode MultiSelection Description: Enum constant QAbstractItemView::MultiSelection Python specific notes: |
NoDragDrop | Signature: [static,const] QAbstractItemView_DragDropMode NoDragDrop Description: Enum constant QAbstractItemView::NoDragDrop Python specific notes: |
NoEditTriggers | Signature: [static,const] QAbstractItemView_EditTrigger NoEditTriggers Description: Enum constant QAbstractItemView::NoEditTriggers Python specific notes: |
NoSelection | Signature: [static,const] QAbstractItemView_SelectionMode NoSelection Description: Enum constant QAbstractItemView::NoSelection Python specific notes: |
PositionAtBottom | Signature: [static,const] QAbstractItemView_ScrollHint PositionAtBottom Description: Enum constant QAbstractItemView::PositionAtBottom Python specific notes: |
PositionAtCenter | Signature: [static,const] QAbstractItemView_ScrollHint PositionAtCenter Description: Enum constant QAbstractItemView::PositionAtCenter Python specific notes: |
PositionAtTop | Signature: [static,const] QAbstractItemView_ScrollHint PositionAtTop Description: Enum constant QAbstractItemView::PositionAtTop Python specific notes: |
ScrollPerItem | Signature: [static,const] QAbstractItemView_ScrollMode ScrollPerItem Description: Enum constant QAbstractItemView::ScrollPerItem Python specific notes: |
ScrollPerPixel | Signature: [static,const] QAbstractItemView_ScrollMode ScrollPerPixel Description: Enum constant QAbstractItemView::ScrollPerPixel Python specific notes: |
SelectColumns | Signature: [static,const] QAbstractItemView_SelectionBehavior SelectColumns Description: Enum constant QAbstractItemView::SelectColumns Python specific notes: |
SelectItems | Signature: [static,const] QAbstractItemView_SelectionBehavior SelectItems Description: Enum constant QAbstractItemView::SelectItems Python specific notes: |
SelectRows | Signature: [static,const] QAbstractItemView_SelectionBehavior SelectRows Description: Enum constant QAbstractItemView::SelectRows Python specific notes: |
SelectedClicked | Signature: [static,const] QAbstractItemView_EditTrigger SelectedClicked Description: Enum constant QAbstractItemView::SelectedClicked Python specific notes: |
SingleSelection | Signature: [static,const] QAbstractItemView_SelectionMode SingleSelection Description: Enum constant QAbstractItemView::SingleSelection Python specific notes: |
_const_cast | Signature: [const] QAbstractItemView 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 QAbstractItemView::actionEvent(QActionEvent *event) This method can be reimplemented in a derived class. |
activated | Signature: [signal] void activated (const QModelIndex index) Description: Signal declaration for QAbstractItemView::activated(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
alternatingRowColors | Signature: [const] bool alternatingRowColors Description: Method bool QAbstractItemView::alternatingRowColors() Python specific notes: |
alternatingRowColors= | Signature: void alternatingRowColors= (bool enable) Description: Method void QAbstractItemView::setAlternatingRowColors(bool enable) Python specific notes: |
autoScroll | Signature: [const] bool autoScroll Description: Method bool QAbstractItemView::hasAutoScroll() Python specific notes: |
autoScroll= | Signature: void autoScroll= (bool enable) Description: Method void QAbstractItemView::setAutoScroll(bool enable) Python specific notes: |
autoScrollMargin | Signature: [const] int autoScrollMargin Description: Method int QAbstractItemView::autoScrollMargin() Python specific notes: |
autoScrollMargin= | Signature: void autoScrollMargin= (int margin) Description: Method void QAbstractItemView::setAutoScrollMargin(int margin) Python specific notes: |
changeEvent | Signature: void changeEvent (QEvent ptr arg1) Description: Virtual method void QAbstractItemView::changeEvent(QEvent *) This method can be reimplemented in a derived class. |
childEvent | Signature: void childEvent (QChildEvent ptr event) Description: Virtual method void QAbstractItemView::childEvent(QChildEvent *event) This method can be reimplemented in a derived class. |
clearSelection | Signature: void clearSelection Description: Method void QAbstractItemView::clearSelection() |
clicked | Signature: [signal] void clicked (const QModelIndex index) Description: Signal declaration for QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::closeEvent(QCloseEvent *event) This method can be reimplemented in a derived class. |
closePersistentEditor | Signature: void closePersistentEditor (const QModelIndex index) Description: Method void QAbstractItemView::closePersistentEditor(const QModelIndex &index) |
commitData | Signature: void commitData (QWidget ptr editor) Description: Virtual method void QAbstractItemView::commitData(QWidget *editor) This method can be reimplemented in a derived class. |
contextMenuEvent | Signature: void contextMenuEvent (QContextMenuEvent ptr arg1) Description: Virtual method void QAbstractItemView::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. |
create | Signature: void create (unsigned long long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) Description: Method void QAbstractItemView::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 previous) Description: Virtual method void QAbstractItemView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) This method can be reimplemented in a derived class. |
currentIndex | Signature: [const] QModelIndex currentIndex Description: Method QModelIndex QAbstractItemView::currentIndex() Python specific notes: |
currentIndex= | Signature: void currentIndex= (const QModelIndex index) Description: Method void QAbstractItemView::setCurrentIndex(const QModelIndex &index) Python specific notes: |
customContextMenuRequested | Signature: [signal] void customContextMenuRequested (const QPoint pos) Description: Signal declaration for QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) This method can be reimplemented in a derived class. |
defaultDropAction | Signature: [const] Qt_DropAction defaultDropAction Description: Method Qt::DropAction QAbstractItemView::defaultDropAction() Python specific notes: |
defaultDropAction= | Signature: void defaultDropAction= (const Qt_DropAction dropAction) Description: Method void QAbstractItemView::setDefaultDropAction(Qt::DropAction dropAction) Python specific notes: |
destroy | Signature: void destroy (bool destroyWindow = true, bool destroySubWindows = true) Description: Method void QAbstractItemView::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 QAbstractItemView::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
dirtyRegionOffset | Signature: [const] QPoint dirtyRegionOffset Description: Method QPoint QAbstractItemView::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 QAbstractItemView::disconnectNotify(const QMetaMethod &signal) This method can be reimplemented in a derived class. |
doAutoScroll | Signature: void doAutoScroll Description: Method void QAbstractItemView::doAutoScroll() This method is protected and can only be called from inside a derived class. |
doItemsLayout | Signature: void doItemsLayout Description: Virtual method void QAbstractItemView::doItemsLayout() This method can be reimplemented in a derived class. |
doubleClicked | Signature: [signal] void doubleClicked (const QModelIndex index) Description: Signal declaration for QAbstractItemView::doubleClicked(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
dragDropMode | Signature: [const] QAbstractItemView_DragDropMode dragDropMode Description: Method QAbstractItemView::DragDropMode QAbstractItemView::dragDropMode() Python specific notes: |
dragDropMode= | Signature: void dragDropMode= (const QAbstractItemView_DragDropMode behavior) Description: Method void QAbstractItemView::setDragDropMode(QAbstractItemView::DragDropMode behavior) Python specific notes: |
dragDropOverwriteMode | Signature: [const] bool dragDropOverwriteMode Description: Method bool QAbstractItemView::dragDropOverwriteMode() Python specific notes: |
dragDropOverwriteMode= | Signature: void dragDropOverwriteMode= (bool overwrite) Description: Method void QAbstractItemView::setDragDropOverwriteMode(bool overwrite) Python specific notes: |
dragEnabled | Signature: [const] bool dragEnabled Description: Method bool QAbstractItemView::dragEnabled() Python specific notes: |
dragEnabled= | Signature: void dragEnabled= (bool enable) Description: Method void QAbstractItemView::setDragEnabled(bool enable) Python specific notes: |
dragEnterEvent | Signature: void dragEnterEvent (QDragEnterEvent ptr event) Description: Virtual method void QAbstractItemView::dragEnterEvent(QDragEnterEvent *event) This method can be reimplemented in a derived class. |
dragLeaveEvent | Signature: void dragLeaveEvent (QDragLeaveEvent ptr event) Description: Virtual method void QAbstractItemView::dragLeaveEvent(QDragLeaveEvent *event) This method can be reimplemented in a derived class. |
dragMoveEvent | Signature: void dragMoveEvent (QDragMoveEvent ptr event) Description: Virtual method void QAbstractItemView::dragMoveEvent(QDragMoveEvent *event) This method can be reimplemented in a derived class. |
drawFrame | Signature: void drawFrame (QPainter ptr arg1) Description: Method void QAbstractItemView::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 QAbstractItemView::dropEvent(QDropEvent *event) This method can be reimplemented in a derived class. |
dropIndicatorPosition | Signature: [const] unsigned int dropIndicatorPosition Description: Method QAbstractItemView::DropIndicatorPosition QAbstractItemView::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 QAbstractItemView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) This method can be reimplemented in a derived class. |
editTriggers | Signature: [const] QAbstractItemView_QFlags_EditTrigger editTriggers Description: Method QFlags<QAbstractItemView::EditTrigger> QAbstractItemView::editTriggers() Python specific notes: |
editTriggers= | Signature: void editTriggers= (QAbstractItemView_QFlags_EditTrigger triggers) Description: Method void QAbstractItemView::setEditTriggers(QFlags<QAbstractItemView::EditTrigger> triggers) Python specific notes: |
editorDestroyed | Signature: void editorDestroyed (QObject ptr editor) Description: Virtual method void QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::destroyed(QObject *) Call this method to emit this signal. |
emit_doubleClicked | Signature: void emit_doubleClicked (const QModelIndex index) Description: Emitter for signal void QAbstractItemView::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 QAbstractItemView::entered(const QModelIndex &index) Call this method to emit this signal. |
emit_iconSizeChanged | Signature: void emit_iconSizeChanged (const QSize size) Description: Emitter for signal void QAbstractItemView::iconSizeChanged(const QSize &size) Call this method to emit this signal. |
emit_objectNameChanged | Signature: void emit_objectNameChanged (string objectName) Description: Emitter for signal void QAbstractItemView::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 QAbstractItemView::pressed(const QModelIndex &index) Call this method to emit this signal. |
emit_viewportEntered | Signature: void emit_viewportEntered Description: Emitter for signal void QAbstractItemView::viewportEntered() Call this method to emit this signal. |
emit_windowIconChanged | Signature: void emit_windowIconChanged (const QIcon icon) Description: Emitter for signal void QAbstractItemView::windowIconChanged(const QIcon &icon) Call this method to emit this signal. |
emit_windowIconTextChanged | Signature: void emit_windowIconTextChanged (string iconText) Description: Emitter for signal void QAbstractItemView::windowIconTextChanged(const QString &iconText) Call this method to emit this signal. |
emit_windowTitleChanged | Signature: void emit_windowTitleChanged (string title) Description: Emitter for signal void QAbstractItemView::windowTitleChanged(const QString &title) Call this method to emit this signal. |
enterEvent | Signature: void enterEvent (QEvent ptr event) Description: Virtual method void QAbstractItemView::enterEvent(QEvent *event) This method can be reimplemented in a derived class. |
entered | Signature: [signal] void entered (const QModelIndex index) Description: Signal declaration for QAbstractItemView::entered(const QModelIndex &index) You can bind a procedure to this signal. Python specific notes: |
event | Signature: bool event (QEvent ptr event) Description: Virtual method bool QAbstractItemView::event(QEvent *event) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr object, QEvent ptr event) Description: Virtual method bool QAbstractItemView::eventFilter(QObject *object, QEvent *event) This method can be reimplemented in a derived class. |
executeDelayedItemsLayout | Signature: void executeDelayedItemsLayout Description: Method void QAbstractItemView::executeDelayedItemsLayout() This method is protected and can only be called from inside a derived class. |
focusInEvent | Signature: void focusInEvent (QFocusEvent ptr event) Description: Virtual method void QAbstractItemView::focusInEvent(QFocusEvent *event) This method can be reimplemented in a derived class. |
focusNextChild | Signature: bool focusNextChild Description: Method bool QAbstractItemView::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 QAbstractItemView::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. |
focusOutEvent | Signature: void focusOutEvent (QFocusEvent ptr event) Description: Virtual method void QAbstractItemView::focusOutEvent(QFocusEvent *event) This method can be reimplemented in a derived class. |
focusPreviousChild | Signature: bool focusPreviousChild Description: Method bool QAbstractItemView::focusPreviousChild() This method is protected and can only be called from inside a derived class. |
hasAutoScroll | Signature: [const] bool hasAutoScroll Description: Method bool QAbstractItemView::hasAutoScroll() Python specific notes: |
hasHeightForWidth | Signature: [const] bool hasHeightForWidth Description: Virtual method bool QAbstractItemView::hasHeightForWidth() This method can be reimplemented in a derived class. |
heightForWidth | Signature: [const] int heightForWidth (int arg1) Description: Virtual method int QAbstractItemView::heightForWidth(int) This method can be reimplemented in a derived class. |
hideEvent | Signature: void hideEvent (QHideEvent ptr event) Description: Virtual method void QAbstractItemView::hideEvent(QHideEvent *event) This method can be reimplemented in a derived class. |
horizontalOffset | Signature: [const] int horizontalOffset Description: Virtual method int QAbstractItemView::horizontalOffset() This method can be reimplemented in a derived class. |
horizontalScrollMode | Signature: [const] QAbstractItemView_ScrollMode horizontalScrollMode Description: Method QAbstractItemView::ScrollMode QAbstractItemView::horizontalScrollMode() Python specific notes: |
horizontalScrollMode= | Signature: void horizontalScrollMode= (const QAbstractItemView_ScrollMode mode) Description: Method void QAbstractItemView::setHorizontalScrollMode(QAbstractItemView::ScrollMode mode) Python specific notes: |
horizontalScrollbarAction | Signature: void horizontalScrollbarAction (int action) Description: Virtual method void QAbstractItemView::horizontalScrollbarAction(int action) This method can be reimplemented in a derived class. |
horizontalScrollbarValueChanged | Signature: void horizontalScrollbarValueChanged (int value) Description: Virtual method void QAbstractItemView::horizontalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. |
horizontalStepsPerItem | Signature: [const] int horizontalStepsPerItem Description: Method int QAbstractItemView::horizontalStepsPerItem() This method is protected and can only be called from inside a derived class. |
iconSize | Signature: [const] QSize iconSize Description: Method QSize QAbstractItemView::iconSize() Python specific notes: |
iconSize= | Signature: void iconSize= (const QSize size) Description: Method void QAbstractItemView::setIconSize(const QSize &size) Python specific notes: |
iconSizeChanged | Signature: [signal] void iconSizeChanged (const QSize size) Description: Signal declaration for QAbstractItemView::iconSizeChanged(const QSize &size) You can bind a procedure to this signal. Python specific notes: |
indexAt | Signature: [const] QModelIndex indexAt (const QPoint point) Description: Virtual method QModelIndex QAbstractItemView::indexAt(const QPoint &point) This method can be reimplemented in a derived class. |
indexWidget | Signature: [const] QWidget ptr indexWidget (const QModelIndex index) Description: Method QWidget *QAbstractItemView::indexWidget(const QModelIndex &index) |
initPainter | Signature: [const] void initPainter (QPainter ptr painter) Description: Virtual method void QAbstractItemView::initPainter(QPainter *painter) This method can be reimplemented in a derived class. |
initStyleOption | Signature: [const] void initStyleOption (QStyleOptionFrame ptr option) Description: Method void QAbstractItemView::initStyleOption(QStyleOptionFrame *option) 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 QAbstractItemView::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 QAbstractItemView::inputMethodQuery(Qt::InputMethodQuery query) This method can be reimplemented in a derived class. |
isIndexHidden | Signature: [const] bool isIndexHidden (const QModelIndex index) Description: Virtual method bool QAbstractItemView::isIndexHidden(const QModelIndex &index) This method can be reimplemented in a derived class. |
isPersistentEditorOpen? | Signature: [const] bool isPersistentEditorOpen? (const QModelIndex index) Description: Method bool QAbstractItemView::isPersistentEditorOpen(const QModelIndex &index) |
isSignalConnected | Signature: [const] bool isSignalConnected (const QMetaMethod signal) Description: Method bool QAbstractItemView::isSignalConnected(const QMetaMethod &signal) This method is protected and can only be called from inside a derived class. |
itemDelegate | (1) Signature: [const] QAbstractItemDelegate ptr itemDelegate Description: Method QAbstractItemDelegate *QAbstractItemView::itemDelegate() Python specific notes: |
(2) Signature: [const] QAbstractItemDelegate ptr itemDelegate (const QModelIndex index) Description: Method QAbstractItemDelegate *QAbstractItemView::itemDelegate(const QModelIndex &index) Python specific notes: | |
itemDelegate= | Signature: void itemDelegate= (QAbstractItemDelegate ptr delegate) Description: Method void QAbstractItemView::setItemDelegate(QAbstractItemDelegate *delegate) Python specific notes: |
itemDelegateForColumn | Signature: [const] QAbstractItemDelegate ptr itemDelegateForColumn (int column) Description: Method QAbstractItemDelegate *QAbstractItemView::itemDelegateForColumn(int column) |
itemDelegateForRow | Signature: [const] QAbstractItemDelegate ptr itemDelegateForRow (int row) Description: Method QAbstractItemDelegate *QAbstractItemView::itemDelegateForRow(int row) |
keyPressEvent | Signature: void keyPressEvent (QKeyEvent ptr event) Description: Virtual method void QAbstractItemView::keyPressEvent(QKeyEvent *event) This method can be reimplemented in a derived class. |
keyReleaseEvent | Signature: void keyReleaseEvent (QKeyEvent ptr event) Description: Virtual method void QAbstractItemView::keyReleaseEvent(QKeyEvent *event) This method can be reimplemented in a derived class. |
keyboardSearch | Signature: void keyboardSearch (string search) Description: Virtual method void QAbstractItemView::keyboardSearch(const QString &search) This method can be reimplemented in a derived class. |
leaveEvent | Signature: void leaveEvent (QEvent ptr event) Description: Virtual method void QAbstractItemView::leaveEvent(QEvent *event) This method can be reimplemented in a derived class. |
metric | Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1) Description: Virtual method int QAbstractItemView::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. |
minimumSizeHint | Signature: [const] QSize minimumSizeHint Description: Virtual method QSize QAbstractItemView::minimumSizeHint() This method can be reimplemented in a derived class. |
model | Signature: [const] QAbstractItemModel ptr model Description: Method QAbstractItemModel *QAbstractItemView::model() Python specific notes: |
model= | Signature: void model= (QAbstractItemModel ptr model) Description: Method void QAbstractItemView::setModel(QAbstractItemModel *model) Python specific notes: |
mouseDoubleClickEvent | Signature: void mouseDoubleClickEvent (QMouseEvent ptr event) Description: Virtual method void QAbstractItemView::mouseDoubleClickEvent(QMouseEvent *event) This method can be reimplemented in a derived class. |
mouseMoveEvent | Signature: void mouseMoveEvent (QMouseEvent ptr event) Description: Virtual method void QAbstractItemView::mouseMoveEvent(QMouseEvent *event) This method can be reimplemented in a derived class. |
mousePressEvent | Signature: void mousePressEvent (QMouseEvent ptr event) Description: Virtual method void QAbstractItemView::mousePressEvent(QMouseEvent *event) This method can be reimplemented in a derived class. |
mouseReleaseEvent | Signature: void mouseReleaseEvent (QMouseEvent ptr event) Description: Virtual method void QAbstractItemView::mouseReleaseEvent(QMouseEvent *event) This method can be reimplemented in a derived class. |
moveCursor | Signature: QModelIndex moveCursor (unsigned int cursorAction, Qt_QFlags_KeyboardModifier modifiers) Description: Virtual method QModelIndex QAbstractItemView::moveCursor(QAbstractItemView::CursorAction cursorAction, QFlags<Qt::KeyboardModifier> modifiers) This method can be reimplemented in a derived class. |
moveEvent | Signature: void moveEvent (QMoveEvent ptr event) Description: Virtual method void QAbstractItemView::moveEvent(QMoveEvent *event) This method can be reimplemented in a derived class. |
nativeEvent | Signature: bool nativeEvent (bytes eventType, void * message, long ptr result) Description: Virtual method bool QAbstractItemView::nativeEvent(const QByteArray &eventType, void *message, long int *result) This method can be reimplemented in a derived class. |
new | Signature: [static] new QAbstractItemView new (QWidget ptr parent = nullptr) Description: Constructor QAbstractItemView::QAbstractItemView(QWidget *parent) This method creates an object of class QAbstractItemView. Python specific notes: |
objectNameChanged | Signature: [signal] void objectNameChanged (string objectName) Description: Signal declaration for QAbstractItemView::objectNameChanged(const QString &objectName) You can bind a procedure to this signal. Python specific notes: |
openPersistentEditor | Signature: void openPersistentEditor (const QModelIndex index) Description: Method void QAbstractItemView::openPersistentEditor(const QModelIndex &index) |
paintEngine | Signature: [const] QPaintEngine ptr paintEngine Description: Virtual method QPaintEngine *QAbstractItemView::paintEngine() This method can be reimplemented in a derived class. |
paintEvent | Signature: void paintEvent (QPaintEvent ptr arg1) Description: Virtual method void QAbstractItemView::paintEvent(QPaintEvent *) This method can be reimplemented in a derived class. |
pressed | Signature: [signal] void pressed (const QModelIndex index) Description: Signal declaration for QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::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 *QAbstractItemView::redirected(QPoint *offset) This method can be reimplemented in a derived class. |
reset | Signature: void reset Description: Virtual method void QAbstractItemView::reset() This method can be reimplemented in a derived class. |
resetHorizontalScrollMode | Signature: void resetHorizontalScrollMode Description: Method void QAbstractItemView::resetHorizontalScrollMode() |
resetVerticalScrollMode | Signature: void resetVerticalScrollMode Description: Method void QAbstractItemView::resetVerticalScrollMode() |
resizeEvent | Signature: void resizeEvent (QResizeEvent ptr event) Description: Virtual method void QAbstractItemView::resizeEvent(QResizeEvent *event) This method can be reimplemented in a derived class. |
rootIndex | Signature: [const] QModelIndex rootIndex Description: Method QModelIndex QAbstractItemView::rootIndex() Python specific notes: |
rootIndex= | Signature: void rootIndex= (const QModelIndex index) Description: Method void QAbstractItemView::setRootIndex(const QModelIndex &index) Python specific notes: |
rowsAboutToBeRemoved | Signature: void rowsAboutToBeRemoved (const QModelIndex parent, int start, int end) Description: Virtual method void QAbstractItemView::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 QAbstractItemView::rowsInserted(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. |
scheduleDelayedItemsLayout | Signature: void scheduleDelayedItemsLayout Description: Method void QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHint hint) This method can be reimplemented in a derived class. |
scrollToBottom | Signature: void scrollToBottom Description: Method void QAbstractItemView::scrollToBottom() |
scrollToTop | Signature: void scrollToTop Description: Method void QAbstractItemView::scrollToTop() |
selectAll | Signature: void selectAll Description: Virtual method void QAbstractItemView::selectAll() This method can be reimplemented in a derived class. |
selectedIndexes | Signature: [const] QModelIndex[] selectedIndexes Description: Virtual method QList<QModelIndex> QAbstractItemView::selectedIndexes() This method can be reimplemented in a derived class. |
selectionBehavior | Signature: [const] QAbstractItemView_SelectionBehavior selectionBehavior Description: Method QAbstractItemView::SelectionBehavior QAbstractItemView::selectionBehavior() Python specific notes: |
selectionBehavior= | Signature: void selectionBehavior= (const QAbstractItemView_SelectionBehavior behavior) Description: Method void QAbstractItemView::setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior) Python specific notes: |
selectionChanged | Signature: void selectionChanged (const QItemSelection selected, const QItemSelection deselected) Description: Virtual method void QAbstractItemView::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> QAbstractItemView::selectionCommand(const QModelIndex &index, const QEvent *event) This method can be reimplemented in a derived class. |
selectionMode | Signature: [const] QAbstractItemView_SelectionMode selectionMode Description: Method QAbstractItemView::SelectionMode QAbstractItemView::selectionMode() Python specific notes: |
selectionMode= | Signature: void selectionMode= (const QAbstractItemView_SelectionMode mode) Description: Method void QAbstractItemView::setSelectionMode(QAbstractItemView::SelectionMode mode) Python specific notes: |
selectionModel | Signature: [const] QItemSelectionModel ptr selectionModel Description: Method QItemSelectionModel *QAbstractItemView::selectionModel() Python specific notes: |
selectionModel= | Signature: void selectionModel= (QItemSelectionModel ptr selectionModel) Description: Method void QAbstractItemView::setSelectionModel(QItemSelectionModel *selectionModel) Python specific notes: |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QAbstractItemView::sender() This method is protected and can only be called from inside a derived class. |
senderSignalIndex | Signature: [const] int senderSignalIndex Description: Method int QAbstractItemView::senderSignalIndex() This method is protected and can only be called from inside a derived class. |
setAlternatingRowColors | Signature: void setAlternatingRowColors (bool enable) Description: Method void QAbstractItemView::setAlternatingRowColors(bool enable) Python specific notes: |
setAutoScroll | Signature: void setAutoScroll (bool enable) Description: Method void QAbstractItemView::setAutoScroll(bool enable) Python specific notes: |
setAutoScrollMargin | Signature: void setAutoScrollMargin (int margin) Description: Method void QAbstractItemView::setAutoScrollMargin(int margin) Python specific notes: |
setCurrentIndex | Signature: void setCurrentIndex (const QModelIndex index) Description: Method void QAbstractItemView::setCurrentIndex(const QModelIndex &index) Python specific notes: |
setDefaultDropAction | Signature: void setDefaultDropAction (const Qt_DropAction dropAction) Description: Method void QAbstractItemView::setDefaultDropAction(Qt::DropAction dropAction) Python specific notes: |
setDirtyRegion | Signature: void setDirtyRegion (const QRegion region) Description: Method void QAbstractItemView::setDirtyRegion(const QRegion ®ion) This method is protected and can only be called from inside a derived class. |
setDragDropMode | Signature: void setDragDropMode (const QAbstractItemView_DragDropMode behavior) Description: Method void QAbstractItemView::setDragDropMode(QAbstractItemView::DragDropMode behavior) Python specific notes: |
setDragDropOverwriteMode | Signature: void setDragDropOverwriteMode (bool overwrite) Description: Method void QAbstractItemView::setDragDropOverwriteMode(bool overwrite) Python specific notes: |
setDragEnabled | Signature: void setDragEnabled (bool enable) Description: Method void QAbstractItemView::setDragEnabled(bool enable) Python specific notes: |
setDropIndicatorShown | Signature: void setDropIndicatorShown (bool enable) Description: Method void QAbstractItemView::setDropIndicatorShown(bool enable) |
setEditTriggers | Signature: void setEditTriggers (QAbstractItemView_QFlags_EditTrigger triggers) Description: Method void QAbstractItemView::setEditTriggers(QFlags<QAbstractItemView::EditTrigger> triggers) Python specific notes: |
setHorizontalScrollMode | Signature: void setHorizontalScrollMode (const QAbstractItemView_ScrollMode mode) Description: Method void QAbstractItemView::setHorizontalScrollMode(QAbstractItemView::ScrollMode mode) Python specific notes: |
setHorizontalStepsPerItem | Signature: void setHorizontalStepsPerItem (int steps) Description: Method void QAbstractItemView::setHorizontalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. |
setIconSize | Signature: void setIconSize (const QSize size) Description: Method void QAbstractItemView::setIconSize(const QSize &size) Python specific notes: |
setIndexWidget | Signature: void setIndexWidget (const QModelIndex index, QWidget ptr widget) Description: Method void QAbstractItemView::setIndexWidget(const QModelIndex &index, QWidget *widget) |
setItemDelegate | Signature: void setItemDelegate (QAbstractItemDelegate ptr delegate) Description: Method void QAbstractItemView::setItemDelegate(QAbstractItemDelegate *delegate) Python specific notes: |
setItemDelegateForColumn | Signature: void setItemDelegateForColumn (int column, QAbstractItemDelegate ptr delegate) Description: Method void QAbstractItemView::setItemDelegateForColumn(int column, QAbstractItemDelegate *delegate) |
setItemDelegateForRow | Signature: void setItemDelegateForRow (int row, QAbstractItemDelegate ptr delegate) Description: Method void QAbstractItemView::setItemDelegateForRow(int row, QAbstractItemDelegate *delegate) |
setModel | Signature: void setModel (QAbstractItemModel ptr model) Description: Virtual method void QAbstractItemView::setModel(QAbstractItemModel *model) This method can be reimplemented in a derived class. |
setRootIndex | Signature: void setRootIndex (const QModelIndex index) Description: Virtual method void QAbstractItemView::setRootIndex(const QModelIndex &index) This method can be reimplemented in a derived class. |
setSelection | Signature: void setSelection (const QRect rect, QItemSelectionModel_QFlags_SelectionFlag command) Description: Virtual method void QAbstractItemView::setSelection(const QRect &rect, QFlags<QItemSelectionModel::SelectionFlag> command) This method can be reimplemented in a derived class. |
setSelectionBehavior | Signature: void setSelectionBehavior (const QAbstractItemView_SelectionBehavior behavior) Description: Method void QAbstractItemView::setSelectionBehavior(QAbstractItemView::SelectionBehavior behavior) Python specific notes: |
setSelectionMode | Signature: void setSelectionMode (const QAbstractItemView_SelectionMode mode) Description: Method void QAbstractItemView::setSelectionMode(QAbstractItemView::SelectionMode mode) Python specific notes: |
setSelectionModel | Signature: void setSelectionModel (QItemSelectionModel ptr selectionModel) Description: Virtual method void QAbstractItemView::setSelectionModel(QItemSelectionModel *selectionModel) This method can be reimplemented in a derived class. |
setState | Signature: void setState (unsigned int state) Description: Method void QAbstractItemView::setState(QAbstractItemView::State state) This method is protected and can only be called from inside a derived class. |
setTabKeyNavigation | Signature: void setTabKeyNavigation (bool enable) Description: Method void QAbstractItemView::setTabKeyNavigation(bool enable) Python specific notes: |
setTextElideMode | Signature: void setTextElideMode (const Qt_TextElideMode mode) Description: Method void QAbstractItemView::setTextElideMode(Qt::TextElideMode mode) Python specific notes: |
setVerticalScrollMode | Signature: void setVerticalScrollMode (const QAbstractItemView_ScrollMode mode) Description: Method void QAbstractItemView::setVerticalScrollMode(QAbstractItemView::ScrollMode mode) Python specific notes: |
setVerticalStepsPerItem | Signature: void setVerticalStepsPerItem (int steps) Description: Method void QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::setViewportMargins(const QMargins &margins) This method is protected and can only be called from inside a derived class. | |
setVisible | Signature: void setVisible (bool visible) Description: Virtual method void QAbstractItemView::setVisible(bool visible) This method can be reimplemented in a derived class. |
setupViewport | Signature: void setupViewport (QWidget ptr viewport) Description: Virtual method void QAbstractItemView::setupViewport(QWidget *viewport) This method can be reimplemented in a derived class. |
sharedPainter | Signature: [const] QPainter ptr sharedPainter Description: Virtual method QPainter *QAbstractItemView::sharedPainter() This method can be reimplemented in a derived class. |
showDropIndicator | Signature: [const] bool showDropIndicator Description: Method bool QAbstractItemView::showDropIndicator() Python specific notes: |
showEvent | Signature: void showEvent (QShowEvent ptr event) Description: Virtual method void QAbstractItemView::showEvent(QShowEvent *event) This method can be reimplemented in a derived class. |
sizeHint | Signature: [const] QSize sizeHint Description: Virtual method QSize QAbstractItemView::sizeHint() This method can be reimplemented in a derived class. |
sizeHintForColumn | Signature: [const] int sizeHintForColumn (int column) Description: Virtual method int QAbstractItemView::sizeHintForColumn(int column) This method can be reimplemented in a derived class. |
sizeHintForIndex | Signature: [const] QSize sizeHintForIndex (const QModelIndex index) Description: Method QSize QAbstractItemView::sizeHintForIndex(const QModelIndex &index) |
sizeHintForRow | Signature: [const] int sizeHintForRow (int row) Description: Virtual method int QAbstractItemView::sizeHintForRow(int row) This method can be reimplemented in a derived class. |
startAutoScroll | Signature: void startAutoScroll Description: Method void QAbstractItemView::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 QAbstractItemView::startDrag(QFlags<Qt::DropAction> supportedActions) This method can be reimplemented in a derived class. |
state | Signature: [const] unsigned int state Description: Method QAbstractItemView::State QAbstractItemView::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 QAbstractItemView::stopAutoScroll() This method is protected and can only be called from inside a derived class. |
tabKeyNavigation | Signature: [const] bool tabKeyNavigation Description: Method bool QAbstractItemView::tabKeyNavigation() Python specific notes: |
tabKeyNavigation= | Signature: void tabKeyNavigation= (bool enable) Description: Method void QAbstractItemView::setTabKeyNavigation(bool enable) Python specific notes: |
tabletEvent | Signature: void tabletEvent (QTabletEvent ptr event) Description: Virtual method void QAbstractItemView::tabletEvent(QTabletEvent *event) This method can be reimplemented in a derived class. |
textElideMode | Signature: [const] Qt_TextElideMode textElideMode Description: Method Qt::TextElideMode QAbstractItemView::textElideMode() Python specific notes: |
textElideMode= | Signature: void textElideMode= (const Qt_TextElideMode mode) Description: Method void QAbstractItemView::setTextElideMode(Qt::TextElideMode mode) Python specific notes: |
timerEvent | Signature: void timerEvent (QTimerEvent ptr event) Description: Virtual method void QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. |
update | (1) Signature: void update (const QRegion arg1) Description: Method void QAbstractItemView::update(const QRegion &) |
(2) Signature: void update (const QModelIndex index) Description: Method void QAbstractItemView::update(const QModelIndex &index) | |
updateEditorData | Signature: void updateEditorData Description: Virtual method void QAbstractItemView::updateEditorData() This method can be reimplemented in a derived class. |
updateEditorGeometries | Signature: void updateEditorGeometries Description: Virtual method void QAbstractItemView::updateEditorGeometries() This method can be reimplemented in a derived class. |
updateGeometries | Signature: void updateGeometries Description: Virtual method void QAbstractItemView::updateGeometries() This method can be reimplemented in a derived class. |
updateMicroFocus | Signature: void updateMicroFocus Description: Method void QAbstractItemView::updateMicroFocus() This method is protected and can only be called from inside a derived class. |
verticalOffset | Signature: [const] int verticalOffset Description: Virtual method int QAbstractItemView::verticalOffset() This method can be reimplemented in a derived class. |
verticalScrollMode | Signature: [const] QAbstractItemView_ScrollMode verticalScrollMode Description: Method QAbstractItemView::ScrollMode QAbstractItemView::verticalScrollMode() Python specific notes: |
verticalScrollMode= | Signature: void verticalScrollMode= (const QAbstractItemView_ScrollMode mode) Description: Method void QAbstractItemView::setVerticalScrollMode(QAbstractItemView::ScrollMode mode) Python specific notes: |
verticalScrollbarAction | Signature: void verticalScrollbarAction (int action) Description: Virtual method void QAbstractItemView::verticalScrollbarAction(int action) This method can be reimplemented in a derived class. |
verticalScrollbarValueChanged | Signature: void verticalScrollbarValueChanged (int value) Description: Virtual method void QAbstractItemView::verticalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. |
verticalStepsPerItem | Signature: [const] int verticalStepsPerItem Description: Method int QAbstractItemView::verticalStepsPerItem() This method is protected and can only be called from inside a derived class. |
viewOptions | Signature: [const] QStyleOptionViewItem viewOptions Description: Virtual method QStyleOptionViewItem QAbstractItemView::viewOptions() This method can be reimplemented in a derived class. |
viewportEntered | Signature: [signal] void viewportEntered Description: Signal declaration for QAbstractItemView::viewportEntered() You can bind a procedure to this signal. Python specific notes: |
viewportEvent | Signature: bool viewportEvent (QEvent ptr event) Description: Virtual method bool QAbstractItemView::viewportEvent(QEvent *event) This method can be reimplemented in a derived class. |
viewportMargins | Signature: [const] QMargins viewportMargins Description: Method QMargins QAbstractItemView::viewportMargins() This method is protected and can only be called from inside a derived class. |
viewportSizeHint | Signature: [const] QSize viewportSizeHint Description: Virtual method QSize QAbstractItemView::viewportSizeHint() This method can be reimplemented in a derived class. |
visualRect | Signature: [const] QRect visualRect (const QModelIndex index) Description: Virtual method QRect QAbstractItemView::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 QAbstractItemView::visualRegionForSelection(const QItemSelection &selection) This method can be reimplemented in a derived class. |
wheelEvent | Signature: void wheelEvent (QWheelEvent ptr arg1) Description: Virtual method void QAbstractItemView::wheelEvent(QWheelEvent *) This method can be reimplemented in a derived class. |
windowIconChanged | Signature: [signal] void windowIconChanged (const QIcon icon) Description: Signal declaration for QAbstractItemView::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 QAbstractItemView::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 QAbstractItemView::windowTitleChanged(const QString &title) You can bind a procedure to this signal. Python specific notes: |