6#include <QConcatenateTablesProxyModel>
8#include <QtQmlIntegration>
50 Q_INVOKABLE QModelIndex
mapFromSource (
const QModelIndex &sourceIndex)
const;
57 Q_INVOKABLE QModelIndex
mapToSource (
const QModelIndex &proxyIndex)
const;
Q_INVOKABLE void addSourceModel(QAbstractItemModel *model)
Adds a source model to the unified model.
UnifiedArrangerObjectsModel(QObject *parent=nullptr)
Constructor for the unified arranger objects model.
Q_INVOKABLE QModelIndex mapToSource(const QModelIndex &proxyIndex) const
Maps a unified model index to the source model index.
Q_INVOKABLE QModelIndex mapFromSource(const QModelIndex &sourceIndex) const
Maps a source model index to the unified model index.
Q_INVOKABLE void removeSourceModel(QAbstractItemModel *model)
Removes a source model from the unified model.