![]() |
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>
Classes | |
| struct | EmptyRowGenerator |
| struct | ItemReader |
| struct | unordered |
| struct | Compare |
| struct | MimeDataRowIterator |
| struct | MimeDataItemIterator |
| struct | MimeDataRange |
Public Member Functions | |
| QRangeModelImpl (Range &&model, Protocol &&protocol, QRangeModel *itemModel) | |
| void | interfaceVersion (int &versionNumber) const |
| void | invalidateCaches () |
| bool | setHeaderData (int, Qt::Orientation, const QVariant &, int) |
| QModelIndex | index (int row, int column, const QModelIndex &parent) const |
| QModelIndex | sibling (int row, int column, const QModelIndex &index) const |
| Qt::ItemFlags | flags (const QModelIndex &index) const |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
| QVariant | data (const QModelIndex &index, int role) const |
| QMap< int, QVariant > | itemData (const QModelIndex &index) const |
| void | multiData (const QModelIndex &index, QModelRoleDataSpan roleDataSpan) const |
| bool | setData (const QModelIndex &index, const QVariant &data, int role) |
| template<typename LHS, typename RHS> | |
| void | updateTarget (LHS &org, RHS &©) noexcept |
| template<typename LHS, typename RHS> | |
| void | updateTarget (LHS *org, RHS &©) noexcept |
| bool | setItemData (const QModelIndex &index, const QMap< int, QVariant > &data) |
| bool | clearItemData (const QModelIndex &index) |
| QHash< int, QByteArray > | roleNames () const |
| bool | autoConnectPropertiesInRow (const row_type &row, int rowIndex, const QModelIndex &parent) const |
| void | clearConnectionInRow (const row_type &row, int rowIndex, const QModelIndex &parent) const |
| void | setAutoConnectPolicy () |
| void | sort (int column, Qt::SortOrder order) |
| template<typename LessThan> | |
| void | sortSubRange (range_type &range, row_ptr expectedParent, const LessThan &lessThan) |
| QModelIndexList | match (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const |
| bool | matchRow (const_row_reference row, const QModelIndex &index, int role, const QVariant &value, Qt::MatchFlags flags, const QCollator &collator) const |
| template<typename InsertFn> | |
| bool | doInsertColumns (int column, int count, const QModelIndex &parent, InsertFn insertFn) |
| bool | insertColumns (int column, int count, const QModelIndex &parent) |
| bool | removeColumns (int column, int count, const QModelIndex &parent) |
| bool | moveColumns (const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destParent, int destColumn) |
| template<typename InsertFn> | |
| bool | doInsertRows (int row, int count, const QModelIndex &parent, InsertFn &&insertFn) |
| bool | insertRows (int row, int count, const QModelIndex &parent) |
| bool | removeRows (int row, int count, const QModelIndex &parent={}) |
| bool | moveRows (const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destParent, int destRow) |
| const protocol_type & | protocol () const |
| protocol_type & | protocol () |
| QModelIndex | parent (const QModelIndex &child) const |
| int | rowCount (const QModelIndex &parent) const |
| int | columnCount (const QModelIndex &parent) const |
| void | destroy () |
| Qt::DropActions | adjustSupportedDragActions (Qt::DropActions dragActions) |
| Qt::DropActions | adjustSupportedDropActions (Qt::DropActions dropActions) |
| QStringList | mimeTypes () const |
| bool | canDropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &target) const |
| template<Qt::Orientation orient, typename Entry> | |
| bool | doDropMimeData (std::vector< QRangeModelDetails::DroppedEntry< Entry > > &droppedEntries, DropOperation dropOperation, int row, int column, const QModelIndex &target) |
| bool | dropMimeData (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &target) |
| QMimeData * | mimeData (const QModelIndexList &indexes) const |
| Public Member Functions inherited from Interface | |
| Interface ()=default | |
| Interface (const QCborValue &cbor) | |
Static Public Member Functions | |
| static constexpr bool | isMutable () |
| static constexpr bool | dynamicRows () |
| static constexpr bool | dynamicColumns () |
| static constexpr bool | isRangeModelRole (int role) |
| static constexpr bool | isPrimaryRole (int role) |
| static constexpr int | fixedColumnCount () |
Static Public Attributes | |
| static constexpr bool | itemsAreQObjects |
| static constexpr bool | rowsAreQObjects |
Protected Types | |
| using | Self = QRangeModelImpl<Structure, Range, Protocol> |
| using | Ancestor = QtPrivate::QQuasiVirtualSubclass<Self, QRangeModelImplBase> |
| using | row_ptr = wrapped_row_type * |
| using | const_row_ptr = const wrapped_row_type * |
| using | AutoConnectPolicy = typename Ancestor::AutoConnectPolicy |
| using | DropOperation = typename Ancestor::DropOperation |
Protected Member Functions | |
| Structure & | that () |
| const Structure & | that () const |
| auto | maybeBlockDataChangedDispatch () |
| ~QRangeModelImpl () | |
| void | deleteOwnedRows () |
| template<typename F> | |
| bool | writeAt (const QModelIndex &index, F &&writer) |
| template<typename F> | |
| bool | readAt (const QModelIndex &index, F &&reader) const |
| template<typename ItemType> | |
| QMetaProperty | roleProperty (int role) const |
| void | connectPropertyOnRead (const QModelIndex &index, int role, const QObject *gadget, const QMetaProperty &prop) const |
| template<typename ItemType> | |
| QVariant | readRole (const QModelIndex &index, int role, ItemType *gadget) const |
| template<typename ItemType> | |
| QVariant | readRole (const QModelIndex &index, int role, const ItemType &gadget) const |
| template<typename ItemType> | |
| QVariant | readProperty (const QModelIndex &index, ItemType *gadget) const |
| template<typename ItemType> | |
| QVariant | readProperty (const QModelIndex &index, const ItemType &gadget) const |
| template<typename ItemType> | |
| bool | writeRole (int role, ItemType *gadget, const QVariant &data) |
| template<typename ItemType> | |
| bool | writeRole (int role, ItemType &&gadget, const QVariant &data) |
| const_row_reference | rowData (const QModelIndex &index) const |
| row_reference | rowData (const QModelIndex &index) |
| const range_type * | childRange (const QModelIndex &index) const |
| range_type * | childRange (const QModelIndex &index) |
| Protected Member Functions inherited from QtPrivate::QQuasiVirtualSubclass< Subclass, Interface > | |
| template<typename... Args> | |
| QQuasiVirtualSubclass (Args &&... args) | |
Static Protected Member Functions | |
| template<typename C> | |
| static constexpr int | size (const C &c) |
| static constexpr bool | canInsertRows () |
| static constexpr bool | canRemoveRows () |
| template<typename Value> | |
| static QVariant | read (const Value &value) |
| template<typename Value> | |
| static QVariant | read (Value *value) |
| template<typename Target> | |
| static bool | write (Target &target, const QVariant &value) |
| template<typename Target> | |
| static bool | write (Target *target, const QVariant &value) |
| template<typename ItemType> | |
| static QVariant | readProperty (const QMetaProperty &prop, ItemType *gadget) |
| template<typename ItemType> | |
| static bool | writeProperty (const QMetaProperty &prop, ItemType *gadget, const QVariant &data) |
| template<typename ItemType> | |
| static bool | writeProperty (int property, ItemType *gadget, const QVariant &data) |
| template<typename ItemType> | |
| static bool | writeProperty (int property, ItemType &&gadget, const QVariant &data) |
| template<typename ItemType> | |
| static bool | resetProperty (int property, ItemType *object) |
| template<typename ItemType> | |
| static bool | resetProperty (int property, ItemType &&object) |
Protected Attributes | |
| ModelData | m_data |
Static Protected Attributes | |
| static constexpr int | static_row_count = QRangeModelDetails::static_size_v<range_type> |
| static constexpr bool | rows_are_raw_pointers = std::is_pointer_v<row_type> |
| static constexpr bool | rows_are_owning_or_raw_pointers |
| static constexpr int | static_column_count = QRangeModelDetails::static_size_v<row_type> |
| static constexpr bool | one_dimensional_range = static_column_count == 0 |
| template<typename T> | |
| static constexpr bool | has_metaobject |
Friends | |
| template<typename, typename, typename> | |
| class | QRangeModelAdapter |
Additional Inherited Members | |
| Public Attributes inherited from Interface | |
| QAnyStringView | className |
Definition at line 1394 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::AdjustSupportedDragActions |
Definition at line 3291 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::AdjustSupportedDropActions |
Definition at line 3293 of file qrangemodel_impl.h.
|
protected |
Definition at line 1436 of file qrangemodel_impl.h.
|
protected |
Definition at line 1520 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::CanDropMimeData = Override<QRangeModelImplBase::CanDropMimeData, &Self::canDropMimeData> |
Definition at line 3297 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::ClearItemData = Override<QRangeModelImplBase::ClearItemData, &Self::clearItemData> |
Definition at line 3276 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::ColumnCount = Override<QRangeModelImplBase::ColumnCount, &Self::columnCount> |
Definition at line 3265 of file qrangemodel_impl.h.
|
protected |
Definition at line 1483 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::const_row_reference = decltype(*std::declval<typename ModelData::const_iterator&>()) |
Definition at line 1425 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Data = Override<QRangeModelImplBase::Data, &Self::data> |
Definition at line 3269 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Destroy = Override<QRangeModelImplBase::Destroy, &Self::destroy> |
Definition at line 3260 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::DropMimeData = Override<QRangeModelImplBase::DropMimeData, &Self::dropMimeData> |
Definition at line 3298 of file qrangemodel_impl.h.
|
protected |
Definition at line 1521 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Flags = Override<QRangeModelImplBase::Flags, &Self::flags> |
Definition at line 3266 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::HeaderData = Override<QRangeModelImplBase::HeaderData, &Self::headerData> |
Definition at line 3267 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Index = Override<QRangeModelImplBase::Index, &Self::index> |
Definition at line 3261 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::InsertColumns = Override<QRangeModelImplBase::InsertColumns, &Self::insertColumns> |
Definition at line 3277 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::InsertRows = Override<QRangeModelImplBase::InsertRows, &Self::insertRows> |
Definition at line 3280 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::InterfaceVersion = Override<QRangeModelImplBase::InterfaceVersion, &Self::interfaceVersion> |
Definition at line 3288 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::InvalidateCaches = Override<QRangeModelImplBase::InvalidateCaches, &Self::invalidateCaches> |
Definition at line 3272 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::ItemData = Override<QRangeModelImplBase::ItemData, &Self::itemData> |
Definition at line 3270 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Match = Override<QRangeModelImplBase::Match, &Self::match> |
Definition at line 3290 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::MimeData = Override<QRangeModelImplBase::MimeData, &Self::mimeData> |
Definition at line 3299 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::MimeTypes = Override<QRangeModelImplBase::MimeTypes, &Self::mimeTypes> |
Definition at line 3296 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::ModelData |
Definition at line 1415 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::MoveColumns = Override<QRangeModelImplBase::MoveColumns, &Self::moveColumns> |
Definition at line 3279 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::MoveRows = Override<QRangeModelImplBase::MoveRows, &Self::moveRows> |
Definition at line 3282 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::MultiData = Override<QRangeModelImplBase::MultiData, &Self::multiData> |
Definition at line 3284 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Override = typename Ancestor::template Override<BaseMethod, overridden> |
Definition at line 3258 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Parent = Override<QRangeModelImplBase::Parent, &Self::parent> |
Definition at line 3262 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::protocol_traits = QRangeModelDetails::protocol_traits<Range, protocol_type> |
Definition at line 1408 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::protocol_type = QRangeModelDetails::wrapped_t<Protocol> |
Definition at line 1407 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::ProtocolStorage = QtPrivate::CompactStorage<Protocol> |
Definition at line 1423 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::range_features = QRangeModelDetails::range_traits<range_type> |
Definition at line 1401 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::range_type = QRangeModelDetails::wrapped_t<Range> |
Definition at line 1400 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::RemoveColumns = Override<QRangeModelImplBase::RemoveColumns, &Self::removeColumns> |
Definition at line 3278 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::RemoveRows = Override<QRangeModelImplBase::RemoveRows, &Self::removeRows> |
Definition at line 3281 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::RoleNames = Override<QRangeModelImplBase::RoleNames, &Self::roleNames> |
Definition at line 3271 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::row_features = QRangeModelDetails::range_traits<wrapped_row_type> |
Definition at line 1405 of file qrangemodel_impl.h.
|
protected |
Definition at line 1482 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::row_reference = decltype(*QRangeModelDetails::adl_begin(std::declval<range_type&>())) |
Definition at line 1402 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::row_traits = QRangeModelDetails::row_traits<std::remove_cv_t<wrapped_row_type>> |
Definition at line 1406 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::row_type = std::remove_reference_t<row_reference> |
Definition at line 1403 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::RowCount = Override<QRangeModelImplBase::RowCount, &Self::rowCount> |
Definition at line 3264 of file qrangemodel_impl.h.
|
protected |
Definition at line 1435 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::SetAutoConnectPolicy |
Definition at line 3285 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::SetData = Override<QRangeModelImplBase::SetData, &Self::setData> |
Definition at line 3274 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::SetHeaderData = Override<QRangeModelImplBase::SetHeaderData, &Self::setHeaderData> |
Definition at line 3273 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::SetItemData = Override<QRangeModelImplBase::SetItemData, &Self::setItemData> |
Definition at line 3275 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Sibling = Override<QRangeModelImplBase::Sibling, &Self::sibling> |
Definition at line 3263 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::Sort = Override<QRangeModelImplBase::Sort, &Self::sort> |
Definition at line 3289 of file qrangemodel_impl.h.
| using QRangeModelImpl< Structure, Range, Protocol >::wrapped_row_type = QRangeModelDetails::wrapped_t<row_type> |
Definition at line 1404 of file qrangemodel_impl.h.
|
inlineexplicit |
Definition at line 1533 of file qrangemodel_impl.h.
Referenced by QRangeModelImpl().
|
inlineprotected |
Definition at line 3302 of file qrangemodel_impl.h.
|
inline |
Definition at line 2819 of file qrangemodel_impl.h.
|
inline |
Definition at line 2824 of file qrangemodel_impl.h.
|
inline |
Definition at line 2181 of file qrangemodel_impl.h.
|
inline |
Definition at line 2843 of file qrangemodel_impl.h.
|
inlinestaticconstexprprotected |
Definition at line 3341 of file qrangemodel_impl.h.
Referenced by insertRows().
|
inlinestaticconstexprprotected |
Definition at line 3361 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3612 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3603 of file qrangemodel_impl.h.
|
inline |
Definition at line 2195 of file qrangemodel_impl.h.
|
inline |
Definition at line 2139 of file qrangemodel_impl.h.
|
inline |
Definition at line 2815 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3456 of file qrangemodel_impl.h.
|
inline |
Definition at line 1711 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3307 of file qrangemodel_impl.h.
Referenced by ~QRangeModelImpl().
|
inline |
Definition at line 2817 of file qrangemodel_impl.h.
|
inline |
Definition at line 2871 of file qrangemodel_impl.h.
|
inline |
Definition at line 2534 of file qrangemodel_impl.h.
|
inline |
Definition at line 2653 of file qrangemodel_impl.h.
|
inline |
Definition at line 3004 of file qrangemodel_impl.h.
|
inlinestaticconstexpr |
Definition at line 1531 of file qrangemodel_impl.h.
Referenced by moveColumns().
|
inlinestaticconstexpr |
Definition at line 1530 of file qrangemodel_impl.h.
|
inlinestaticconstexpr |
Definition at line 2808 of file qrangemodel_impl.h.
|
inline |
Definition at line 1583 of file qrangemodel_impl.h.
|
inline |
Definition at line 1687 of file qrangemodel_impl.h.
|
inline |
Definition at line 1554 of file qrangemodel_impl.h.
|
inline |
Definition at line 2571 of file qrangemodel_impl.h.
|
inline |
Definition at line 2688 of file qrangemodel_impl.h.
|
inline |
Definition at line 1543 of file qrangemodel_impl.h.
|
inline |
Definition at line 1548 of file qrangemodel_impl.h.
|
inlinestaticconstexpr |
Definition at line 1524 of file qrangemodel_impl.h.
|
inlinestaticconstexpr |
Definition at line 1727 of file qrangemodel_impl.h.
|
inlinestaticconstexpr |
Definition at line 1721 of file qrangemodel_impl.h.
|
inline |
Definition at line 1732 of file qrangemodel_impl.h.
|
inline |
Definition at line 2488 of file qrangemodel_impl.h.
|
inline |
Definition at line 2499 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 1472 of file qrangemodel_impl.h.
Referenced by setData(), and setItemData().
|
inline |
Definition at line 3235 of file qrangemodel_impl.h.
|
inline |
Definition at line 2832 of file qrangemodel_impl.h.
|
inline |
Definition at line 2620 of file qrangemodel_impl.h.
|
inline |
Definition at line 2767 of file qrangemodel_impl.h.
|
inline |
Definition at line 1866 of file qrangemodel_impl.h.
|
inline |
Definition at line 2804 of file qrangemodel_impl.h.
|
inline |
Definition at line 2802 of file qrangemodel_impl.h.
|
inline |
Definition at line 2801 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3393 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3401 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3385 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3498 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3520 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3507 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3492 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3473 of file qrangemodel_impl.h.
|
inline |
Definition at line 2583 of file qrangemodel_impl.h.
|
inline |
Definition at line 2711 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3585 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3565 of file qrangemodel_impl.h.
|
inline |
Definition at line 2173 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3434 of file qrangemodel_impl.h.
|
inline |
Definition at line 2806 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3597 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3591 of file qrangemodel_impl.h.
|
inline |
Definition at line 2209 of file qrangemodel_impl.h.
|
inline |
Definition at line 1874 of file qrangemodel_impl.h.
|
inline |
Definition at line 1551 of file qrangemodel_impl.h.
|
inline |
Definition at line 2029 of file qrangemodel_impl.h.
|
inline |
Definition at line 1564 of file qrangemodel_impl.h.
|
inlinestaticconstexprprotected |
Definition at line 1442 of file qrangemodel_impl.h.
|
inline |
Definition at line 2373 of file qrangemodel_impl.h.
|
inline |
Definition at line 2409 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 1438 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 1439 of file qrangemodel_impl.h.
|
inlinenoexcept |
Definition at line 2014 of file qrangemodel_impl.h.
|
inlinenoexcept |
Definition at line 2024 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3413 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3426 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3367 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3543 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3559 of file qrangemodel_impl.h.
|
inlinestaticprotected |
Definition at line 3551 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3537 of file qrangemodel_impl.h.
|
inlineprotected |
Definition at line 3526 of file qrangemodel_impl.h.
|
friend |
Definition at line 3621 of file qrangemodel_impl.h.
|
staticconstexprprotected |
Definition at line 1486 of file qrangemodel_impl.h.
|
staticconstexpr |
Definition at line 1410 of file qrangemodel_impl.h.
Referenced by doInsertColumns(), doInsertRows(), maybeBlockDataChangedDispatch(), removeColumns(), setAutoConnectPolicy(), and setData().
|
protected |
Definition at line 3623 of file qrangemodel_impl.h.
|
staticconstexprprotected |
Definition at line 1470 of file qrangemodel_impl.h.
Referenced by fixedColumnCount().
|
staticconstexprprotected |
Definition at line 1467 of file qrangemodel_impl.h.
Referenced by insertRows().
|
staticconstexprprotected |
Definition at line 1466 of file qrangemodel_impl.h.
Referenced by deleteOwnedRows().
|
staticconstexpr |
Definition at line 1412 of file qrangemodel_impl.h.
Referenced by doInsertRows(), maybeBlockDataChangedDispatch(), setAutoConnectPolicy(), and setData().
|
staticconstexprprotected |
Definition at line 1469 of file qrangemodel_impl.h.
Referenced by dynamicColumns(), fixedColumnCount(), and flags().
|
staticconstexprprotected |
Definition at line 1465 of file qrangemodel_impl.h.
Referenced by dynamicRows().