Searched refs:InfoTableProxyModel (Results 1 – 3 of 3) sorted by relevance
16 CSMWorld::InfoTableProxyModel::InfoTableProxyModel(CSMWorld::UniversalId::Type type, QObject *paren… in InfoTableProxyModel() function in CSMWorld::InfoTableProxyModel27 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()
14 class InfoTableProxyModel : public IdTableProxyModel class31 InfoTableProxyModel(UniversalId::Type type, QObject *parent = nullptr);
251 mProxyModel = new CSMWorld::InfoTableProxyModel(id.getType(), this); in Table()