Uses of Class
io.qt.core.QAbstractItemModel
Packages that use QAbstractItemModel
Package
Description
-
Uses of QAbstractItemModel in io.qt.charts
Methods in io.qt.charts that return QAbstractItemModelModifier and TypeMethodDescriptionprotected QAbstractItemModel
QBarModelMapper.model()
protected QAbstractItemModel
QBoxPlotModelMapper.model()
final QAbstractItemModel
QCandlestickModelMapper.model()
protected final QAbstractItemModel
QHBarModelMapper.model()
protected final QAbstractItemModel
QHBoxPlotModelMapper.model()
protected final QAbstractItemModel
QHPieModelMapper.model()
protected final QAbstractItemModel
QHXYModelMapper.model()
protected QAbstractItemModel
QPieModelMapper.model()
protected final QAbstractItemModel
QVBarModelMapper.model()
protected final QAbstractItemModel
QVBoxPlotModelMapper.model()
protected final QAbstractItemModel
QVPieModelMapper.model()
protected final QAbstractItemModel
QVXYModelMapper.model()
protected QAbstractItemModel
QXYModelMapper.model()
Methods in io.qt.charts with parameters of type QAbstractItemModelModifier and TypeMethodDescriptionprotected void
QBarModelMapper.setModel
(QAbstractItemModel model) protected void
QBoxPlotModelMapper.setModel
(QAbstractItemModel model) final void
QCandlestickModelMapper.setModel
(QAbstractItemModel model) protected final void
QHBarModelMapper.setModel
(QAbstractItemModel model) protected final void
QHBoxPlotModelMapper.setModel
(QAbstractItemModel model) protected final void
QHPieModelMapper.setModel
(QAbstractItemModel model) protected final void
QHXYModelMapper.setModel
(QAbstractItemModel model) protected void
QPieModelMapper.setModel
(QAbstractItemModel model) protected final void
QVBarModelMapper.setModel
(QAbstractItemModel model) protected final void
QVBoxPlotModelMapper.setModel
(QAbstractItemModel model) protected final void
QVPieModelMapper.setModel
(QAbstractItemModel model) protected final void
QVXYModelMapper.setModel
(QAbstractItemModel model) protected void
QXYModelMapper.setModel
(QAbstractItemModel model) -
Uses of QAbstractItemModel in io.qt.core
Subclasses of QAbstractItemModel in io.qt.coreModifier and TypeClassDescriptionclass
Abstract model that can be subclassed to create one-dimensional list modelsclass
Base class for proxy item models that can do sorting, filtering or other data processing tasksclass
Abstract model that can be subclassed to create table modelsclass
Proxies multiple source models, concatenating their rowsclass
Proxies its source model unmodifiedclass
Support for sorting and filtering data passed between another model and a viewclass
Model that supplies strings to viewsclass
This proxy transposes the source modelFields in io.qt.core with type parameters of type QAbstractItemModelMethods in io.qt.core that return QAbstractItemModelModifier and TypeMethodDescriptionfinal QAbstractItemModel
QItemSelectionModel.model()
final QAbstractItemModel
QItemSelectionRange.model()
QModelIndex.model()
final QAbstractItemModel
QPersistentModelIndex.model()
final QAbstractItemModel
QAbstractProxyModel.sourceModel()
Methods in io.qt.core that return types with arguments of type QAbstractItemModelModifier and TypeMethodDescriptionfinal QBindable<QAbstractItemModel>
QItemSelectionModel.bindableModel()
final QBindable<QAbstractItemModel>
QAbstractProxyModel.bindableSourceModel()
The source model of this proxy modelfinal QList<QAbstractItemModel>
QConcatenateTablesProxyModel.sourceModels()
Methods in io.qt.core with parameters of type QAbstractItemModelModifier and TypeMethodDescriptionfinal void
QConcatenateTablesProxyModel.addSourceModel
(QAbstractItemModel sourceModel) final void
QConcatenateTablesProxyModel.removeSourceModel
(QAbstractItemModel sourceModel) final void
QItemSelectionModel.setModel
(QAbstractItemModel model) void
QAbstractProxyModel.setSourceModel
(QAbstractItemModel sourceModel) void
QIdentityProxyModel.setSourceModel
(QAbstractItemModel sourceModel) void
QSortFilterProxyModel.setSourceModel
(QAbstractItemModel sourceModel) void
QTransposeProxyModel.setSourceModel
(QAbstractItemModel newSourceModel) Constructors in io.qt.core with parameters of type QAbstractItemModel -
Uses of QAbstractItemModel in io.qt.datavis
Fields in io.qt.datavis with type parameters of type QAbstractItemModelModifier and TypeFieldDescriptionQItemModelBarDataProxy.itemModelChanged
QItemModelScatterDataProxy.itemModelChanged
QItemModelSurfaceDataProxy.itemModelChanged
Methods in io.qt.datavis that return QAbstractItemModelModifier and TypeMethodDescriptionfinal QAbstractItemModel
QItemModelBarDataProxy.itemModel()
final QAbstractItemModel
QItemModelScatterDataProxy.itemModel()
final QAbstractItemModel
QItemModelSurfaceDataProxy.itemModel()
Methods in io.qt.datavis with parameters of type QAbstractItemModelModifier and TypeMethodDescriptionfinal void
QItemModelBarDataProxy.setItemModel
(QAbstractItemModel itemModel) final void
QItemModelScatterDataProxy.setItemModel
(QAbstractItemModel itemModel) final void
QItemModelSurfaceDataProxy.setItemModel
(QAbstractItemModel itemModel) Constructors in io.qt.datavis with parameters of type QAbstractItemModelModifierConstructorDescriptionQItemModelBarDataProxy
(QAbstractItemModel itemModel) Overloaded constructor forQItemModelBarDataProxy(io.qt.core.QAbstractItemModel, io.qt.core.QObject)
withparent = null
.QItemModelBarDataProxy
(QAbstractItemModel itemModel, QObject parent) QItemModelBarDataProxy
(QAbstractItemModel itemModel, String valueRole) Overloaded constructor forQItemModelBarDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, io.qt.core.QObject)
withparent = null
.QItemModelBarDataProxy
(QAbstractItemModel itemModel, String valueRole, QObject parent) QItemModelBarDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String valueRole) Overloaded constructor forQItemModelBarDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, java.lang.String, java.lang.String, io.qt.core.QObject)
withparent = null
.QItemModelBarDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String valueRole, QObject parent) QItemModelBarDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String valueRole, String rotationRole) Overloaded constructor forQItemModelBarDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, java.lang.String, java.lang.String, java.lang.String, io.qt.core.QObject)
withparent = null
.QItemModelBarDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String valueRole, String rotationRole, QObject parent) QItemModelBarDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String valueRole, String rotationRole, Collection<String> rowCategories, Collection<String> columnCategories) QItemModelBarDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String valueRole, String rotationRole, Collection<String> rowCategories, Collection<String> columnCategories, QObject parent) QItemModelBarDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String valueRole, Collection<String> rowCategories, Collection<String> columnCategories) Overloaded constructor forQItemModelBarDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, java.lang.String, java.lang.String, java.util.Collection, java.util.Collection, io.qt.core.QObject)
withparent = null
.QItemModelBarDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String valueRole, Collection<String> rowCategories, Collection<String> columnCategories, QObject parent) QItemModelScatterDataProxy
(QAbstractItemModel itemModel) Overloaded constructor forQItemModelScatterDataProxy(io.qt.core.QAbstractItemModel, io.qt.core.QObject)
withparent = null
.QItemModelScatterDataProxy
(QAbstractItemModel itemModel, QObject parent) QItemModelScatterDataProxy
(QAbstractItemModel itemModel, String xPosRole, String yPosRole, String zPosRole) Overloaded constructor forQItemModelScatterDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, java.lang.String, java.lang.String, io.qt.core.QObject)
withparent = null
.QItemModelScatterDataProxy
(QAbstractItemModel itemModel, String xPosRole, String yPosRole, String zPosRole, QObject parent) QItemModelScatterDataProxy
(QAbstractItemModel itemModel, String xPosRole, String yPosRole, String zPosRole, String rotationRole) Overloaded constructor forQItemModelScatterDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, java.lang.String, java.lang.String, java.lang.String, io.qt.core.QObject)
withparent = null
.QItemModelScatterDataProxy
(QAbstractItemModel itemModel, String xPosRole, String yPosRole, String zPosRole, String rotationRole, QObject parent) QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel) Overloaded constructor forQItemModelSurfaceDataProxy(io.qt.core.QAbstractItemModel, io.qt.core.QObject)
withparent = null
.QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, QObject parent) QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String yPosRole) Overloaded constructor forQItemModelSurfaceDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, io.qt.core.QObject)
withparent = null
.QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String yPosRole, QObject parent) QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String yPosRole) Overloaded constructor forQItemModelSurfaceDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, java.lang.String, java.lang.String, io.qt.core.QObject)
withparent = null
.QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String yPosRole, QObject parent) QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String xPosRole, String yPosRole, String zPosRole) Overloaded constructor forQItemModelSurfaceDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.String, io.qt.core.QObject)
withparent = null
.QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String xPosRole, String yPosRole, String zPosRole, QObject parent) QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String xPosRole, String yPosRole, String zPosRole, Collection<String> rowCategories, Collection<String> columnCategories) QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String xPosRole, String yPosRole, String zPosRole, Collection<String> rowCategories, Collection<String> columnCategories, QObject parent) QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String yPosRole, Collection<String> rowCategories, Collection<String> columnCategories) Overloaded constructor forQItemModelSurfaceDataProxy(io.qt.core.QAbstractItemModel, java.lang.String, java.lang.String, java.lang.String, java.util.Collection, java.util.Collection, io.qt.core.QObject)
withparent = null
.QItemModelSurfaceDataProxy
(QAbstractItemModel itemModel, String rowRole, String columnRole, String yPosRole, Collection<String> rowCategories, Collection<String> columnCategories, QObject parent) -
Uses of QAbstractItemModel in io.qt.gui
Subclasses of QAbstractItemModel in io.qt.guiModifier and TypeClassDescriptionclass
Data model for the local filesystemclass
Generic model for storing custom data -
Uses of QAbstractItemModel in io.qt.help
Subclasses of QAbstractItemModel in io.qt.helpModifier and TypeClassDescriptionfinal class
Model that supplies content to viewsfinal class
Model that supplies index keywords to views -
Uses of QAbstractItemModel in io.qt.keyboard
Subclasses of QAbstractItemModel in io.qt.keyboardModifier and TypeClassDescriptionfinal class
List model for selection lists -
Uses of QAbstractItemModel in io.qt.remoteobjects
Subclasses of QAbstractItemModel in io.qt.remoteobjectsModifier and TypeClassDescriptionfinal class
Serves as a convenience class for Replicas of Sources based on QAbstractItemModelMethods in io.qt.remoteobjects with parameters of type QAbstractItemModelModifier and TypeMethodDescriptionfinal boolean
QRemoteObjectHostBase.enableRemoting
(QAbstractItemModel model, String name, Collection<Integer> roles) Overloaded function forQRemoteObjectHostBase.enableRemoting(io.qt.core.QAbstractItemModel, java.lang.String, java.util.Collection, io.qt.core.QItemSelectionModel)
withselectionModel = null
.final boolean
QRemoteObjectHostBase.enableRemoting
(QAbstractItemModel model, String name, Collection<Integer> roles, QItemSelectionModel selectionModel) -
Uses of QAbstractItemModel in io.qt.sql
Subclasses of QAbstractItemModel in io.qt.sqlModifier and TypeClassDescriptionclass
Read-only data model for SQL result setsclass
Editable data model for a single database table, with foreign key supportclass
Editable data model for a single database tableMethods in io.qt.sql with parameters of type QAbstractItemModelModifier and TypeMethodDescriptionvoid
QSqlRelationalDelegate.setModelData
(QWidget editor, QAbstractItemModel model, QModelIndex index) -
Uses of QAbstractItemModel in io.qt.test
Methods in io.qt.test that return QAbstractItemModelConstructors in io.qt.test with parameters of type QAbstractItemModelModifierConstructorDescriptionOverloaded constructor forQAbstractItemModelTester(io.qt.core.QAbstractItemModel, io.qt.core.QObject)
withparent = null
.QAbstractItemModelTester
(QAbstractItemModel model, QObject parent) QAbstractItemModelTester
(QAbstractItemModel model, QAbstractItemModelTester.FailureReportingMode mode) Overloaded constructor forQAbstractItemModelTester(io.qt.core.QAbstractItemModel, io.qt.test.QAbstractItemModelTester.FailureReportingMode, io.qt.core.QObject)
withparent = null
.QAbstractItemModelTester
(QAbstractItemModel model, QAbstractItemModelTester.FailureReportingMode mode, QObject parent) -
Uses of QAbstractItemModel in io.qt.webengine.core
Subclasses of QAbstractItemModel in io.qt.webengine.coreModifier and TypeClassDescriptionfinal class
A data model that represents the history of a web engine page -
Uses of QAbstractItemModel in io.qt.widgets
Methods in io.qt.widgets that return QAbstractItemModelModifier and TypeMethodDescriptionfinal QAbstractItemModel
QCompleter.completionModel()
final QAbstractItemModel
QAbstractItemView.model()
final QAbstractItemModel
QComboBox.model()
final QAbstractItemModel
QCompleter.model()
final QAbstractItemModel
QDataWidgetMapper.model()
Methods in io.qt.widgets with parameters of type QAbstractItemModelModifier and TypeMethodDescriptionboolean
QAbstractItemDelegate.editorEvent
(QEvent event, QAbstractItemModel model, QStyleOptionViewItem option, QModelIndex index) boolean
QItemDelegate.editorEvent
(QEvent event, QAbstractItemModel model, QStyleOptionViewItem option, QModelIndex index) boolean
QStyledItemDelegate.editorEvent
(QEvent event, QAbstractItemModel model, QStyleOptionViewItem option, QModelIndex index) void
QAbstractItemView.setModel
(QAbstractItemModel model) void
QColumnView.setModel
(QAbstractItemModel model) void
QComboBox.setModel
(QAbstractItemModel model) final void
QCompleter.setModel
(QAbstractItemModel c) final void
QDataWidgetMapper.setModel
(QAbstractItemModel model) void
QHeaderView.setModel
(QAbstractItemModel model) final void
QListWidget.setModel
(QAbstractItemModel model) Deprecated.void
QTableView.setModel
(QAbstractItemModel model) final void
QTableWidget.setModel
(QAbstractItemModel model) Deprecated.void
QTreeView.setModel
(QAbstractItemModel model) final void
QTreeWidget.setModel
(QAbstractItemModel model) Deprecated.void
QAbstractItemDelegate.setModelData
(QWidget editor, QAbstractItemModel model, QModelIndex index) void
QItemDelegate.setModelData
(QWidget editor, QAbstractItemModel model, QModelIndex index) void
QStyledItemDelegate.setModelData
(QWidget editor, QAbstractItemModel model, QModelIndex index) Constructors in io.qt.widgets with parameters of type QAbstractItemModelModifierConstructorDescriptionQCompleter
(QAbstractItemModel model) Overloaded constructor forQCompleter(io.qt.core.QAbstractItemModel, io.qt.core.QObject)
withparent = null
.QCompleter
(QAbstractItemModel model, QObject parent)