Home
last modified time | relevance | path

Searched refs:mapSelectionFromSource (Results 1 – 25 of 279) sorted by last modified time

12345678910>>...12

/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt5/
H A DQtCore.py3063 def mapSelectionFromSource(self, selection): member in QAbstractProxyModel
6438 def mapSelectionFromSource(self, selection): member in QIdentityProxyModel
11493 def mapSelectionFromSource(self, sourceSelection): member in QSortFilterProxyModel
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyQt4/
H A DQtGui.py1866 def mapSelectionFromSource(self, selection): member in QAbstractProxyModel
13204 def mapSelectionFromSource(self, selection): member in QIdentityProxyModel
21238 def mapSelectionFromSource(self, sourceSelection): member in QSortFilterProxyModel
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py1480 def mapSelectionFromSource(self, selection): member in KIdentityProxyModel
8924 def mapSelectionFromSource(self, selection): member in KSelectionProxyModel
/dports/deskutils/kdeconnect-kde/kdeconnect-kde-21.12.3/declarativeplugin/
H A Dplugins.qmltypes959 name: "mapSelectionFromSource"
/dports/audio/elisa/elisa-21.12.3/src/
H A Dmediaplaylistproxymodel.cpp85 QItemSelection MediaPlayListProxyModel::mapSelectionFromSource(const QItemSelection &sourceSelectio… in mapSelectionFromSource() function in MediaPlayListProxyModel
H A Dplugins.qmltypes1648 name: "mapSelectionFromSource"
H A Dmediaplaylistproxymodel.h88 …[[nodiscard]] QItemSelection mapSelectionFromSource(const QItemSelection &sourceSelection) const o…
/dports/graphics/okular/okular-21.12.3/part/
H A Dannotationproxymodels.h123 QItemSelection mapSelectionFromSource(const QItemSelection &selection) const override;
H A Dannotationproxymodels.cpp500 QItemSelection AuthorGroupProxyModel::mapSelectionFromSource(const QItemSelection &selection) const in mapSelectionFromSource() function in AuthorGroupProxyModel
502 return QAbstractProxyModel::mapSelectionFromSource(selection); in mapSelectionFromSource()
/dports/net/messagelib/messagelib-21.12.3/messagelist/src/
H A Dpane.cpp63 QItemSelection mapSelectionFromSource(const QItemSelection &selection) const;
536 …mSelectionModel->select(mapSelectionFromSource(s->selection()), QItemSelectionModel::ClearAndSelec… in setCurrentFolder()
676 …mSelectionModel->select(mapSelectionFromSource(s->selection()), QItemSelectionModel::ClearAndSelec… in onCurrentTabChanged()
830 QItemSelection Pane::PanePrivate::mapSelectionFromSource(const QItemSelection &selection) const in mapSelectionFromSource() function in Pane::PanePrivate
837 result = (*it)->mapSelectionFromSource(result); in mapSelectionFromSource()
839 result = mProxyStack.first()->mapSelectionFromSource(result); in mapSelectionFromSource()
/dports/databases/akonadi/akonadi-21.12.3/src/widgets/
H A Dstandardactionmanager.cpp655 return proxy->mapSelectionFromSource(select); in mapFromEntityTreeModel()
/dports/graphics/qgis/qgis-3.22.3/python/qsci_apis/
H A DPyQt5.api1672 PyQt5.QtCore.QAbstractProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection
2985 PyQt5.QtCore.QIdentityProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection
5319 PyQt5.QtCore.QSortFilterProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection
/dports/graphics/qgis/qgis-3.22.3/src/gui/attributetable/
H A Dqgsfeaturelistmodel.cpp354 return mapSelectionFromSource( mFilterModel->mapSelectionFromSource( selection ) ); in mapSelectionFromMaster()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/gui/attributetable/
H A Dqgsfeaturelistmodel.cpp353 return mapSelectionFromSource( mFilterModel->mapSelectionFromSource( selection ) ); in mapSelectionFromMaster()
/dports/graphics/qgis-ltr/qgis-3.16.16/python/qsci_apis/
H A DPyQt5.api1672 PyQt5.QtCore.QAbstractProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection
2985 PyQt5.QtCore.QIdentityProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection
5319 PyQt5.QtCore.QSortFilterProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection
/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dinterface_frame.cpp383 …QItemSelection mySelection = info_model_.mapSelectionFromSource(proxy_model_.mapSelectionFromSourc… in updateSelectedInterfaces()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dinterface_frame.cpp383 …QItemSelection mySelection = info_model_.mapSelectionFromSource(proxy_model_.mapSelectionFromSourc… in updateSelectedInterfaces()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dinterface_frame.cpp383 …QItemSelection mySelection = info_model_.mapSelectionFromSource(proxy_model_.mapSelectionFromSourc… in updateSelectedInterfaces()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dinterface_frame.cpp383 …QItemSelection mySelection = info_model_.mapSelectionFromSource(proxy_model_.mapSelectionFromSourc… in updateSelectedInterfaces()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/items/
H A Dgpsitemsortproxymodel.cpp538 seekSelection = proxy->mapSelectionFromSource(seekSelection); in mapSelectionLeftToRight()
598 seekSelection = proxy->mapSelectionFromSource(seekSelection); in mapSelectionRightToLeft()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/corelib/itemmodels/
H A Dqidentityproxymodel.cpp208 QItemSelection QIdentityProxyModel::mapSelectionFromSource(const QItemSelection& selection) const in mapSelectionFromSource() function in QIdentityProxyModel
H A Dqidentityproxymodel.h71 QItemSelection mapSelectionFromSource(const QItemSelection& selection) const override;
H A Dqsortfilterproxymodel.cpp3197 QItemSelection QSortFilterProxyModel::mapSelectionFromSource(const QItemSelection &sourceSelection)… in mapSelectionFromSource() function in QSortFilterProxyModel
3199 return QAbstractProxyModel::mapSelectionFromSource(sourceSelection); in mapSelectionFromSource()
H A Dqabstractproxymodel.cpp226 QItemSelection QAbstractProxyModel::mapSelectionFromSource(const QItemSelection &sourceSelection) c… in mapSelectionFromSource() function in QAbstractProxyModel
H A Dqabstractproxymodel.h68 … Q_INVOKABLE virtual QItemSelection mapSelectionFromSource(const QItemSelection &selection) const;

12345678910>>...12