API reference - Class QListViewNotation used in Ruby API documentation Description: Binding of QListView Class hierarchy: QListView » QAbstractItemView » QAbstractScrollArea » QFrame » QWidget » QObject Sub-classes: Flow, LayoutMode, Movement, ResizeMode, ViewMode
Public constructors
Public methods
Public static methods and constants
Protected methods (static, non-static and constructors)
Deprecated methods (protected, public, static, non-static and constructors)
Detailed description[static,const] new QListView_ResizeMode ptr AdjustDescription: Enum constant QListView::Adjust [static,const] new QListView_LayoutMode ptr BatchedDescription: Enum constant QListView::Batched [static,const] new QListView_ResizeMode ptr FixedDescription: Enum constant QListView::Fixed [static,const] new QListView_Movement ptr FreeDescription: Enum constant QListView::Free [static,const] new QListView_ViewMode ptr IconModeDescription: Enum constant QListView::IconMode [static,const] new QListView_Flow ptr LeftToRightDescription: Enum constant QListView::LeftToRight [static,const] new QListView_ViewMode ptr ListModeDescription: Enum constant QListView::ListMode [static,const] new QListView_LayoutMode ptr SinglePassDescription: Enum constant QListView::SinglePass [static,const] new QListView_Movement ptr SnapDescription: Enum constant QListView::Snap [static,const] new QListView_Movement ptr StaticDescription: Enum constant QListView::Static [static,const] new QListView_Flow ptr TopToBottomDescription: Enum constant QListView::TopToBottom void _createDescription: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. void _destroyDescription: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. [const] bool _destroyed?Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. [const] bool _is_const_object?Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. void _manageDescription: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. void _unmanageDescription: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. [virtual] void actionEvent(QActionEvent ptr arg1)Description: Virtual method void QListView::actionEvent(QActionEvent *) This method can be reimplemented in a derived class. [event] void activated(const QModelIndex index)Description: Signal declaration for QListView::activated(const QModelIndex &index) You can bind a procedure to this signal. [const] int batchSizeDescription: Method int QListView::batchSize() Python specific notes:The object exposes a readable attribute 'batchSize'. This is the getter. void batchSize=(int batchSize)Description: Method void QListView::setBatchSize(int batchSize) Python specific notes:The object exposes a writable attribute 'batchSize'. This is the setter. [virtual] void changeEvent(QEvent ptr arg1)Description: Virtual method void QListView::changeEvent(QEvent *) This method can be reimplemented in a derived class. [virtual] void childEvent(QChildEvent ptr arg1)Description: Virtual method void QListView::childEvent(QChildEvent *) This method can be reimplemented in a derived class. void clearPropertyFlagsDescription: Method void QListView::clearPropertyFlags() [event] void clicked(const QModelIndex index)Description: Signal declaration for QListView::clicked(const QModelIndex &index) You can bind a procedure to this signal. [virtual] void closeEditor(QWidget ptr editor,const QAbstractItemDelegate_EndEditHint hint)Description: Virtual method void QListView::closeEditor(QWidget *editor, QAbstractItemDelegate::EndEditHint hint) This method can be reimplemented in a derived class. [virtual] void closeEvent(QCloseEvent ptr arg1)Description: Virtual method void QListView::closeEvent(QCloseEvent *) This method can be reimplemented in a derived class. [virtual] void commitData(QWidget ptr editor)Description: Virtual method void QListView::commitData(QWidget *editor) This method can be reimplemented in a derived class. [const] QSize contentsSizeDescription: Method QSize QListView::contentsSize() This method is protected and can only be called from inside a derived class. [virtual] void contextMenuEvent(QContextMenuEvent ptr arg1)Description: Virtual method void QListView::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. void createDescription: Ensures the C++ object is created Use of this method is deprecated. Use _create instead [virtual] void currentChanged(const QModelIndex current,const QModelIndex previous)Description: Virtual method void QListView::currentChanged(const QModelIndex ¤t, const QModelIndex &previous) This method can be reimplemented in a derived class. [event] void customContextMenuRequested(const QPoint pos)Description: Signal declaration for QListView::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. [virtual] void customEvent(QEvent ptr arg1)Description: Virtual method void QListView::customEvent(QEvent *) This method can be reimplemented in a derived class. [virtual] void dataChanged(const QModelIndex topLeft,const QModelIndex bottomRight)Description: Virtual method void QListView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) This method can be reimplemented in a derived class. void destroyDescription: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead [event] void destroyed(QObject ptr arg1)Description: Signal declaration for QListView::destroyed(QObject *) You can bind a procedure to this signal. [const] bool destroyed?Description: Returns a value indicating whether the object was already destroyed Use of this method is deprecated. Use _destroyed? instead [const] QPoint dirtyRegionOffsetDescription: Method QPoint QListView::dirtyRegionOffset() This method is protected and can only be called from inside a derived class. [virtual] void disconnectNotify(string signal)Description: Virtual method void QListView::disconnectNotify(const char *signal) This method can be reimplemented in a derived class. void doAutoScrollDescription: Method void QListView::doAutoScroll() This method is protected and can only be called from inside a derived class. [virtual] void doItemsLayoutDescription: Virtual method void QListView::doItemsLayout() This method can be reimplemented in a derived class. [event] void doubleClicked(const QModelIndex index)Description: Signal declaration for QListView::doubleClicked(const QModelIndex &index) You can bind a procedure to this signal. [virtual] void dragEnterEvent(QDragEnterEvent ptr event)Description: Virtual method void QListView::dragEnterEvent(QDragEnterEvent *event) This method can be reimplemented in a derived class. [virtual] void dragLeaveEvent(QDragLeaveEvent ptr e)Description: Virtual method void QListView::dragLeaveEvent(QDragLeaveEvent *e) This method can be reimplemented in a derived class. [virtual] void dragMoveEvent(QDragMoveEvent ptr e)Description: Virtual method void QListView::dragMoveEvent(QDragMoveEvent *e) This method can be reimplemented in a derived class. void drawFrame(QPainter ptr arg1)Description: Method void QListView::drawFrame(QPainter *) This method is protected and can only be called from inside a derived class. [virtual] void dropEvent(QDropEvent ptr e)Description: Virtual method void QListView::dropEvent(QDropEvent *e) This method can be reimplemented in a derived class. [const] unsigned int dropIndicatorPositionDescription: Method QAbstractItemView::DropIndicatorPosition QListView::dropIndicatorPosition() This method is protected and can only be called from inside a derived class. [virtual] bool edit(const QModelIndex index,const QAbstractItemView_EditTrigger trigger,QEvent ptr event)Description: Virtual method bool QListView::edit(const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) This method can be reimplemented in a derived class. [virtual] void editorDestroyed(QObject ptr editor)Description: Virtual method void QListView::editorDestroyed(QObject *editor) This method can be reimplemented in a derived class. [virtual] void enabledChange(bool arg1)Description: Virtual method void QListView::enabledChange(bool) This method can be reimplemented in a derived class. [virtual] void enterEvent(QEvent ptr arg1)Description: Virtual method void QListView::enterEvent(QEvent *) This method can be reimplemented in a derived class. [event] void entered(const QModelIndex index)Description: Signal declaration for QListView::entered(const QModelIndex &index) You can bind a procedure to this signal. [virtual] bool event(QEvent ptr e)Description: Virtual method bool QListView::event(QEvent *e) This method can be reimplemented in a derived class. [virtual] bool eventFilter(QObject ptr arg1,QEvent ptr arg2)Description: Virtual method bool QListView::eventFilter(QObject *, QEvent *) This method can be reimplemented in a derived class. void executeDelayedItemsLayoutDescription: Method void QListView::executeDelayedItemsLayout() This method is protected and can only be called from inside a derived class. [const] QListView_Flow flowDescription: Method QListView::Flow QListView::flow() Python specific notes:The object exposes a readable attribute 'flow'. This is the getter. void flow=(const QListView_Flow flow)Description: Method void QListView::setFlow(QListView::Flow flow) Python specific notes:The object exposes a writable attribute 'flow'. This is the setter. [virtual] void focusInEvent(QFocusEvent ptr event)Description: Virtual method void QListView::focusInEvent(QFocusEvent *event) This method can be reimplemented in a derived class. bool focusNextChildDescription: Method bool QListView::focusNextChild() This method is protected and can only be called from inside a derived class. [virtual] bool focusNextPrevChild(bool next)Description: Virtual method bool QListView::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. [virtual] void focusOutEvent(QFocusEvent ptr event)Description: Virtual method void QListView::focusOutEvent(QFocusEvent *event) This method can be reimplemented in a derived class. bool focusPreviousChildDescription: Method bool QListView::focusPreviousChild() This method is protected and can only be called from inside a derived class. [virtual] void fontChange(const QFont arg1)Description: Virtual method void QListView::fontChange(const QFont &) This method can be reimplemented in a derived class. [const] QSize gridSizeDescription: Method QSize QListView::gridSize() Python specific notes:The object exposes a readable attribute 'gridSize'. This is the getter. void gridSize=(const QSize size)Description: Method void QListView::setGridSize(const QSize &size) Python specific notes:The object exposes a writable attribute 'gridSize'. This is the setter. [virtual,const] int heightForWidth(int arg1)Description: Virtual method int QListView::heightForWidth(int) This method can be reimplemented in a derived class. [virtual] void hideEvent(QHideEvent ptr arg1)Description: Virtual method void QListView::hideEvent(QHideEvent *) This method can be reimplemented in a derived class. [virtual,const] int horizontalOffsetDescription: Virtual method int QListView::horizontalOffset() This method can be reimplemented in a derived class. [virtual] void horizontalScrollbarAction(int action)Description: Virtual method void QListView::horizontalScrollbarAction(int action) This method can be reimplemented in a derived class. [virtual] void horizontalScrollbarValueChanged(int value)Description: Virtual method void QListView::horizontalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. [const] int horizontalStepsPerItemDescription: Method int QListView::horizontalStepsPerItem() This method is protected and can only be called from inside a derived class. [virtual,const] QModelIndex indexAt(const QPoint p)Description: Virtual method QModelIndex QListView::indexAt(const QPoint &p) This method can be reimplemented in a derived class. [event] void indexesMoved(QModelIndex[] indexes)Description: Signal declaration for QListView::indexesMoved(const QList<QModelIndex> &indexes) You can bind a procedure to this signal. [virtual] void inputMethodEvent(QInputMethodEvent ptr event)Description: Virtual method void QListView::inputMethodEvent(QInputMethodEvent *event) This method can be reimplemented in a derived class. [virtual,const] QVariant inputMethodQuery(const Qt_InputMethodQuery query)Description: Virtual method QVariant QListView::inputMethodQuery(Qt::InputMethodQuery query) This method can be reimplemented in a derived class. void internalDrag(const Qt_QFlags_DropAction supportedActions)Description: Method void QListView::internalDrag(QFlags<Qt::DropAction> supportedActions) This method is protected and can only be called from inside a derived class. void internalDrop(QDropEvent ptr e)Description: Method void QListView::internalDrop(QDropEvent *e) This method is protected and can only be called from inside a derived class. [virtual,const] bool isIndexHidden(const QModelIndex index)Description: Virtual method bool QListView::isIndexHidden(const QModelIndex &index) This method can be reimplemented in a derived class. [const] bool isRowHidden?(int row)Description: Method bool QListView::isRowHidden(int row) [const] bool isSelectionRectVisible?Description: Method bool QListView::isSelectionRectVisible() Python specific notes:The object exposes a readable attribute 'selectionRectVisible'. This is the getter. [const] bool isWrappingDescription: Method bool QListView::isWrapping() Python specific notes:The object exposes a readable attribute 'isWrapping'. This is the getter. The object exposes a readable attribute 'isWrapping'. This is the getter. [const] bool isWrapping?Description: Method bool QListView::isWrapping() Python specific notes:The object exposes a readable attribute 'isWrapping'. This is the getter. The object exposes a readable attribute 'isWrapping'. This is the getter. [const] bool is_const_object?Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead [virtual] void keyPressEvent(QKeyEvent ptr event)Description: Virtual method void QListView::keyPressEvent(QKeyEvent *event) This method can be reimplemented in a derived class. [virtual] void keyReleaseEvent(QKeyEvent ptr arg1)Description: Virtual method void QListView::keyReleaseEvent(QKeyEvent *) This method can be reimplemented in a derived class. [virtual] void keyboardSearch(string search)Description: Virtual method void QListView::keyboardSearch(const QString &search) This method can be reimplemented in a derived class. [virtual] void languageChangeDescription: Virtual method void QListView::languageChange() This method can be reimplemented in a derived class. [const] QListView_LayoutMode layoutModeDescription: Method QListView::LayoutMode QListView::layoutMode() Python specific notes:The object exposes a readable attribute 'layoutMode'. This is the getter. void layoutMode=(const QListView_LayoutMode mode)Description: Method void QListView::setLayoutMode(QListView::LayoutMode mode) Python specific notes:The object exposes a writable attribute 'layoutMode'. This is the setter. [virtual] void leaveEvent(QEvent ptr arg1)Description: Virtual method void QListView::leaveEvent(QEvent *) This method can be reimplemented in a derived class. [virtual,const] int metric(const QPaintDevice_PaintDeviceMetric arg1)Description: Virtual method int QListView::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. [virtual,const] QSize minimumSizeHintDescription: Virtual method QSize QListView::minimumSizeHint() This method can be reimplemented in a derived class. [const] int modelColumnDescription: Method int QListView::modelColumn() Python specific notes:The object exposes a readable attribute 'modelColumn'. This is the getter. void modelColumn=(int column)Description: Method void QListView::setModelColumn(int column) Python specific notes:The object exposes a writable attribute 'modelColumn'. This is the setter. [virtual] void mouseDoubleClickEvent(QMouseEvent ptr event)Description: Virtual method void QListView::mouseDoubleClickEvent(QMouseEvent *event) This method can be reimplemented in a derived class. [virtual] void mouseMoveEvent(QMouseEvent ptr e)Description: Virtual method void QListView::mouseMoveEvent(QMouseEvent *e) This method can be reimplemented in a derived class. [virtual] void mousePressEvent(QMouseEvent ptr event)Description: Virtual method void QListView::mousePressEvent(QMouseEvent *event) This method can be reimplemented in a derived class. [virtual] void mouseReleaseEvent(QMouseEvent ptr e)Description: Virtual method void QListView::mouseReleaseEvent(QMouseEvent *e) This method can be reimplemented in a derived class. [virtual] QModelIndex moveCursor(unsigned int cursorAction,const Qt_QFlags_KeyboardModifier modifiers)Description: Virtual method QModelIndex QListView::moveCursor(QAbstractItemView::CursorAction cursorAction, QFlags<Qt::KeyboardModifier> modifiers) This method can be reimplemented in a derived class. [virtual] void moveEvent(QMoveEvent ptr arg1)Description: Virtual method void QListView::moveEvent(QMoveEvent *) This method can be reimplemented in a derived class. [const] QListView_Movement movementDescription: Method QListView::Movement QListView::movement() Python specific notes:The object exposes a readable attribute 'movement'. This is the getter. void movement=(const QListView_Movement movement)Description: Method void QListView::setMovement(QListView::Movement movement) Python specific notes:The object exposes a writable attribute 'movement'. This is the setter. [static] new QListView new(QWidget ptr parent = 0)Description: Constructor QListView::QListView(QWidget *parent) This method creates an object of class QListView. Python specific notes:This method is the default initializer of the object [virtual,const] QPaintEngine ptr paintEngineDescription: Virtual method QPaintEngine *QListView::paintEngine() This method can be reimplemented in a derived class. [virtual] void paintEvent(QPaintEvent ptr e)Description: Virtual method void QListView::paintEvent(QPaintEvent *e) This method can be reimplemented in a derived class. [virtual] void paletteChange(const QPalette arg1)Description: Virtual method void QListView::paletteChange(const QPalette &) This method can be reimplemented in a derived class. [event] void pressed(const QModelIndex index)Description: Signal declaration for QListView::pressed(const QModelIndex &index) You can bind a procedure to this signal. void qt_create(unsigned long arg1 = 0,bool initializeWindow = true,bool destroyOldWindow = true)Description: Method void QListView::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. void qt_destroy(bool destroyWindow = true,bool destroySubWindows = true)Description: Method void QListView::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. [const] int receivers(string signal)Description: Method int QListView::receivers(const char *signal) This method is protected and can only be called from inside a derived class. [const] QRect rectForIndex(const QModelIndex index)Description: Method QRect QListView::rectForIndex(const QModelIndex &index) This method is protected and can only be called from inside a derived class. [virtual] void resetDescription: Virtual method void QListView::reset() This method can be reimplemented in a derived class. void resetInputContextDescription: Method void QListView::resetInputContext() This method is protected and can only be called from inside a derived class. void resizeContents(int width,int height)Description: Method void QListView::resizeContents(int width, int height) This method is protected and can only be called from inside a derived class. [virtual] void resizeEvent(QResizeEvent ptr e)Description: Virtual method void QListView::resizeEvent(QResizeEvent *e) This method can be reimplemented in a derived class. [const] QListView_ResizeMode resizeModeDescription: Method QListView::ResizeMode QListView::resizeMode() Python specific notes:The object exposes a readable attribute 'resizeMode'. This is the getter. void resizeMode=(const QListView_ResizeMode mode)Description: Method void QListView::setResizeMode(QListView::ResizeMode mode) Python specific notes:The object exposes a writable attribute 'resizeMode'. This is the setter. void rootIndex=(const QModelIndex index)Description: Method void QListView::setRootIndex(const QModelIndex &index) This is a reimplementation of QAbstractItemView::setRootIndex Python specific notes:The object exposes a writable attribute 'rootIndex'. This is the setter. [virtual] void rowsAboutToBeRemoved(const QModelIndex parent,int start,int end)Description: Virtual method void QListView::rowsAboutToBeRemoved(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. [virtual] void rowsInserted(const QModelIndex parent,int start,int end)Description: Virtual method void QListView::rowsInserted(const QModelIndex &parent, int start, int end) This method can be reimplemented in a derived class. void scheduleDelayedItemsLayoutDescription: Method void QListView::scheduleDelayedItemsLayout() This method is protected and can only be called from inside a derived class. [virtual] void scrollContentsBy(int dx,int dy)Description: Virtual method void QListView::scrollContentsBy(int dx, int dy) This method can be reimplemented in a derived class. void scrollDirtyRegion(int dx,int dy)Description: Method void QListView::scrollDirtyRegion(int dx, int dy) This method is protected and can only be called from inside a derived class. [virtual] void scrollTo(const QModelIndex index,const QAbstractItemView_ScrollHint hint)Description: Virtual method void QListView::scrollTo(const QModelIndex &index, QAbstractItemView::ScrollHint hint) This method can be reimplemented in a derived class. [virtual] void selectAllDescription: Virtual method void QListView::selectAll() This method can be reimplemented in a derived class. [virtual,const] QModelIndex[] selectedIndexesDescription: Virtual method QList<QModelIndex> QListView::selectedIndexes() This method can be reimplemented in a derived class. [virtual] void selectionChanged(const QItemSelection selected,const QItemSelection deselected)Description: Virtual method void QListView::selectionChanged(const QItemSelection &selected, const QItemSelection &deselected) This method can be reimplemented in a derived class. [virtual,const] QItemSelectionModel_QFlags_SelectionFlag selectionCommand(const QModelIndex index,const QEvent ptr event)Description: Virtual method QFlags<QItemSelectionModel::SelectionFlag> QListView::selectionCommand(const QModelIndex &index, const QEvent *event) This method can be reimplemented in a derived class. [const] bool selectionRectVisibleDescription: Method bool QListView::isSelectionRectVisible() Python specific notes:The object exposes a readable attribute 'selectionRectVisible'. This is the getter. void selectionRectVisible=(bool show)Description: Method void QListView::setSelectionRectVisible(bool show) Python specific notes:The object exposes a writable attribute 'selectionRectVisible'. This is the setter. [const] QObject ptr senderDescription: Method QObject *QListView::sender() This method is protected and can only be called from inside a derived class. void setBatchSize(int batchSize)Description: Method void QListView::setBatchSize(int batchSize) Python specific notes:The object exposes a writable attribute 'batchSize'. This is the setter. void setDirtyRegion(const QRegion region)Description: Method void QListView::setDirtyRegion(const QRegion ®ion) This method is protected and can only be called from inside a derived class. void setFlow(const QListView_Flow flow)Description: Method void QListView::setFlow(QListView::Flow flow) Python specific notes:The object exposes a writable attribute 'flow'. This is the setter. void setGridSize(const QSize size)Description: Method void QListView::setGridSize(const QSize &size) Python specific notes:The object exposes a writable attribute 'gridSize'. This is the setter. void setHorizontalStepsPerItem(int steps)Description: Method void QListView::setHorizontalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. void setLayoutMode(const QListView_LayoutMode mode)Description: Method void QListView::setLayoutMode(QListView::LayoutMode mode) Python specific notes:The object exposes a writable attribute 'layoutMode'. This is the setter. [virtual] void setModel(QAbstractItemModel ptr model)Description: Virtual method void QListView::setModel(QAbstractItemModel *model) This method can be reimplemented in a derived class. void setModelColumn(int column)Description: Method void QListView::setModelColumn(int column) Python specific notes:The object exposes a writable attribute 'modelColumn'. This is the setter. void setMovement(const QListView_Movement movement)Description: Method void QListView::setMovement(QListView::Movement movement) Python specific notes:The object exposes a writable attribute 'movement'. This is the setter. void setPositionForIndex(const QPoint position,const QModelIndex index)Description: Method void QListView::setPositionForIndex(const QPoint &position, const QModelIndex &index) This method is protected and can only be called from inside a derived class. void setResizeMode(const QListView_ResizeMode mode)Description: Method void QListView::setResizeMode(QListView::ResizeMode mode) Python specific notes:The object exposes a writable attribute 'resizeMode'. This is the setter. [virtual] void setRootIndex(const QModelIndex index)Description: Virtual method void QListView::setRootIndex(const QModelIndex &index) This method can be reimplemented in a derived class. void setRowHidden(int row,bool hide)Description: Method void QListView::setRowHidden(int row, bool hide) [virtual] void setSelection(const QRect rect,const QItemSelectionModel_QFlags_SelectionFlag command)Description: Virtual method void QListView::setSelection(const QRect &rect, QFlags<QItemSelectionModel::SelectionFlag> command) This method can be reimplemented in a derived class. [virtual] void setSelectionModel(QItemSelectionModel ptr selectionModel)Description: Virtual method void QListView::setSelectionModel(QItemSelectionModel *selectionModel) This method can be reimplemented in a derived class. void setSelectionRectVisible(bool show)Description: Method void QListView::setSelectionRectVisible(bool show) Python specific notes:The object exposes a writable attribute 'selectionRectVisible'. This is the setter. void setSpacing(int space)Description: Method void QListView::setSpacing(int space) Python specific notes:The object exposes a writable attribute 'spacing'. This is the setter. void setState(unsigned int state)Description: Method void QListView::setState(QAbstractItemView::State state) This method is protected and can only be called from inside a derived class. void setUniformItemSizes(bool enable)Description: Method void QListView::setUniformItemSizes(bool enable) Python specific notes:The object exposes a writable attribute 'uniformItemSizes'. This is the setter. void setVerticalStepsPerItem(int steps)Description: Method void QListView::setVerticalStepsPerItem(int steps) This method is protected and can only be called from inside a derived class. void setViewMode(const QListView_ViewMode mode)Description: Method void QListView::setViewMode(QListView::ViewMode mode) Python specific notes:The object exposes a writable attribute 'viewMode'. This is the setter. void setViewportMargins(int left,int top,int right,int bottom)Description: Method void QListView::setViewportMargins(int left, int top, int right, int bottom) This method is protected and can only be called from inside a derived class. void setViewportMargins(const QMargins margins)Description: Method void QListView::setViewportMargins(const QMargins &margins) This method is protected and can only be called from inside a derived class. [virtual] void setVisible(bool visible)Description: Virtual method void QListView::setVisible(bool visible) This method can be reimplemented in a derived class. void setWordWrap(bool on)Description: Method void QListView::setWordWrap(bool on) Python specific notes:The object exposes a writable attribute 'wordWrap'. This is the setter. void setWrapping(bool enable)Description: Method void QListView::setWrapping(bool enable) void setupViewport(QWidget ptr viewport)Description: Method void QListView::setupViewport(QWidget *viewport) This method is protected and can only be called from inside a derived class. [virtual] void showEvent(QShowEvent ptr arg1)Description: Virtual method void QListView::showEvent(QShowEvent *) This method can be reimplemented in a derived class. [virtual,const] QSize sizeHintDescription: Virtual method QSize QListView::sizeHint() This method can be reimplemented in a derived class. [virtual,const] int sizeHintForColumn(int column)Description: Virtual method int QListView::sizeHintForColumn(int column) This method can be reimplemented in a derived class. [virtual,const] int sizeHintForRow(int row)Description: Virtual method int QListView::sizeHintForRow(int row) This method can be reimplemented in a derived class. [const] int spacingDescription: Method int QListView::spacing() Python specific notes:The object exposes a readable attribute 'spacing'. This is the getter. void spacing=(int space)Description: Method void QListView::setSpacing(int space) Python specific notes:The object exposes a writable attribute 'spacing'. This is the setter. void startAutoScrollDescription: Method void QListView::startAutoScroll() This method is protected and can only be called from inside a derived class. [virtual] void startDrag(const Qt_QFlags_DropAction supportedActions)Description: Virtual method void QListView::startDrag(QFlags<Qt::DropAction> supportedActions) This method can be reimplemented in a derived class. [const] unsigned int stateDescription: Method QAbstractItemView::State QListView::state() This method is protected and can only be called from inside a derived class. [static] QMetaObject staticMetaObjectDescription: Obtains the static MetaObject for this class. void stopAutoScrollDescription: Method void QListView::stopAutoScroll() This method is protected and can only be called from inside a derived class. [virtual] void styleChange(QStyle arg1)Description: Virtual method void QListView::styleChange(QStyle &) This method can be reimplemented in a derived class. [virtual] void tabletEvent(QTabletEvent ptr arg1)Description: Virtual method void QListView::tabletEvent(QTabletEvent *) This method can be reimplemented in a derived class. [virtual] void timerEvent(QTimerEvent ptr e)Description: Virtual method void QListView::timerEvent(QTimerEvent *e) This method can be reimplemented in a derived class. [static] string tr(string s,string c = 0)Description: Static method QString QListView::tr(const char *s, const char *c) This method is static and can be called without an instance. [static] string tr(string s,string c,int n)Description: Static method QString QListView::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. [static] string trUtf8(string s,string c = 0)Description: Static method QString QListView::trUtf8(const char *s, const char *c) This method is static and can be called without an instance. [static] string trUtf8(string s,string c,int n)Description: Static method QString QListView::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. [const] bool uniformItemSizesDescription: Method bool QListView::uniformItemSizes() Python specific notes:The object exposes a readable attribute 'uniformItemSizes'. This is the getter. void uniformItemSizes=(bool enable)Description: Method void QListView::setUniformItemSizes(bool enable) Python specific notes:The object exposes a writable attribute 'uniformItemSizes'. This is the setter. [virtual] void updateEditorDataDescription: Virtual method void QListView::updateEditorData() This method can be reimplemented in a derived class. [virtual] void updateEditorGeometriesDescription: Virtual method void QListView::updateEditorGeometries() This method can be reimplemented in a derived class. [virtual] void updateGeometriesDescription: Virtual method void QListView::updateGeometries() This method can be reimplemented in a derived class. void updateMicroFocusDescription: Method void QListView::updateMicroFocus() This method is protected and can only be called from inside a derived class. [virtual,const] int verticalOffsetDescription: Virtual method int QListView::verticalOffset() This method can be reimplemented in a derived class. [virtual] void verticalScrollbarAction(int action)Description: Virtual method void QListView::verticalScrollbarAction(int action) This method can be reimplemented in a derived class. [virtual] void verticalScrollbarValueChanged(int value)Description: Virtual method void QListView::verticalScrollbarValueChanged(int value) This method can be reimplemented in a derived class. [const] int verticalStepsPerItemDescription: Method int QListView::verticalStepsPerItem() This method is protected and can only be called from inside a derived class. [const] QListView_ViewMode viewModeDescription: Method QListView::ViewMode QListView::viewMode() Python specific notes:The object exposes a readable attribute 'viewMode'. This is the getter. void viewMode=(const QListView_ViewMode mode)Description: Method void QListView::setViewMode(QListView::ViewMode mode) Python specific notes:The object exposes a writable attribute 'viewMode'. This is the setter. [virtual,const] QStyleOptionViewItem viewOptionsDescription: Virtual method QStyleOptionViewItem QListView::viewOptions() This method can be reimplemented in a derived class. [event] void viewportEnteredDescription: Signal declaration for QListView::viewportEntered() You can bind a procedure to this signal. [virtual] bool viewportEvent(QEvent ptr event)Description: Virtual method bool QListView::viewportEvent(QEvent *event) This method can be reimplemented in a derived class. [virtual,const] QRect visualRect(const QModelIndex index)Description: Virtual method QRect QListView::visualRect(const QModelIndex &index) This method can be reimplemented in a derived class. [virtual,const] QRegion visualRegionForSelection(const QItemSelection selection)Description: Virtual method QRegion QListView::visualRegionForSelection(const QItemSelection &selection) This method can be reimplemented in a derived class. [virtual] void wheelEvent(QWheelEvent ptr arg1)Description: Virtual method void QListView::wheelEvent(QWheelEvent *) This method can be reimplemented in a derived class. [virtual] void windowActivationChange(bool arg1)Description: Virtual method void QListView::windowActivationChange(bool) This method can be reimplemented in a derived class. [const] bool wordWrapDescription: Method bool QListView::wordWrap() Python specific notes:The object exposes a readable attribute 'wordWrap'. This is the getter. void wordWrap=(bool on)Description: Method void QListView::setWordWrap(bool on) Python specific notes:The object exposes a writable attribute 'wordWrap'. This is the setter. |