![]() |
digiKam Developer Documentation
Professional Photo Management with the Power of Open Source
|
Static Public Member Functions | |
static bool | deleteDirRecursivley (const QString &dirToDelete, const QDateTime &deleteTime) |
Deletes a whole folder from the collection. | |
static bool | deleteImage (const QString &imagePath, const QDateTime &deleteTime) |
Deletes image to the trash of a particular collection. | |
static void | extractJsonForItem (const QString &collPath, const QString &baseName, DTrashItemInfo &itemInfo) |
Extracts the data from json file and gives it to DTrashItemInfo. | |
|
static |
dirToDelete | path to folder |
deleteTime | delete time from the image |
|
static |
imagePath | path to image |
deleteTime | delete time from the image |
|
static |
collPath | path to collection |
baseName | name of the file inside the trash |
itemInfo | item to extract data to it |