Home
last modified time | relevance | path

Searched refs:toSourceIndex (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/tests/geolocation/editor/
H A Drgtagmodel_utest.cpp86 const QModelIndex tagItem1IndexSource = tagModel->toSourceIndex(tagItem1Index); in testModel2()
95 const QModelIndex tagItem2IndexSource = tagModel->toSourceIndex(tagItem2Index); in testModel2()
104 const QModelIndex tagItem11IndexSource = tagModel->toSourceIndex(tagItem11Index); in testModel2()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/reversegeocoding/
H A Drgtagmodel.cpp252 QModelIndex RGTagModel::toSourceIndex(const QModelIndex& tagModelIndex) const in toSourceIndex() function in Digikam::RGTagModel
490 return d->tagModel->columnCount(toSourceIndex(parent)); in columnCount()
512 return d->tagModel->data(toSourceIndex(index), role); in data()
570 column, toSourceIndex(parent))); in index()
637 return fromSourceIndex(d->tagModel->parent(toSourceIndex(index))); in parent()
652 const QModelIndex sourceIndex = toSourceIndex(parent); in rowCount()
681 return d->tagModel->flags(toSourceIndex(index)); in flags()
H A Drgtagmodel.h95 …QModelIndex toSourceIndex(const QModelIndex& tagModelIndex) co…