![]() |
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 2120 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2846 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2716 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2465 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2357 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2398 of file qlistview.cpp.
|
overridevirtual |
Implements QCommonListViewBase.
Definition at line 2471 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 2662 of file qlistview.cpp.
|
inlineoverridevirtual |
Implements QCommonListViewBase.
Definition at line 177 of file qlistview_p.h.
Reimplemented from QCommonListViewBase.
Definition at line 2722 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2419 of file qlistview.cpp.
|
inlineoverridevirtual |
Implements QCommonListViewBase.
Definition at line 181 of file qlistview_p.h.
Reimplemented from QCommonListViewBase.
Definition at line 2310 of file qlistview.cpp.
Reimplemented from QCommonListViewBase.
Definition at line 2289 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2378 of file qlistview.cpp.
|
overridevirtual |
Reimplemented from QCommonListViewBase.
Definition at line 2329 of file qlistview.cpp.
|
inlinestatic |
Definition at line 2002 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.