![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qrangemodel_impl.h>
Static Public Member Functions | |
| static Q_CORE_EXPORT QRangeModelImplBase * | getImplementation (QRangeModel *model) |
| static Q_CORE_EXPORT const QRangeModelImplBase * | getImplementation (const QRangeModel *model) |
| static Q_CORE_EXPORT QHash< int, QByteArray > | roleNamesForMetaObject (const QAbstractItemModel &model, const QMetaObject &metaObject) |
| static Q_CORE_EXPORT QHash< int, QByteArray > | roleNamesForSimpleType () |
Friends | |
| class | QRangeModelPrivate |
| struct | PropertyChangedHandler |
Additional Inherited Members | |
| Protected Types inherited from QtPrivate::QQuasiVirtualInterface< QRangeModelImplBase > | |
| using | base_interface |
| using | CallFN |
Definition at line 948 of file qrangemodel_impl.h.
Definition at line 994 of file qrangemodel_impl.h.
Definition at line 1005 of file qrangemodel_impl.h.
| using QRangeModelImplBase::Data = Method<&Self::data> |
Definition at line 1008 of file qrangemodel_impl.h.
| using QRangeModelImplBase::Flags = Method<&Self::flags> |
Definition at line 1006 of file qrangemodel_impl.h.
Definition at line 1007 of file qrangemodel_impl.h.
| using QRangeModelImplBase::Index = Method<&Self::index> |
Definition at line 1002 of file qrangemodel_impl.h.
Definition at line 995 of file qrangemodel_impl.h.
Definition at line 998 of file qrangemodel_impl.h.
Definition at line 990 of file qrangemodel_impl.h.
Definition at line 1009 of file qrangemodel_impl.h.
| using QRangeModelImplBase::MethodTemplates |
Definition at line 1018 of file qrangemodel_impl.h.
Definition at line 997 of file qrangemodel_impl.h.
Definition at line 1000 of file qrangemodel_impl.h.
Definition at line 1014 of file qrangemodel_impl.h.
| using QRangeModelImplBase::Parent = Method<&Self::parent> |
Definition at line 1011 of file qrangemodel_impl.h.
Definition at line 996 of file qrangemodel_impl.h.
Definition at line 999 of file qrangemodel_impl.h.
Definition at line 1010 of file qrangemodel_impl.h.
Definition at line 1004 of file qrangemodel_impl.h.
Definition at line 1015 of file qrangemodel_impl.h.
| using QRangeModelImplBase::SetData = Method<&Self::setData> |
Definition at line 992 of file qrangemodel_impl.h.
Definition at line 991 of file qrangemodel_impl.h.
Definition at line 993 of file qrangemodel_impl.h.
| using QRangeModelImplBase::Sibling = Method<&Self::sibling> |
Definition at line 1003 of file qrangemodel_impl.h.
|
strong |
| Enumerator | |
|---|---|
| None | |
| Full | |
| OnRead | |
Definition at line 955 of file qrangemodel_impl.h.
|
inlineexplicitprotected |
Definition at line 1055 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 225 of file qrangemodel.h.
|
inlineprotected |
Definition at line 162 of file qrangemodel.h.
|
inlineprotected |
Definition at line 190 of file qrangemodel.h.
|
inlineprotected |
Definition at line 178 of file qrangemodel.h.
|
inlineprotected |
Definition at line 206 of file qrangemodel.h.
|
inlineprotected |
Definition at line 170 of file qrangemodel.h.
|
inlineprotected |
Definition at line 198 of file qrangemodel.h.
|
inlineprotected |
Definition at line 154 of file qrangemodel.h.
|
protected |
Definition at line 129 of file qrangemodel.cpp.
|
inlineprotected |
Definition at line 140 of file qrangemodel.h.
| bool QRangeModelImplBase::clearItemData | ( | const QModelIndex & | index | ) |
| int QRangeModelImplBase::columnCount | ( | const QModelIndex & | parent | ) | const |
|
staticprotected |
Definition at line 152 of file qrangemodel.cpp.
|
staticprotected |
Definition at line 215 of file qrangemodel.cpp.
|
staticprotected |
Definition at line 238 of file qrangemodel.cpp.
|
staticprotected |
Definition at line 192 of file qrangemodel.cpp.
|
staticprotected |
Definition at line 222 of file qrangemodel.cpp.
|
inlineprotected |
Definition at line 136 of file qrangemodel.h.
| QVariant QRangeModelImplBase::data | ( | const QModelIndex & | index, |
| int | role ) const |
|
inlineprotected |
Definition at line 149 of file qrangemodel.h.
|
inlineprotected |
Definition at line 166 of file qrangemodel.h.
|
inlineprotected |
Definition at line 194 of file qrangemodel.h.
|
inlineprotected |
Definition at line 185 of file qrangemodel.h.
|
inlineprotected |
Definition at line 212 of file qrangemodel.h.
|
inlineprotected |
Definition at line 174 of file qrangemodel.h.
|
inlineprotected |
Definition at line 202 of file qrangemodel.h.
|
inlineprotected |
Definition at line 158 of file qrangemodel.h.
| Qt::ItemFlags QRangeModelImplBase::flags | ( | const QModelIndex & | index | ) | const |
|
static |
Definition at line 124 of file qrangemodel.cpp.
|
static |
Definition at line 119 of file qrangemodel.cpp.
| QVariant QRangeModelImplBase::headerData | ( | int | section, |
| Qt::Orientation | orientation, | ||
| int | role ) const |
| QModelIndex QRangeModelImplBase::index | ( | int | row, |
| int | column, | ||
| const QModelIndex & | parent ) const |
| bool QRangeModelImplBase::insertColumns | ( | int | column, |
| int | count, | ||
| const QModelIndex & | parent ) |
| bool QRangeModelImplBase::insertRows | ( | int | row, |
| int | count, | ||
| const QModelIndex & | parent ) |
| void QRangeModelImplBase::invalidateCaches | ( | ) |
| QMap< int, QVariant > QRangeModelImplBase::itemData | ( | const QModelIndex & | index | ) | const |
|
inline |
Definition at line 216 of file qrangemodel.h.
|
inline |
Definition at line 220 of file qrangemodel.h.
| bool QRangeModelImplBase::moveColumns | ( | const QModelIndex & | sourceParent, |
| int | sourceColumn, | ||
| int | count, | ||
| const QModelIndex & | destParent, | ||
| int | destColumn ) |
| bool QRangeModelImplBase::moveRows | ( | const QModelIndex & | sourceParent, |
| int | sourceRow, | ||
| int | count, | ||
| const QModelIndex & | destParent, | ||
| int | destRow ) |
| void QRangeModelImplBase::multiData | ( | const QModelIndex & | index, |
| QModelRoleDataSpan | roleDataSpan ) const |
| QModelIndex QRangeModelImplBase::parent | ( | const QModelIndex & | child | ) | const |
| bool QRangeModelImplBase::removeColumns | ( | int | column, |
| int | count, | ||
| const QModelIndex & | parent ) |
| bool QRangeModelImplBase::removeRows | ( | int | row, |
| int | count, | ||
| const QModelIndex & | parent ) |
|
inline |
Definition at line 145 of file qrangemodel.h.
|
static |
Definition at line 1341 of file qrangemodel.cpp.
|
static |
Definition at line 1360 of file qrangemodel.cpp.
|
staticprotected |
Using metaObject, return a mapping of roles to the matching QMetaProperties.
Definition at line 139 of file qrangemodel.cpp.
| int QRangeModelImplBase::rowCount | ( | const QModelIndex & | parent | ) | const |
| void QRangeModelImplBase::setAutoConnectPolicy | ( | ) |
| bool QRangeModelImplBase::setData | ( | const QModelIndex & | index, |
| const QVariant & | data, | ||
| int | role ) |
| bool QRangeModelImplBase::setHeaderData | ( | int | section, |
| Qt::Orientation | orientation, | ||
| const QVariant & | data, | ||
| int | role ) |
| bool QRangeModelImplBase::setItemData | ( | const QModelIndex & | index, |
| const QMap< int, QVariant > & | data ) |
| QModelIndex QRangeModelImplBase::sibling | ( | int | row, |
| int | column, | ||
| const QModelIndex & | index ) const |
|
friend |
Definition at line 1050 of file qrangemodel_impl.h.
|
friend |
Definition at line 1049 of file qrangemodel_impl.h.