|
void | addToGroup (const ItemInfo &pick, const QList< ItemInfo > &infos) |
|
void | applyMetadata (const QList< ItemInfo > &infos, const DisjointMetadata &hub) |
|
void | applyMetadata (const QList< ItemInfo > &infos, DisjointMetadata *hub) |
|
void | assignColorLabel (const ItemInfo &info, int colorId) |
|
void | assignColorLabel (const QList< ItemInfo > &infos, int colorId) |
|
void | assignPickLabel (const ItemInfo &info, int pickId) |
|
void | assignPickLabel (const QList< ItemInfo > &infos, int pickId) |
|
void | assignRating (const ItemInfo &info, int rating) |
|
void | assignRating (const QList< ItemInfo > &infos, int rating) |
|
void | assignTag (const ItemInfo &info, int tagID) |
|
void | assignTag (const QList< ItemInfo > &infos, int tagID) |
|
void | assignTags (const ItemInfo &info, const QList< int > &tagIDs) |
|
void | assignTags (const QList< ItemInfo > &infos, const QList< int > &tagIDs) |
|
void | assignTags (const QList< qlonglong > &imageIds, const QList< int > &tagIDs) |
|
void | copyAttributes (const ItemInfo &source, const QString &derivedPath) |
|
void | copyAttributes (const ItemInfo &source, const QStringList &derivedPaths) |
|
void | removeFromGroup (const ItemInfo &info) |
|
void | removeFromGroup (const QList< ItemInfo > &infos) |
|
void | removeTag (const ItemInfo &info, int tagID) |
|
void | removeTag (const QList< ItemInfo > &infos, int tagID) |
|
void | removeTags (const ItemInfo &info, const QList< int > &tagIDs) |
|
void | removeTags (const QList< ItemInfo > &infos, const QList< int > &tagIDs) |
|
void | setExifOrientation (const QList< ItemInfo > &infos, int orientation) |
|
void | transform (const QList< ItemInfo > &infos, MetaEngineRotation::TransformationAction action) |
| Flip or rotate.
|
|
void | ungroup (const ItemInfo &info) |
|
void | ungroup (const QList< ItemInfo > &infos) |
|