| 37 | } |
| 38 | |
| 39 | void QmitkFlatLabelInstanceProxyModel::RebuildMapping() |
| 40 | { |
| 41 | this->beginResetModel(); |
| 42 | m_SourceIndexes.clear(); |
| 43 | if (sourceModel()) |
| 44 | this->CollectAcceptedIndexes(QModelIndex()); |
| 45 | this->endResetModel(); |
| 46 | } |
| 47 | |
| 48 | void QmitkFlatLabelInstanceProxyModel::CollectAcceptedIndexes(const QModelIndex& parent) |
| 49 | { |
no test coverage detected