Home
last modified time | relevance | path

Searched refs:mapSelectionRightToLeft (Results 1 – 11 of 11) sorted by relevance

/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/src/core/
H A Dklinkitemselectionmodel.cpp53 …const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(m_linkedItemSelectio… in reinitializeIndexMapper()
176 const QItemSelection mappedDeselection = m_indexMapper->mapSelectionRightToLeft(_deselected); in sourceSelectionChanged()
177 const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(_selected); in sourceSelectionChanged()
H A Dkmodelindexproxymapper.h110 QItemSelection mapSelectionRightToLeft(const QItemSelection &selection) const;
H A Dkmodelindexproxymapper.cpp180 const QItemSelection selection = mapSelectionRightToLeft(QItemSelection(index, index)); in mapRightToLeft()
236 QItemSelection KModelIndexProxyMapper::mapSelectionRightToLeft(const QItemSelection &selection) con… in mapSelectionRightToLeft() function in KModelIndexProxyMapper
H A Dkselectionproxymodel.cpp1787 …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()
/dports/devel/gammaray/GammaRay-2.11.3/3rdparty/kde/
H A Dklinkitemselectionmodel.cpp71 …const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(m_linkedItemSelectio… in reinitializeIndexMapper()
192 const QItemSelection mappedDeselection = m_indexMapper->mapSelectionRightToLeft(_deselected); in sourceSelectionChanged()
193 const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(_selected); in sourceSelectionChanged()
H A Dkmodelindexproxymapper.h124 QItemSelection mapSelectionRightToLeft(const QItemSelection &selection) const;
H A Dkmodelindexproxymapper.cpp192 const QItemSelection selection = mapSelectionRightToLeft(QItemSelection(index, index)); in mapRightToLeft()
248 QItemSelection KModelIndexProxyMapper::mapSelectionRightToLeft(const QItemSelection &selection) con… in mapSelectionRightToLeft() function in KModelIndexProxyMapper
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/items/
H A Dgpsitemsortproxymodel.cpp144 …const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(m_linkedItemSelectio… in reinitializeIndexMapper()
287 const QItemSelection mappedDeselection = m_indexMapper->mapSelectionRightToLeft(_deselected); in sourceSelectionChanged()
288 const QItemSelection mappedSelection = m_indexMapper->mapSelectionRightToLeft(_selected); in sourceSelectionChanged()
480 const QItemSelection selection = mapSelectionRightToLeft(QItemSelection(index, index)); in mapRightToLeft()
549 QItemSelection GPSModelIndexProxyMapper::mapSelectionRightToLeft(const QItemSelection& selection) c… in mapSelectionRightToLeft() function in Digikam::GPSModelIndexProxyMapper
H A Dgpsitemsortproxymodel.h177 QItemSelection mapSelectionRightToLeft(const QItemSelection& selection) const;
/dports/devel/kf5-kitemmodels/kitemmodels-5.89.0/autotests/
H A Dkmodelindexproxymappertest.cpp93 QCOMPARE(mapper.mapSelectionRightToLeft(rightSel), leftSel); in testSelectionMapping()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py6585 def mapSelectionRightToLeft(self, selection): member in KModelIndexProxyMapper