![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qlistview_p.h>
Static Public Member Functions | |
static QSize | viewportSize (const QAbstractItemView *v) |
Public Attributes | |
QList< int > | flowPositions |
QList< int > | segmentPositions |
QList< int > | segmentStartRows |
QList< int > | segmentExtents |
QList< int > | scrollValueMap |
int | batchSavedPosition |
![]() | |
QListViewPrivate * | dd |
QListView * | |
QSize | contentsSize |
int | batchStartRow |
int | batchSavedDeltaSeg |
Definition at line 161 of file qlistview_p.h.
QListModeViewBase::QListModeViewBase | ( | QListView * | q, |
QListViewPrivate * | d ) |
Definition at line 2119 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2845 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2715 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2464 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2356 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2397 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2470 of file qlistview.cpp.
|
overridevirtual |
Finds the set of items intersecting with area. In this function, itemsize is counted from topleft to the start of the next item.
Implements QCommonListViewBase.
Definition at line 2661 of file qlistview.cpp.
|
inlineoverridevirtual |
Implements QCommonListViewBase.
Definition at line 176 of file qlistview_p.h.
Reimplemented from QCommonListViewBase.
Definition at line 2721 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2418 of file qlistview.cpp.
|
inlineoverridevirtual |
Implements QCommonListViewBase.
Definition at line 180 of file qlistview_p.h.
Reimplemented from QCommonListViewBase.
Definition at line 2309 of file qlistview.cpp.
Reimplemented from QCommonListViewBase.
Definition at line 2288 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2377 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2328 of file qlistview.cpp.
|
inlinestatic |
Definition at line 2001 of file qlistview.cpp.
int QListModeViewBase::batchSavedPosition |
Definition at line 173 of file qlistview_p.h.
QList<int> QListModeViewBase::flowPositions |
Definition at line 166 of file qlistview_p.h.
QList<int> QListModeViewBase::scrollValueMap |
Definition at line 170 of file qlistview_p.h.
QList<int> QListModeViewBase::segmentExtents |
Definition at line 169 of file qlistview_p.h.
QList<int> QListModeViewBase::segmentPositions |
Definition at line 167 of file qlistview_p.h.
QList<int> QListModeViewBase::segmentStartRows |
Definition at line 168 of file qlistview_p.h.