Definition photoinfocontainer.h:31
Definition showfotoiteminfo.h:38
bool operator==(const ShowfotoItemInfo &info) const
Definition showfotoiteminfo.cpp:41
PhotoInfoContainer photoInfo
Definition showfotoiteminfo.h:70
QUrl url
file Url
Definition showfotoiteminfo.h:61
bool isNull() const
Definition showfotoiteminfo.cpp:30
QString folder
Folder path to access to file.
Definition showfotoiteminfo.h:64
QDateTime dtime
creation time on disk
Definition showfotoiteminfo.h:72
int height
Image height in pixels.
Definition showfotoiteminfo.h:75
static ShowfotoItemInfo itemInfoFromFile(const QFileInfo &inf)
Definition showfotoiteminfo.cpp:98
QString mime
Type mime of file.
Definition showfotoiteminfo.h:65
~ShowfotoItemInfo()=default
int width
Image width in pixels.
Definition showfotoiteminfo.h:74
qint64 size
Static values.
Definition showfotoiteminfo.h:60
bool operator!=(const ShowfotoItemInfo &info) const
Definition showfotoiteminfo.cpp:53
ShowfotoItemInfo()=default
QString name
File name in file-system.
Definition showfotoiteminfo.h:63
QDateTime ctime
camera date stamp
Definition showfotoiteminfo.h:73
Definition datefolderview.cpp:34
Definition showfotofolderviewbar.cpp:43
QDataStream & operator<<(QDataStream &ds, const ShowfotoItemInfo &info)
Definition showfotoiteminfo.cpp:58
QList< ShowfotoItemInfo > ShowfotoItemInfoList
Definition showfotoiteminfo.h:81
QDataStream & operator>>(QDataStream &ds, ShowfotoItemInfo &info)
Definition showfotoiteminfo.cpp:70