Home
last modified time | relevance | path

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

/dports/graphics/digikam/digikam-7.4.0/core/libs/database/item/containers/
H A Ditemtagpair.cpp309 CoreDbAccess().db()->addImageTagProperty(d->info.id(), d->tagId, key, value); in setProperty()
324 CoreDbAccess().db()->addImageTagProperty(d->info.id(), d->tagId, key, value); in addProperty()
/dports/graphics/digikam/digikam-7.4.0/core/libs/database/coredb/
H A Dcoredb.h1253 …void addImageTagProperty(qlonglong imageId, int tagId, const QString& property, const QString& val…
1254 void addImageTagProperty(const ImageTagProperty& property);
H A Dcoredb.cpp1281 void CoreDB::addImageTagProperty(qlonglong imageId, int tagId, const QString& property, const QStri… in addImageTagProperty() function in Digikam::CoreDB
1290 void CoreDB::addImageTagProperty(const ImageTagProperty& property) in addImageTagProperty() function in Digikam::CoreDB
1292 addImageTagProperty(property.imageId, property.tagId, property.property, property.value); in addImageTagProperty()