|  | Qt 6.x
    The Qt SDK | 
Go to the source code of this file.
| Classes | |
| class | CustomDataProxy | 
| [9]  More... | |
| Functions | |
| beginInsertRows (parent, 2, 4) | |
| [0] | |
| beginInsertRows (parent, 4, 5) | |
| [0] | |
| beginRemoveRows (parent, 2, 3) | |
| [1] | |
| beginInsertColumns (parent, 4, 6) | |
| [2] | |
| beginInsertColumns (parent, 6, 8) | |
| [3] | |
| beginRemoveColumns (parent, 4, 6) | |
| [4] | |
| beginMoveRows (sourceParent, 2, 4, destinationParent, 2) | |
| [5] | |
| beginMoveRows (sourceParent, 2, 4, destinationParent, 6) | |
| [6] | |
| beginMoveRows (parent, 2, 2, parent, 0) | |
| [7] | |
| beginMoveRows (parent, 2, 2, parent, 4) | |
| [8] | |
| model | multiData (index, span) | 
| Variables | |
| QVariant | text = model->data(index, Qt::DisplayRole) | 
| [12] | |
| QVariant | decoration = model->data(index, Qt::DecorationRole) | 
| QVariant | checkState = model->data(index, Qt::CheckStateRole) | 
| std::array< QModelRoleData, 3 > | roleData | 
| [13] | |
| QModelRoleDataSpan | span (roleData) | 
| beginInsertColumns | ( | parent | , | 
| 4 | , | ||
| 6 | |||
| ) | 
[2]
[3]
| beginInsertColumns | ( | parent | , | 
| 6 | , | ||
| 8 | |||
| ) | 
[3]
[4]
| beginInsertRows | ( | parent | , | 
| 2 | , | ||
| 4 | |||
| ) | 
[0]
Referenced by QQuickViewTestUtils::QaimModel::addItem(), QQuickViewTestUtils::QaimModel::addItems(), QQuickViewTestUtils::QaimModel::insertItem(), QQuickViewTestUtils::QaimModel::insertItems(), and QQuickViewTestUtils::StressTestModel::updateModel().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| beginInsertRows | ( | parent | , | 
| 4 | , | ||
| 5 | |||
| ) | 
[0]
[1]
| beginMoveRows | ( | sourceParent | , | 
| 2 | , | ||
| 4 | , | ||
| destinationParent | , | ||
| 2 | |||
| ) | 
[5]
[6]
Referenced by QQuickViewTestUtils::QaimModel::moveItem(), and QQuickViewTestUtils::QaimModel::moveItems().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| beginMoveRows | ( | sourceParent | , | 
| 2 | , | ||
| 4 | , | ||
| destinationParent | , | ||
| 6 | |||
| ) | 
[6]
[7]
| beginRemoveColumns | ( | parent | , | 
| 4 | , | ||
| 6 | |||
| ) | 
[4]
[5]
| beginRemoveRows | ( | parent | , | 
| 2 | , | ||
| 3 | |||
| ) | 
[1]
[2]
Referenced by QQuickViewTestUtils::QaimModel::clear(), QQuickViewTestUtils::QaimModel::removeItem(), QQuickViewTestUtils::QaimModel::removeItems(), and QQuickViewTestUtils::StressTestModel::updateModel().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| QVariant checkState = model->data(index, Qt::CheckStateRole) | 
Definition at line 90 of file src_corelib_kernel_qabstractitemmodel.cpp.
Referenced by QComboMenuDelegate::editorEvent(), and QItemDelegate::paint().
| QVariant decoration = model->data(index, Qt::DecorationRole) | 
Definition at line 89 of file src_corelib_kernel_qabstractitemmodel.cpp.
Referenced by QtWaylandClient::DecorationsBlitter::blit(), QtWaylandClient::QWaylandWindow::createDecoration(), QItemDelegate::doLayout(), QtWaylandClient::QWaylandDisplay::handleWindowActivated(), QtWaylandClient::QWaylandDisplay::handleWindowDeactivated(), QComboBoxPrivate::itemIcon(), QtWaylandClient::QWaylandEglWindow::needToUpdateContentFBO(), QItemDelegate::paint(), QItemDelegate::updateEditorGeometry(), and QQC2::QCommonStylePrivate::viewItemLayout().
| std::array<QModelRoleData, 3> roleData | 
[13]
[14]
Definition at line 95 of file src_corelib_kernel_qabstractitemmodel.cpp.
Referenced by QQmlTableModel::data(), MyModel::data(), QModelRoleDataSpan::dataForRole(), multiData(), QStandardItem::multiData(), QQmlTableModel::setData(), and QXcbWindow::setWindowRole().
| QVariant text = model->data(index, Qt::DisplayRole) |