Home
last modified time | relevance | path

Searched refs:hasBeenScanned (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/digikam/digikam-7.4.0/core/utilities/facemanagement/database/
H A Dfaceutils.h86 bool hasBeenScanned(const ItemInfo& info) const;
87 bool hasBeenScanned(qlonglong imageid) const;
92 void markAsScanned(qlonglong imageid, bool hasBeenScanned = true) const;
93 void markAsScanned(const ItemInfo& info, bool hasBeenScanned = true) const;
H A Dfaceutils.cpp67 bool FaceUtils::hasBeenScanned(qlonglong imageid) const in hasBeenScanned() function in Digikam::FaceUtils
69 return hasBeenScanned(ItemInfo(imageid)); in hasBeenScanned()
72 bool FaceUtils::hasBeenScanned(const ItemInfo& info) const in hasBeenScanned() function in Digikam::FaceUtils
77 void FaceUtils::markAsScanned(qlonglong imageid, bool hasBeenScanned) const in markAsScanned()
79 markAsScanned(ItemInfo(imageid), hasBeenScanned); in markAsScanned()
82 void FaceUtils::markAsScanned(const ItemInfo& info, bool hasBeenScanned) const in markAsScanned()
84 if (hasBeenScanned) in markAsScanned()
/dports/net-p2p/transmission-qt/transmission-3.00/qt/
H A DFaviconCache.cc54 static bool hasBeenScanned = false; in ensureCacheDirHasBeenScanned() local
56 if (!hasBeenScanned) in ensureCacheDirHasBeenScanned()
58 hasBeenScanned = true; in ensureCacheDirHasBeenScanned()
/dports/net-p2p/transmission-gtk/transmission-3.00/qt/
H A DFaviconCache.cc54 static bool hasBeenScanned = false; in ensureCacheDirHasBeenScanned() local
56 if (!hasBeenScanned) in ensureCacheDirHasBeenScanned()
58 hasBeenScanned = true; in ensureCacheDirHasBeenScanned()
/dports/net-p2p/transmission-daemon/transmission-3.00/qt/
H A DFaviconCache.cc54 static bool hasBeenScanned = false; in ensureCacheDirHasBeenScanned() local
56 if (!hasBeenScanned) in ensureCacheDirHasBeenScanned()
58 hasBeenScanned = true; in ensureCacheDirHasBeenScanned()
/dports/net-p2p/transmission-cli/transmission-3.00/qt/
H A DFaviconCache.cc54 static bool hasBeenScanned = false; in ensureCacheDirHasBeenScanned() local
56 if (!hasBeenScanned) in ensureCacheDirHasBeenScanned()
58 hasBeenScanned = true; in ensureCacheDirHasBeenScanned()
/dports/net-p2p/transmission-utils/transmission-3.00/qt/
H A DFaviconCache.cc54 static bool hasBeenScanned = false; in ensureCacheDirHasBeenScanned() local
56 if (!hasBeenScanned) in ensureCacheDirHasBeenScanned()
58 hasBeenScanned = true; in ensureCacheDirHasBeenScanned()
/dports/www/transmission-web/transmission-3.00/qt/
H A DFaviconCache.cc54 static bool hasBeenScanned = false; in ensureCacheDirHasBeenScanned() local
56 if (!hasBeenScanned) in ensureCacheDirHasBeenScanned()
58 hasBeenScanned = true; in ensureCacheDirHasBeenScanned()
/dports/graphics/digikam/digikam-7.4.0/core/utilities/facemanagement/threads/
H A Dscanstatefilter.cpp58 if (!utils.hasBeenScanned(info)) in filter()
/dports/graphics/digikam/digikam-7.4.0/
H A DChangeLog281371 Moved hasBeenScanned() and forgetFaces() code to the FaceIface.