Home
last modified time | relevance | path

Searched refs:InfoTableProxyModel (Results 1 – 3 of 3) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/model/world/
H A Dinfotableproxymodel.cpp16 CSMWorld::InfoTableProxyModel::InfoTableProxyModel(CSMWorld::UniversalId::Type type, QObject *paren… in InfoTableProxyModel() function in CSMWorld::InfoTableProxyModel
27 void CSMWorld::InfoTableProxyModel::setSourceModel(QAbstractItemModel *sourceModel) in setSourceModel()
38 bool CSMWorld::InfoTableProxyModel::lessThan(const QModelIndex &left, const QModelIndex &right) con… in lessThan()
53 int CSMWorld::InfoTableProxyModel::getFirstInfoRow(int currentRow) const in getFirstInfoRow()
74 void CSMWorld::InfoTableProxyModel::sourceRowsRemoved(const QModelIndex &/*parent*/, int /*start*/,… in sourceRowsRemoved()
80 void CSMWorld::InfoTableProxyModel::sourceRowsInserted(const QModelIndex &parent, int /*start*/, in… in sourceRowsInserted()
93 void CSMWorld::InfoTableProxyModel::sourceDataChanged(const QModelIndex &topLeft, const QModelIndex… in sourceDataChanged()
H A Dinfotableproxymodel.hpp14 class InfoTableProxyModel : public IdTableProxyModel class
31 InfoTableProxyModel(UniversalId::Type type, QObject *parent = nullptr);
/dports/games/openmw/openmw-openmw-0.47.0/apps/opencs/view/world/
H A Dtable.cpp251 mProxyModel = new CSMWorld::InfoTableProxyModel(id.getType(), this); in Table()