|
static QList< QString > | allPersonNames () |
| A method to return a list of all person tag names in the DB.
|
|
static QList< QString > | allPersonPaths () |
| A method to return a list of all person tag paths in the DB.
|
|
static QList< int > | allPersonTags () |
| A method to return a list of all person tags in the DB.
|
|
static void | applyTagIdentityMapping (int tagId, const QMultiMap< QString, QString > &attributes) |
| Map an existing tag to a FacesEngine Identity.
|
|
static void | ensureIsPerson (int tagId, const QString &fullName=QString()) |
| Ensure that the given tag is a person tag.
|
|
static QString | faceNameForTag (int tagId) |
| Return a person's name for a tag.
|
|
static QString | getNameForRect (qlonglong imageid, const QRect &faceRect) |
|
static int | getOrCreateTagForIdentity (const QMultiMap< QString, QString > &attributes) |
| Use attributes as used by FacesEngine to identify or create a person tag; From the database, produce the identity attributes identifying the corresponding identity.
|
|
static int | getOrCreateTagForPerson (const QString &name, int parentId=-1, const QString &fullName=QString()) |
| First, looks for the given person name in person tags, and returns an ID.
|
|
static QMultiMap< QString, QString > | identityAttributes (int tagId) |
|
static int | ignoredPersonTagId () |
|
static bool | isPerson (int tagId) |
| Returns a boolean value indicating whether the given tagId represents a person.
|
|
static bool | isSystemPersonTagId (int tagId) |
|
static bool | isTheIgnoredPerson (int tagId) |
|
static bool | isTheUnconfirmedPerson (int tagId) |
|
static bool | isTheUnknownPerson (int tagId) |
|
static int | personParentTag () |
| The suggested parent tag for persons.
|
|
static int | scannedForFacesTagId () |
|
static int | tagForPerson (const QString &name, int parentId=-1, const QString &fullName=QString()) |
| Looks for the given person name under the People tags tree, and returns an ID.
|
|
static int | unconfirmedPersonTagId () |
|
static int | unknownPersonTagId () |
|