digiKam
Loading...
Searching...
No Matches
ShowFoto::ShowfotoItemInfo Class Reference

#include <showfotoiteminfo.h>

Public Member Functions

bool isNull () const
 
bool operator!= (const ShowfotoItemInfo &info) const
 
bool operator== (const ShowfotoItemInfo &info) const
 
 ShowfotoItemInfo ()=default
 
 ~ShowfotoItemInfo ()=default
 

Static Public Member Functions

static ShowfotoItemInfo itemInfoFromFile (const QFileInfo &inf)
 

Public Attributes

QDateTime ctime
 camera date stamp
 
QDateTime dtime
 creation time on disk
 
QString folder
 Folder path to access to file.
 
int height = 0
 Image height in pixels.
 
qlonglong id = -1
 Unique image id.
 
QString mime
 Type mime of file.
 
QString name
 File name in file-system.
 
PhotoInfoContainer photoInfo
 
qint64 size = -1
 Static values.
 
QUrl url
 file Url
 
int width = 0
 Image width in pixels.
 

Constructor & Destructor Documentation

◆ ShowfotoItemInfo()

ShowFoto::ShowfotoItemInfo::ShowfotoItemInfo ( )
default

◆ ~ShowfotoItemInfo()

ShowFoto::ShowfotoItemInfo::~ShowfotoItemInfo ( )
default

Member Function Documentation

◆ isNull()

bool ShowFoto::ShowfotoItemInfo::isNull ( ) const

◆ itemInfoFromFile()

ShowfotoItemInfo ShowFoto::ShowfotoItemInfo::itemInfoFromFile ( const QFileInfo &  inf)
static

References ctime, dtime, folder, height, mime, name, photoInfo, size, url, and width.

◆ operator!=()

bool ShowFoto::ShowfotoItemInfo::operator!= ( const ShowfotoItemInfo info) const

◆ operator==()

bool ShowFoto::ShowfotoItemInfo::operator== ( const ShowfotoItemInfo info) const

Compare for information equality and un-equality, not including variable values.

References folder, id, mime, name, photoInfo, and size.

Member Data Documentation

◆ ctime

◆ dtime

◆ folder

◆ height

int ShowFoto::ShowfotoItemInfo::height = 0

◆ id

qlonglong ShowFoto::ShowfotoItemInfo::id = -1

◆ mime

◆ name

◆ photoInfo

◆ size

◆ url

◆ width

int ShowFoto::ShowfotoItemInfo::width = 0

The documentation for this class was generated from the following files: