25 #ifndef DIGIKAM_CAMITEM_INFO_H
26 #define DIGIKAM_CAMITEM_INFO_H
Definition: camiteminfo.h:48
qint64 size
Static values taken from camera.
Definition: camiteminfo.h:90
QString mime
Type mime of camera file.
Definition: camiteminfo.h:99
int writePermissions
Write permission of camera file.
Definition: camiteminfo.h:95
qlonglong id
Unique image id.
Definition: camiteminfo.h:110
int pickLabel
Pre-picklabel value of camera file.
Definition: camiteminfo.h:114
QList< int > tagIds
Pre-tags ids of camera file.
Definition: camiteminfo.h:118
QString name
File name in camera file-system.
Definition: camiteminfo.h:97
QString downloadName
New file-name to use during download from camera.
Definition: camiteminfo.h:107
int colorLabel
Pre-picklabel value of camera file.
Definition: camiteminfo.h:116
QDateTime ctime
Created time stamp of camera file.
Definition: camiteminfo.h:101
int readPermissions
Read permission of camera file.
Definition: camiteminfo.h:94
QString folder
Folder path to access to file in camera.
Definition: camiteminfo.h:98
int width
Image width in pixels.
Definition: camiteminfo.h:92
bool previewPossible
Definition: camiteminfo.h:119
int rating
Pre-rating value of camera file.
Definition: camiteminfo.h:112
int height
Image height in pixels.
Definition: camiteminfo.h:93
PhotoInfoContainer photoInfo
Photo Info from camera file (get from file metadata)
Definition: camiteminfo.h:103
int downloaded
Variable values depending of user actions.
Definition: camiteminfo.h:106
DownloadStatus
Definition: camiteminfo.h:53
Definition: photoinfocontainer.h:41
Definition: datefolderview.cpp:43
QDebug operator<<(QDebug dbg, const DbEngineParameters &p)
Definition: dbengineparameters.cpp:863
QDataStream & operator>>(QDataStream &ds, PhotoInfoContainer &info)
Definition: photoinfocontainer.cpp:117
QList< CamItemInfo > CamItemInfoList
Definition: camiteminfo.h:125
bool operator==(const SearchTextSettings &a, const SearchTextSettings &b)
Definition: searchtextbar.cpp:49