![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrangemodeladapter.h>
Public Types | |
| using | value_type = data_type |
| using | const_value_type = const_data_type |
| using | pointer = QRangeModelDetails::data_pointer_t<const_value_type> |
Public Member Functions | |
| DataReference (const QModelIndex &index) noexcept | |
| DataReference (const DataReference &other)=default | |
| DataReference (DataReference &&other)=default | |
| DataReference & | operator= (const DataReference &other) |
| DataReference & | operator= (DataReference &&other) |
| ~DataReference ()=default | |
| DataReference & | operator= (const value_type &value) |
| DataReference & | operator= (value_type &&value) |
| const_value_type | get () const |
| operator const_value_type () const | |
| pointer | operator-> () const |
| bool | isValid () const |
Friends | |
| bool | comparesEqual (const DataReference &lhs, const DataReference &rhs) |
| bool | comparesEqual (const DataReference &lhs, const value_type &rhs) |
| void | swap (DataReference lhs, DataReference rhs) |
| QDebug | operator<< (QDebug dbg, const DataReference &ref) |
| QDataStream & | operator<< (QDataStream &ds, const DataReference &ref) |
| QDataStream & | operator>> (QDataStream &ds, DataReference &ref) |
Definition at line 146 of file qrangemodeladapter.h.
| using QRangeModelAdapter< Range, Protocol, Model >::DataReference::const_value_type = const_data_type |
Definition at line 149 of file qrangemodeladapter.h.
| using QRangeModelAdapter< Range, Protocol, Model >::DataReference::pointer = QRangeModelDetails::data_pointer_t<const_value_type> |
Definition at line 150 of file qrangemodeladapter.h.
| using QRangeModelAdapter< Range, Protocol, Model >::DataReference::value_type = data_type |
Definition at line 148 of file qrangemodeladapter.h.
|
inlineexplicitnoexcept |
Definition at line 152 of file qrangemodeladapter.h.
|
default |
|
default |
|
default |
|
inline |
Definition at line 188 of file qrangemodeladapter.h.
|
inline |
Definition at line 204 of file qrangemodeladapter.h.
|
inline |
Definition at line 194 of file qrangemodeladapter.h.
|
inline |
Definition at line 199 of file qrangemodeladapter.h.
|
inline |
Definition at line 162 of file qrangemodeladapter.h.
|
inline |
Definition at line 176 of file qrangemodeladapter.h.
|
inline |
Definition at line 168 of file qrangemodeladapter.h.
|
inline |
Definition at line 182 of file qrangemodeladapter.h.
|
friend |
Definition at line 236 of file qrangemodeladapter.h.
|
friend |
Definition at line 243 of file qrangemodeladapter.h.
|
friend |
Definition at line 263 of file qrangemodeladapter.h.
|
friend |
Definition at line 257 of file qrangemodeladapter.h.
|
friend |
Definition at line 267 of file qrangemodeladapter.h.
|
friend |
Definition at line 249 of file qrangemodeladapter.h.