|
QString | customIdentifier |
| A custom identifier, if neither filePath nor uniqueHash are applicable.
|
|
QString | fileName |
| The file name (the name, not the directory)
|
|
qlonglong | fileSize = 0 |
|
bool | isAccessible = false |
| If the original file is at all accessible on disk.
|
|
QString | mimeType |
| The mime type of the original file.
|
|
QDateTime | modificationDate |
| The modification date of the original file.
|
|
int | orientationHint = DMetadata::ORIENTATION_UNSPECIFIED |
| Gives a hint at the orientation of the image.
|
|
QString | uniqueHash |
| If available, the uniqueHash + fileSize pair for identification of the original file by content.
|
|
QString | filePath |
| The file path from which the thumbnail shall be generated.
|
|
qlonglong | id = 0 |
| The database id, which needs to be translated to uniqueHash + fileSize.
|
|