![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
\inmodule QtCore More...
#include <qrangemodel.h>
\inmodule QtCore
The ItemAccess template provides a customization point to control how QRangeModel accesses role data of individual items.
ItemAccess<T> is a struct template where T specifies the item type. Specialize this template for the type used in your data structure, and implement the relevant class member functions.
\dots
A specialization of this type will take precedence over any predefined behavior, and over a corresponding specialization of \l{QRangeModel::}{RowOptions}.
Definition at line 70 of file qrangemodel.h.