Home
last modified time | relevance | path

Searched refs:FindSourceParent (Results 1 – 6 of 6) sorted by relevance

/dports/audio/clementine-player/Clementine-1.4.0rc1/src/core/
H A Dmergedproxymodel.h46 QModelIndex FindSourceParent(const QModelIndex& proxy_index) const;
H A Dmergedproxymodel.cpp446 QModelIndex MergedProxyModel::FindSourceParent(const QModelIndex& proxy_index) in FindSourceParent() function in MergedProxyModel
/dports/audio/strawberry/strawberry-1.0.0/src/core/
H A Dmergedproxymodel.h58 QModelIndex FindSourceParent(const QModelIndex &proxy_index) const;
H A Dmergedproxymodel.cpp469 QModelIndex MergedProxyModel::FindSourceParent(const QModelIndex &proxy_index) const { in FindSourceParent() function in MergedProxyModel
/dports/audio/clementine-player/Clementine-1.4.0rc1/src/devices/
H A Ddeviceview.cpp274 QModelIndex index = merged_model_->FindSourceParent(merged_model_index); in FindParentDevice()
/dports/audio/strawberry/strawberry-1.0.0/src/device/
H A Ddeviceview.cpp292 QModelIndex idx = merged_model_->FindSourceParent(merged_model_index); in FindParentDevice()