Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QRangeModelImpl< Structure, Range, Protocol >::ItemReader Struct Reference

#include <qrangemodel_impl.h>

Collaboration diagram for QRangeModelImpl< Structure, Range, Protocol >::ItemReader:

Public Member Functions

template<typename value_type>
void operator() (const value_type &value) const

Public Attributes

const QModelIndexindex
QModelRoleDataSpan roleDataSpan
const QRangeModelImplthat
bool & tried

Detailed Description

template<typename Structure, typename Range, typename Protocol = QRangeModelDetails::table_protocol_t<Range>>
struct QRangeModelImpl< Structure, Range, Protocol >::ItemReader

Definition at line 1445 of file qrangemodel_impl.h.

Member Function Documentation

◆ operator()()

template<typename Structure, typename Range, typename Protocol = QRangeModelDetails::table_protocol_t<Range>>
template<typename value_type>
void QRangeModelImpl< Structure, Range, Protocol >::ItemReader::operator() ( const value_type & value) const
inline

Definition at line 1448 of file qrangemodel_impl.h.

References tried.

Member Data Documentation

◆ index

template<typename Structure, typename Range, typename Protocol = QRangeModelDetails::table_protocol_t<Range>>
const QModelIndex& QRangeModelImpl< Structure, Range, Protocol >::ItemReader::index

Definition at line 1540 of file qrangemodel_impl.h.

◆ roleDataSpan

template<typename Structure, typename Range, typename Protocol = QRangeModelDetails::table_protocol_t<Range>>
QModelRoleDataSpan QRangeModelImpl< Structure, Range, Protocol >::ItemReader::roleDataSpan

Definition at line 1541 of file qrangemodel_impl.h.

◆ that

template<typename Structure, typename Range, typename Protocol = QRangeModelDetails::table_protocol_t<Range>>
const QRangeModelImpl* QRangeModelImpl< Structure, Range, Protocol >::ItemReader::that

Definition at line 1542 of file qrangemodel_impl.h.

◆ tried

template<typename Structure, typename Range, typename Protocol = QRangeModelDetails::table_protocol_t<Range>>
bool& QRangeModelImpl< Structure, Range, Protocol >::ItemReader::tried

Definition at line 1543 of file qrangemodel_impl.h.

Referenced by operator()().


The documentation for this struct was generated from the following file: