![]() |
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 |
Public Attributes inherited from QCommonListViewBase | |
QListViewPrivate * | dd |
QListView * | |
QSize | contentsSize |
int | batchStartRow |
int | batchSavedDeltaSeg |
Definition at line 162 of file qlistview_p.h.
QListModeViewBase::QListModeViewBase | ( | QListView * | q, |
QListViewPrivate * | d ) |
Definition at line 2121 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2847 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2717 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2466 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2358 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2399 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2472 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 2663 of file qlistview.cpp.
|
inlineoverridevirtual |
Implements QCommonListViewBase.
Definition at line 177 of file qlistview_p.h.
Reimplemented from QCommonListViewBase.
Definition at line 2723 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2420 of file qlistview.cpp.
|
inlineoverridevirtual |
Implements QCommonListViewBase.
Definition at line 181 of file qlistview_p.h.
Reimplemented from QCommonListViewBase.
Definition at line 2311 of file qlistview.cpp.
Reimplemented from QCommonListViewBase.
Definition at line 2290 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2379 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2330 of file qlistview.cpp.
|
inlinestatic |
Definition at line 2003 of file qlistview.cpp.
int QListModeViewBase::batchSavedPosition |
Definition at line 174 of file qlistview_p.h.
QList<int> QListModeViewBase::flowPositions |
Definition at line 167 of file qlistview_p.h.
QList<int> QListModeViewBase::scrollValueMap |
Definition at line 171 of file qlistview_p.h.
QList<int> QListModeViewBase::segmentExtents |
Definition at line 170 of file qlistview_p.h.
QList<int> QListModeViewBase::segmentPositions |
Definition at line 168 of file qlistview_p.h.
QList<int> QListModeViewBase::segmentStartRows |
Definition at line 169 of file qlistview_p.h.