Uses of Class
io.qt.core.QAbstractItemModel
Package
Description
-
Uses of QAbstractItemModel in io.qt.charts
Modifier and TypeMethodDescriptionprotected QAbstractItemModel
QBarModelMapper.model()
SeeQBarModelMapper::
model()const protected QAbstractItemModel
QBoxPlotModelMapper.model()
SeeQBoxPlotModelMapper::
model()const 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()
SeeQPieModelMapper::
model()const protected final QAbstractItemModel
QVBarModelMapper.model()
protected final QAbstractItemModel
QVBoxPlotModelMapper.model()
protected final QAbstractItemModel
QVPieModelMapper.model()
protected final QAbstractItemModel
QVXYModelMapper.model()
protected QAbstractItemModel
QXYModelMapper.model()
SeeQXYModelMapper::
model()const Modifier and TypeMethodDescriptionprotected void
QBarModelMapper.setModel
(QAbstractItemModel model) SeeQBarModelMapper::
setModel(QAbstractItemModel*) protected void
QBoxPlotModelMapper.setModel
(QAbstractItemModel model) SeeQBoxPlotModelMapper::
setModel(QAbstractItemModel*) 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) SeeQPieModelMapper::
setModel(QAbstractItemModel*) 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) SeeQXYModelMapper::
setModel(QAbstractItemModel*) -
Uses of QAbstractItemModel in io.qt.core
Modifier 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 modelModifier and TypeMethodDescriptionfinal QAbstractItemModel
QItemSelectionModel.model()
final QAbstractItemModel
QItemSelectionRange.model()
final QAbstractItemModel
QModelIndex.model()
final QAbstractItemModel
QPersistentModelIndex.model()
final QAbstractItemModel
QAbstractProxyModel.sourceModel()
Modifier and TypeMethodDescriptionfinal QBindable
<QAbstractItemModel> QItemSelectionModel.bindableModel()
SeeQItemSelectionModel::
bindableModel() final QBindable
<QAbstractItemModel> QAbstractProxyModel.bindableSourceModel()
final QList
<QAbstractItemModel> QConcatenateTablesProxyModel.sourceModels()
Modifier 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) -
Uses of QAbstractItemModel in io.qt.datavis
Modifier and TypeFieldDescriptionQItemModelBarDataProxy.itemModelChanged
QItemModelScatterDataProxy.itemModelChanged
QItemModelSurfaceDataProxy.itemModelChanged
Modifier and TypeMethodDescriptionfinal QAbstractItemModel
QItemModelBarDataProxy.itemModel()
final QAbstractItemModel
QItemModelScatterDataProxy.itemModel()
final QAbstractItemModel
QItemModelSurfaceDataProxy.itemModel()
Modifier and TypeMethodDescriptionfinal void
QItemModelBarDataProxy.setItemModel
(QAbstractItemModel itemModel) final void
QItemModelScatterDataProxy.setItemModel
(QAbstractItemModel itemModel) final void
QItemModelSurfaceDataProxy.setItemModel
(QAbstractItemModel itemModel) ModifierConstructorDescriptionQItemModelBarDataProxy
(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
Modifier and TypeClassDescriptionclass
Data model for the local filesystemclass
Generic model for storing custom data -
Uses of QAbstractItemModel in io.qt.help
Modifier and TypeClassDescriptionfinal class
Model that supplies content to viewsfinal class
Model that supplies index keywords to views -
Uses of QAbstractItemModel in io.qt.keyboard
Modifier and TypeClassDescriptionfinal class
List model for selection lists -
Uses of QAbstractItemModel in io.qt.pdf
Modifier and TypeClassDescriptionclass
Holds a tree of of links (anchors) within a PDF document, such as the table of contentsclass
Searches for a string in a PDF document and holds the results -
Uses of QAbstractItemModel in io.qt.remoteobjects
Modifier and TypeClassDescriptionfinal class
Serves as a convenience class for Replicas of Sources based on QAbstractItemModelModifier and TypeMethodDescriptionfinal boolean
QRemoteObjectHostBase.enableRemoting
(QAbstractItemModel model, String name, Collection<@QtPrimitiveType 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<@QtPrimitiveType Integer> roles, QItemSelectionModel selectionModel) -
Uses of QAbstractItemModel in io.qt.sql
Modifier 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 tableModifier and TypeMethodDescriptionvoid
QSqlRelationalDelegate.setModelData
(QWidget editor, QAbstractItemModel model, QModelIndex index) -
Uses of QAbstractItemModel in io.qt.test
ModifierConstructorDescriptionOverloaded 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
Modifier and TypeClassDescriptionfinal class
A data model that represents the history of a web engine page -
Uses of QAbstractItemModel in io.qt.widgets
Modifier and TypeMethodDescriptionfinal QAbstractItemModel
QCompleter.completionModel()
final QAbstractItemModel
QAbstractItemView.model()
final QAbstractItemModel
QComboBox.model()
final QAbstractItemModel
QCompleter.model()
final QAbstractItemModel
QDataWidgetMapper.model()
Modifier 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) ModifierConstructorDescriptionQCompleter
(QAbstractItemModel model) Overloaded constructor forQCompleter(io.qt.core.QAbstractItemModel, io.qt.core.QObject)
withparent = null
.QCompleter
(QAbstractItemModel model, QObject parent)