Home
last modified time | relevance | path

Searched refs:m_indexMapper (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/src/core/
H A Dklinkitemselectionmodel.cpp47 delete m_indexMapper; in reinitializeIndexMapper()
48 m_indexMapper = nullptr; in reinitializeIndexMapper()
52m_indexMapper = new KModelIndexProxyMapper(q_ptr->model(), m_linkedItemSelectionModel->model(), q_… in reinitializeIndexMapper()
53 …const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(m_linkedItemSelectio… in reinitializeIndexMapper()
63 KModelIndexProxyMapper *m_indexMapper = nullptr; member in KLinkItemSelectionModelPrivate
141 …d->m_linkedItemSelectionModel->select(d->m_indexMapper->mapSelectionLeftToRight(QItemSelection(ind… in select()
154 QItemSelection mappedSelection = d->m_indexMapper->mapSelectionLeftToRight(_selection); in select()
162 const QModelIndex mappedCurrent = m_indexMapper->mapLeftToRight(current); in slotCurrentChanged()
176 const QItemSelection mappedDeselection = m_indexMapper->mapSelectionRightToLeft(_deselected); in sourceSelectionChanged()
177 const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(_selected); in sourceSelectionChanged()
[all …]
H A Dkselectionproxymodel.cpp395 , m_indexMapper(nullptr) in KSelectionProxyModelPrivate()
529 KModelIndexProxyMapper *m_indexMapper; member in KSelectionProxyModelPrivate
1787 …const QItemSelection selected = kNormalizeSelection(m_indexMapper->mapSelectionRightToLeft(_select… in selectionChanged()
1788 …const QItemSelection deselected = kNormalizeSelection(m_indexMapper->mapSelectionRightToLeft(_dese… in selectionChanged()
1795 QItemSelection fullSelection = m_indexMapper->mapSelectionRightToLeft(reportedSelection); in selectionChanged()
1797 …QItemSelection fullSelection = m_indexMapper->mapSelectionRightToLeft(m_selectionModel->selection(… in selectionChanged()
2099 delete d->m_indexMapper; in setSourceModel()
2100 … d->m_indexMapper = new KModelIndexProxyMapper(_sourceModel, d->m_selectionModel->model(), this); in setSourceModel()
2403 delete d->m_indexMapper; in setSelectionModel()
2413 delete d->m_indexMapper; in setSelectionModel()
[all …]
/dports/devel/gammaray/GammaRay-2.11.3/3rdparty/kde/
H A Dklinkitemselectionmodel.cpp60 delete m_indexMapper; in reinitializeIndexMapper()
61 m_indexMapper = nullptr; in reinitializeIndexMapper()
67 m_indexMapper = new KModelIndexProxyMapper( in reinitializeIndexMapper()
71 …const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(m_linkedItemSelectio… in reinitializeIndexMapper()
81 KModelIndexProxyMapper * m_indexMapper = nullptr; member in KLinkItemSelectionModelPrivate
156 …d->m_linkedItemSelectionModel->select(d->m_indexMapper->mapSelectionLeftToRight(QItemSelection(ind… in select()
170 QItemSelection mappedSelection = d->m_indexMapper->mapSelectionLeftToRight(_selection); in select()
178 const QModelIndex mappedCurrent = m_indexMapper->mapLeftToRight(current); in slotCurrentChanged()
192 const QItemSelection mappedDeselection = m_indexMapper->mapSelectionRightToLeft(_deselected); in sourceSelectionChanged()
193 const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(_selected); in sourceSelectionChanged()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/items/
H A Dgpsitemsortproxymodel.cpp102 m_indexMapper(nullptr) in GPSLinkItemSelectionModelPrivate()
135 delete m_indexMapper; in reinitializeIndexMapper()
136 m_indexMapper = nullptr; in reinitializeIndexMapper()
144 …const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(m_linkedItemSelectio… in reinitializeIndexMapper()
156 GPSModelIndexProxyMapper* m_indexMapper; member in Digikam::GPSLinkItemSelectionModelPrivate
247 …d->m_linkedItemSelectionModel->select(d->m_indexMapper->mapSelectionLeftToRight(QItemSelection(ind… in select()
262 QItemSelection mappedSelection = d->m_indexMapper->mapSelectionLeftToRight(_selection); in select()
270 const QModelIndex mappedCurrent = m_indexMapper->mapLeftToRight(current); in slotCurrentChanged()
287 const QItemSelection mappedDeselection = m_indexMapper->mapSelectionRightToLeft(_deselected); in sourceSelectionChanged()
288 const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(_selected); in sourceSelectionChanged()
[all …]