Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QListViewPrivate Class Reference

#include <qlistview_p.h>

+ Inheritance diagram for QListViewPrivate:
+ Collaboration diagram for QListViewPrivate:

Public Types

enum  ModeProperties {
  Wrap = 1 , Spacing = 2 , GridSize = 4 , Flow = 8 ,
  Movement = 16 , ResizeMode = 32 , SelectionRectVisible = 64
}
 

Public Member Functions

 QListViewPrivate ()
 
 ~QListViewPrivate ()
 
void clear ()
 
void prepareItemsLayout ()
 
bool doItemsLayout (int num)
 
QList< QModelIndexintersectingSet (const QRect &area, bool doLayout=true) const
 
void resetBatchStartRow ()
 
int batchStartRow () const
 
QSize contentsSize () const
 
void setContentsSize (int w, int h)
 
int flipX (int x) const
 
QPoint flipX (const QPoint &p) const
 
QRect flipX (const QRect &r) const
 
QRect viewItemRect (const QListViewItem &item) const
 
QListViewItem indexToListViewItem (const QModelIndex &index) const
 
QModelIndex listViewItemToIndex (const QListViewItem &item) const
 
bool hasRectForIndex (const QModelIndex &index) const
 
QRect rectForIndex (const QModelIndex &index) const
 
QRect cellRectForIndex (const QModelIndex &index)
 
void viewUpdateGeometries ()
 
QRect mapToViewport (const QRect &rect, bool extend=true) const
 
QModelIndex closestIndex (const QRect &target, const QList< QModelIndex > &candidates) const
 
QSize itemSize (const QStyleOptionViewItem &option, const QModelIndex &index) const
 
bool selectionAllowed (const QModelIndex &index) const override
 
int horizontalScrollToValue (const QModelIndex &index, const QRect &rect, QListView::ScrollHint hint) const
 
int verticalScrollToValue (const QModelIndex &index, const QRect &rect, QListView::ScrollHint hint) const
 
QItemSelection selection (const QRect &rect) const
 
void selectAll (QItemSelectionModel::SelectionFlags command) override
 
void setGridSize (const QSize &size)
 
QSize gridSize () const
 
void setWrapping (bool b)
 
bool isWrapping () const
 
void setSpacing (int s)
 
int spacing () const
 
void setSelectionRectVisible (bool visible)
 
bool isSelectionRectVisible () const
 
QModelIndex modelIndex (int row) const
 
bool isHidden (int row) const
 
QList< int > hiddenRowIds () const
 
bool isHiddenOrDisabled (int row) const
 
void removeCurrentAndDisabled (QList< QModelIndex > *indexes, const QModelIndex &current) const
 
void scrollElasticBandBy (int dx, int dy)
 
QItemViewPaintPairs draggablePaintPairs (const QModelIndexList &indexes, QRect *r) const override
 \reimp
 
void emitIndexesMoved (const QModelIndexList &indexes)
 
- Public Member Functions inherited from QAbstractItemViewPrivate
 QAbstractItemViewPrivate ()
 
virtual ~QAbstractItemViewPrivate ()
 
void init ()
 
virtual void rowsRemoved (const QModelIndex &parent, int start, int end)
 
virtual void rowsInserted (const QModelIndex &parent, int start, int end)
 
virtual void columnsAboutToBeRemoved (const QModelIndex &parent, int start, int end)
 
virtual void columnsRemoved (const QModelIndex &parent, int start, int end)
 
virtual void columnsInserted (const QModelIndex &parent, int start, int end)
 
virtual void modelDestroyed ()
 
virtual void layoutChanged ()
 
virtual void rowsMoved (const QModelIndex &source, int sourceStart, int sourceEnd, const QModelIndex &destination, int destinationStart)
 
virtual void columnsMoved (const QModelIndex &source, int sourceStart, int sourceEnd, const QModelIndex &destination, int destinationStart)
 
virtual QRect intersectedRect (const QRect rect, const QModelIndex &topLeft, const QModelIndex &bottomRight) const
 
void headerDataChanged ()
 
void scrollerStateChanged ()
 
void delegateSizeHintChanged (const QModelIndex &index)
 
void fetchMore ()
 
bool shouldEdit (QAbstractItemView::EditTrigger trigger, const QModelIndex &index) const
 
bool shouldForwardEvent (QAbstractItemView::EditTrigger trigger, const QEvent *event) const
 
bool shouldAutoScroll (const QPoint &pos) const
 
void doDelayedItemsLayout (int delay=0)
 
void interruptDelayedItemsLayout () const
 
void updateGeometry ()
 
void startAutoScroll ()
 
void stopAutoScroll ()
 
bool droppingOnItself (QDropEvent *event, const QModelIndex &index)
 
QWidgeteditor (const QModelIndex &index, const QStyleOptionViewItem &options)
 
bool sendDelegateEvent (const QModelIndex &index, QEvent *event) const
 
bool openEditor (const QModelIndex &index, QEvent *event)
 
void updateEditorData (const QModelIndex &topLeft, const QModelIndex &bottomRight)
 
void selectAllInEditor (QWidget *w)
 
QItemSelectionModel::SelectionFlags multiSelectionCommand (const QModelIndex &index, const QEvent *event) const
 
QItemSelectionModel::SelectionFlags extendedSelectionCommand (const QModelIndex &index, const QEvent *event) const
 
QItemSelectionModel::SelectionFlags contiguousSelectionCommand (const QModelIndex &index, const QEvent *event) const
 
void setHoverIndex (const QPersistentModelIndex &index)
 
void checkMouseMove (const QPersistentModelIndex &index)
 
void checkMouseMove (const QPoint &pos)
 
QItemSelectionModel::SelectionFlags selectionBehaviorFlags () const
 
virtual void adjustViewOptionsForIndex (QStyleOptionViewItem *, const QModelIndex &) const
 
void releaseEditor (QWidget *editor, const QModelIndex &index=QModelIndex()) const
 
void executePostedLayout () const
 
void setDirtyRegion (const QRegion &visualRegion)
 
void scrollDirtyRegion (int dx, int dy)
 
void scrollContentsBy (int dx, int dy)
 
void updateDirtyRegion ()
 
void clearOrRemove ()
 
void checkPersistentEditorFocus ()
 
QPixmap renderToPixmap (const QModelIndexList &indexes, QRect *r) const
 
QPoint offset () const
 
const QEditorInfoeditorForIndex (const QModelIndex &index) const
 
bool hasEditor (const QModelIndex &index) const
 
QModelIndex indexForEditor (QWidget *editor) const
 
void addEditor (const QModelIndex &index, QWidget *editor, bool isStatic)
 
void removeEditor (QWidget *editor)
 
bool isAnimating () const
 
bool isIndexValid (const QModelIndex &index) const
 
bool isIndexSelectable (const QModelIndex &index) const
 
bool isIndexEnabled (const QModelIndex &index) const
 
QPoint contentsOffset () const override
 
int delegateRefCount (const QAbstractItemDelegate *delegate) const
 
bool isPersistent (const QModelIndex &index) const
 
void doDelayedReset ()
 
virtual QRect visualRect (const QModelIndex &index) const
 

Public Attributes

QCommonListViewBasecommonListView
 
bool wrap
 
int space
 
QSize grid
 
QListView::Flow flow
 
QListView::Movement movement
 
QListView::ResizeMode resizeMode
 
QListView::LayoutMode layoutMode
 
QListView::ViewMode viewMode
 
uint modeProperties: 8
 
QRect layoutBounds
 
QBasicTimer batchLayoutTimer
 
QSet< QPersistentModelIndexhiddenRows
 
int column
 
bool uniformItemSizes
 
QSize cachedItemSize
 
int batchSize
 
QRect elasticBand
 
bool showElasticBand
 
Qt::Alignment itemAlignment
 
- Public Attributes inherited from QAbstractItemViewPrivate
QAbstractItemModelmodel
 
QPointer< QAbstractItemDelegateitemDelegate
 
QMap< int, QPointer< QAbstractItemDelegate > > rowDelegates
 
QMap< int, QPointer< QAbstractItemDelegate > > columnDelegates
 
QPointer< QItemSelectionModelselectionModel
 
QItemSelectionModel::SelectionFlag ctrlDragSelectionFlag
 
bool noSelectionOnMousePress
 
QAbstractItemView::SelectionMode selectionMode
 
QAbstractItemView::SelectionBehavior selectionBehavior
 
QEditorIndexHash editorIndexHash
 
QIndexEditorHash indexEditorHash
 
QSet< QWidget * > persistent
 
QWidgetcurrentlyCommittingEditor
 
QBasicTimer pressClosedEditorWatcher
 
QPersistentModelIndex lastEditedIndex
 
bool pressClosedEditor
 
bool waitForIMCommit
 
QPersistentModelIndex enteredIndex
 
QPersistentModelIndex pressedIndex
 
QPersistentModelIndex currentSelectionStartIndex
 
Qt::KeyboardModifiers pressedModifiers
 
QPoint pressedPosition
 
QPoint draggedPosition
 
bool pressedAlreadySelected
 
bool releaseFromDoubleClick
 
bool viewportEnteredNeeded
 
QAbstractItemView::State state
 
QAbstractItemView::State stateBeforeAnimation
 
QAbstractItemView::EditTriggers editTriggers
 
QAbstractItemView::EditTrigger lastTrigger
 
QPersistentModelIndex root
 
QPersistentModelIndex hover
 
bool tabKeyNavigation
 
QString keyboardInput
 
QElapsedTimer keyboardInputTime
 
bool autoScroll
 
QBasicTimer autoScrollTimer
 
int autoScrollMargin
 
int autoScrollCount
 
bool shouldScrollToCurrentOnShow
 
bool shouldClearStatusTip
 
bool alternatingColors
 
QSize iconSize
 
Qt::TextElideMode textElideMode
 
QRegion updateRegion
 
QPoint scrollDelayOffset
 
QBasicTimer updateTimer
 
QBasicTimer delayedEditing
 
QBasicTimer delayedAutoScroll
 
QBasicTimer delayedReset
 
QAbstractItemView::ScrollMode verticalScrollMode
 
QAbstractItemView::ScrollMode horizontalScrollMode
 
QItemSelection oldSelection
 
QModelIndex oldCurrent
 
bool currentIndexSet
 
bool wrapItemText
 
bool delayedPendingLayout
 
bool moveCursorUpdatedView
 
bool verticalScrollModeSet
 
bool horizontalScrollModeSet
 
std::array< QMetaObject::Connection, 14 > modelConnections
 
std::array< QMetaObject::Connection, 4 > scrollbarConnections
 

Detailed Description

Definition at line 264 of file qlistview_p.h.

Member Enumeration Documentation

◆ ModeProperties

Enumerator
Wrap 
Spacing 
GridSize 
Flow 
Movement 
ResizeMode 
SelectionRectVisible 

Definition at line 398 of file qlistview_p.h.

Constructor & Destructor Documentation

◆ QListViewPrivate()

QListViewPrivate::QListViewPrivate ( )

Definition at line 1762 of file qlistview.cpp.

◆ ~QListViewPrivate()

QListViewPrivate::~QListViewPrivate ( )

Definition at line 1781 of file qlistview.cpp.

References commonListView.

Member Function Documentation

◆ batchStartRow()

int QListViewPrivate::batchStartRow ( ) const
inline

Definition at line 284 of file qlistview_p.h.

Referenced by doItemsLayout().

+ Here is the caller graph for this function:

◆ cellRectForIndex()

QRect QListViewPrivate::cellRectForIndex ( const QModelIndex & index)
inline

Definition at line 314 of file qlistview_p.h.

References QAbstractItemViewPrivate::executePostedLayout(), and rect.

+ Here is the call graph for this function:

◆ clear()

void QListViewPrivate::clear ( )

Definition at line 1786 of file qlistview.cpp.

References cachedItemSize, QCommonListViewBase::clear(), and commonListView.

Referenced by prepareItemsLayout().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ closestIndex()

QModelIndex QListViewPrivate::closestIndex ( const QRect & target,
const QList< QModelIndex > & candidates ) const

Definition at line 1876 of file qlistview.cpp.

References QSet< T >::begin(), QSet< T >::end(), indexToListViewItem(), it, and qAbs().

+ Here is the call graph for this function:

◆ contentsSize()

QSize QListViewPrivate::contentsSize ( ) const
inline

Definition at line 285 of file qlistview_p.h.

◆ doItemsLayout()

bool QListViewPrivate::doItemsLayout ( int delta)

Definition at line 1828 of file qlistview.cpp.

References batchStartRow(), commonListView, QCommonListViewBase::doBatchedItemLayout(), flow, gridSize(), info, isWrapping(), layoutBounds, QAbstractItemViewPrivate::model, prepareItemsLayout(), qMin(), QAbstractItemViewPrivate::root, QAbstractItemModel::rowCount(), and spacing().

+ Here is the call graph for this function:

◆ draggablePaintPairs()

QItemViewPaintPairs QListViewPrivate::draggablePaintPairs ( const QModelIndexList & indexes,
QRect * r ) const
overridevirtual

\reimp

We have a QListView way of knowing what elements are on the viewport through the intersectingSet function

Reimplemented from QAbstractItemViewPrivate.

Definition at line 617 of file qlistview.cpp.

References intersectingSet(), Q_ASSERT, rect, ret, QRect::setLeft(), QRect::translated(), and viewport().

+ Here is the call graph for this function:

◆ emitIndexesMoved()

void QListViewPrivate::emitIndexesMoved ( const QModelIndexList & indexes)
inline

Definition at line 379 of file qlistview_p.h.

References emit.

◆ flipX() [1/3]

QPoint QListViewPrivate::flipX ( const QPoint & p) const
inline

Definition at line 290 of file qlistview_p.h.

◆ flipX() [2/3]

QRect QListViewPrivate::flipX ( const QRect & r) const
inline

Definition at line 292 of file qlistview_p.h.

◆ flipX() [3/3]

int QListViewPrivate::flipX ( int x) const
inline

Definition at line 288 of file qlistview_p.h.

References qMax(), and viewport().

+ Here is the call graph for this function:

◆ gridSize()

QSize QListViewPrivate::gridSize ( ) const
inline

Definition at line 349 of file qlistview_p.h.

Referenced by doItemsLayout(), and QCommonListViewBase::gridSize().

+ Here is the caller graph for this function:

◆ hasRectForIndex()

bool QListViewPrivate::hasRectForIndex ( const QModelIndex & index) const
inline

Definition at line 301 of file qlistview_p.h.

References QAbstractItemViewPrivate::isIndexValid().

+ Here is the call graph for this function:

◆ hiddenRowIds()

QList< int > QListViewPrivate::hiddenRowIds ( ) const
inline

Definition at line 363 of file qlistview_p.h.

References QList< T >::reserve().

+ Here is the call graph for this function:

◆ horizontalScrollToValue()

int QListViewPrivate::horizontalScrollToValue ( const QModelIndex & index,
const QRect & rect,
QListView::ScrollHint hint ) const

Definition at line 553 of file qlistview.cpp.

References area(), commonListView, hint(), QCommonListViewBase::horizontalScrollToValue(), rect, and viewport().

+ Here is the call graph for this function:

◆ indexToListViewItem()

QListViewItem QListViewPrivate::indexToListViewItem ( const QModelIndex & index) const

Definition at line 1856 of file qlistview.cpp.

References commonListView, QCommonListViewBase::indexToListViewItem(), and isHidden().

Referenced by closestIndex().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ intersectingSet()

QList< QModelIndex > QListViewPrivate::intersectingSet ( const QRect & area,
bool doLayout = true ) const
inline

Definition at line 276 of file qlistview_p.h.

References area(), and QAbstractItemViewPrivate::executePostedLayout().

Referenced by draggablePaintPairs(), and selection().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isHidden()

bool QListViewPrivate::isHidden ( int row) const
inline

Definition at line 358 of file qlistview_p.h.

References QAbstractTableModel::index(), QAbstractItemViewPrivate::isPersistent(), and model.

Referenced by indexToListViewItem(), QCommonListViewBase::isHidden(), and selectAll().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ isHiddenOrDisabled()

bool QListViewPrivate::isHiddenOrDisabled ( int row) const
inline

Definition at line 371 of file qlistview_p.h.

References QAbstractItemViewPrivate::isIndexEnabled().

+ Here is the call graph for this function:

◆ isSelectionRectVisible()

bool QListViewPrivate::isSelectionRectVisible ( ) const
inline

Definition at line 355 of file qlistview_p.h.

◆ isWrapping()

bool QListViewPrivate::isWrapping ( ) const
inline

Definition at line 351 of file qlistview_p.h.

References wrap().

Referenced by doItemsLayout(), and QCommonListViewBase::isWrapping().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ itemSize()

QSize QListViewPrivate::itemSize ( const QStyleOptionViewItem & option,
const QModelIndex & index ) const

Definition at line 1912 of file qlistview.cpp.

References cachedItemSize, QAbstractItemModel::index(), QSize::isValid(), QAbstractItemViewPrivate::model, QAbstractItemViewPrivate::root, QAbstractItemModel::rowCount(), QAbstractItemDelegate::sizeHint(), and uniformItemSizes.

Referenced by QCommonListViewBase::itemSize().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ listViewItemToIndex()

QModelIndex QListViewPrivate::listViewItemToIndex ( const QListViewItem & item) const
inline

Definition at line 298 of file qlistview_p.h.

References QAbstractTableModel::index(), item, and model.

+ Here is the call graph for this function:

◆ mapToViewport()

QRect QListViewPrivate::mapToViewport ( const QRect & rect,
bool extend = true ) const

Definition at line 1864 of file qlistview.cpp.

References commonListView, QCommonListViewBase::mapToViewport(), and rect.

+ Here is the call graph for this function:

◆ modelIndex()

QModelIndex QListViewPrivate::modelIndex ( int row) const
inline

Definition at line 357 of file qlistview_p.h.

References QAbstractTableModel::index(), and model.

+ Here is the call graph for this function:

◆ prepareItemsLayout()

void QListViewPrivate::prepareItemsLayout ( )

Definition at line 1793 of file qlistview.cpp.

References QRect::adjust(), clear(), QAbstractItemModel::columnCount(), commonListView, flow, QStyleOption::initFrom(), layoutBounds, QListView::LeftToRight, QAbstractItemViewPrivate::model, QStyle::PM_DefaultFrameWidth, QStyle::PM_ScrollBarExtent, QStyle::PM_ScrollView_ScrollBarOverlap, QAbstractItemViewPrivate::root, QAbstractItemModel::rowCount(), Qt::ScrollBarAsNeeded, QCommonListViewBase::setRowCount(), and QStyle::SH_ScrollView_FrameOnlyAroundContents.

Referenced by doItemsLayout().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ rectForIndex()

QRect QListViewPrivate::rectForIndex ( const QModelIndex & index) const
inline

Definition at line 306 of file qlistview_p.h.

References QAbstractItemViewPrivate::executePostedLayout().

+ Here is the call graph for this function:

◆ removeCurrentAndDisabled()

void QListViewPrivate::removeCurrentAndDisabled ( QList< QModelIndex > * indexes,
const QModelIndex & current ) const

Definition at line 1975 of file qlistview.cpp.

References QAbstractItemViewPrivate::isIndexEnabled().

+ Here is the call graph for this function:

◆ resetBatchStartRow()

void QListViewPrivate::resetBatchStartRow ( )
inline

Definition at line 283 of file qlistview_p.h.

◆ scrollElasticBandBy()

void QListViewPrivate::scrollElasticBandBy ( int dx,
int dy )

Definition at line 3379 of file qlistview.cpp.

References QRect::bottom(), elasticBand, QRect::left(), QRect::moveBottom(), QRect::moveLeft(), QRect::moveRight(), QRect::moveTop(), QRect::right(), and QRect::top().

Referenced by QIconModeViewBase::scrollContentsBy().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ selectAll()

void QListViewPrivate::selectAll ( QItemSelectionModel::SelectionFlags command)
overridevirtual

Reimplemented from QAbstractItemViewPrivate.

Definition at line 577 of file qlistview.cpp.

References QList< T >::append(), QAbstractItemModel::columnCount(), QAbstractItemModel::index(), QList< T >::isEmpty(), isHidden(), QModelIndex::isValid(), QAbstractItemViewPrivate::model, QAbstractItemViewPrivate::root, QAbstractItemModel::rowCount(), QItemSelectionModel::select(), selection, and QAbstractItemViewPrivate::selectionModel.

+ Here is the call graph for this function:

◆ selection()

QItemSelection QListViewPrivate::selection ( const QRect & rect) const

Definition at line 1928 of file qlistview.cpp.

References QSet< T >::begin(), QSet< T >::end(), intersectingSet(), QModelIndex::isValid(), it, rect, QModelIndex::row(), QItemSelection::select(), and selection.

+ Here is the call graph for this function:

◆ selectionAllowed()

bool QListViewPrivate::selectionAllowed ( const QModelIndex & index) const
inlineoverridevirtual

Reimplemented from QAbstractItemViewPrivate.

Definition at line 334 of file qlistview_p.h.

References QListView::ListMode.

◆ setContentsSize()

void QListViewPrivate::setContentsSize ( int w,
int h )
inline

Definition at line 286 of file qlistview_p.h.

◆ setGridSize()

void QListViewPrivate::setGridSize ( const QSize & size)
inline

Definition at line 348 of file qlistview_p.h.

◆ setSelectionRectVisible()

void QListViewPrivate::setSelectionRectVisible ( bool visible)
inline

Definition at line 354 of file qlistview_p.h.

◆ setSpacing()

void QListViewPrivate::setSpacing ( int s)
inline

Definition at line 352 of file qlistview_p.h.

◆ setWrapping()

void QListViewPrivate::setWrapping ( bool b)
inline

Definition at line 350 of file qlistview_p.h.

References wrap().

+ Here is the call graph for this function:

◆ spacing()

int QListViewPrivate::spacing ( ) const
inline

Definition at line 353 of file qlistview_p.h.

Referenced by doItemsLayout(), and QCommonListViewBase::spacing().

+ Here is the caller graph for this function:

◆ verticalScrollToValue()

int QListViewPrivate::verticalScrollToValue ( const QModelIndex & index,
const QRect & rect,
QListView::ScrollHint hint ) const

Definition at line 567 of file qlistview.cpp.

References area(), commonListView, QAbstractItemView::EnsureVisible, hint(), rect, QCommonListViewBase::verticalScrollToValue(), and viewport().

+ Here is the call graph for this function:

◆ viewItemRect()

QRect QListViewPrivate::viewItemRect ( const QListViewItem & item) const
inline

Definition at line 294 of file qlistview_p.h.

References item.

Referenced by QCommonListViewBase::viewItemRect().

+ Here is the caller graph for this function:

◆ viewUpdateGeometries()

void QListViewPrivate::viewUpdateGeometries ( )
inline

Definition at line 326 of file qlistview_p.h.

Referenced by QIconModeViewBase::setPositionForIndex().

+ Here is the caller graph for this function:

Member Data Documentation

◆ batchLayoutTimer

QBasicTimer QListViewPrivate::batchLayoutTimer

Definition at line 413 of file qlistview_p.h.

◆ batchSize

int QListViewPrivate::batchSize

Definition at line 421 of file qlistview_p.h.

◆ cachedItemSize

QSize QListViewPrivate::cachedItemSize
mutable

Definition at line 420 of file qlistview_p.h.

Referenced by QCommonListViewBase::cachedItemSize(), clear(), and itemSize().

◆ column

int QListViewPrivate::column

Definition at line 418 of file qlistview_p.h.

Referenced by QCommonListViewBase::column(), and QCommonListViewBase::modelIndex().

◆ commonListView

◆ elasticBand

QRect QListViewPrivate::elasticBand

Definition at line 423 of file qlistview_p.h.

Referenced by scrollElasticBandBy().

◆ flow

QListView::Flow QListViewPrivate::flow

Definition at line 390 of file qlistview_p.h.

Referenced by doItemsLayout(), QCommonListViewBase::flow(), and prepareItemsLayout().

◆ grid

QSize QListViewPrivate::grid

Definition at line 388 of file qlistview_p.h.

Referenced by QIconModeViewBase::dataChanged().

◆ hiddenRows

◆ itemAlignment

Qt::Alignment QListViewPrivate::itemAlignment

◆ layoutBounds

QRect QListViewPrivate::layoutBounds

Definition at line 410 of file qlistview_p.h.

Referenced by doItemsLayout(), and prepareItemsLayout().

◆ layoutMode

QListView::LayoutMode QListViewPrivate::layoutMode

Definition at line 393 of file qlistview_p.h.

◆ modeProperties

uint QListViewPrivate::modeProperties

Definition at line 408 of file qlistview_p.h.

◆ movement

QListView::Movement QListViewPrivate::movement

Definition at line 391 of file qlistview_p.h.

Referenced by QCommonListViewBase::movement().

◆ resizeMode

QListView::ResizeMode QListViewPrivate::resizeMode

Definition at line 392 of file qlistview_p.h.

◆ showElasticBand

bool QListViewPrivate::showElasticBand

Definition at line 424 of file qlistview_p.h.

◆ space

int QListViewPrivate::space

Definition at line 387 of file qlistview_p.h.

◆ uniformItemSizes

bool QListViewPrivate::uniformItemSizes

Definition at line 419 of file qlistview_p.h.

Referenced by itemSize(), and QCommonListViewBase::uniformItemSizes().

◆ viewMode

QListView::ViewMode QListViewPrivate::viewMode

Definition at line 394 of file qlistview_p.h.

◆ wrap

bool QListViewPrivate::wrap

Definition at line 386 of file qlistview_p.h.


The documentation for this class was generated from the following files: