Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/utilities/geolocation/geoiface/reversegeocoding/
H A Drgtagmodel.h102 void addSpacerTag(const QModelIndex& parent, const QString& spacerName);
H A Drgtagmodel.cpp273 void RGTagModel::addSpacerTag(const QModelIndex& parent, const QString& spacerName) in addSpacerTag() function in Digikam::RGTagModel
972 addSpacerTag(currentIndex,tagAddressElements[currentAddressElementIndex].tagName); in readdTag()
1064 addSpacerTag(currentIndex,tagAddressElements[currentAddressElementIndex].tagName); in readdTag()
1178 addSpacerTag(currentIndex, spacerList[spacerListIndex]); in addAllSpacersToTag()
H A Drgwidget.cpp811 d->tagModel->addSpacerTag(baseIndex, currentSpacerName); in slotAddSingleSpacer()
837 d->tagModel->addSpacerTag(baseIndex, textString); in slotAddCustomizedSpacer()
/dports/graphics/digikam/digikam-7.4.0/core/tests/geolocation/editor/
H A Drgtagmodel_utest.cpp263 tagModel->addSpacerTag(QModelIndex(), QLatin1String("{Country}")); in testModelSpacerTags()