Hydra 0.20
|
#include <FileEntry.h>
Public Member Functions | |
FileEntry (const QString &_fullfilename) | |
bool | operator< (const FileEntry &rhs) const |
const QString & | fullfilename (void) const |
const QString & | justname (void) const |
bool | containsRecord (bool *needsBigRead=0) const |
const QString & | recordHash (void) const |
hydra::FileItemRecord & | recordItem (void) const |
QDateTime | fileLastModified (void) const |
the last modified time of the disk file | |
qint64 | fileSize (void) const |
file's size on disk | |
int | rotateCode (void) |
int | reloadRotateCode (void) |
same as rotateCode, but always does a reload from tags/exif |
An individual FileEntry This contains a filename, record info (demand loaded) and file info.
int desktop::FileEntry::rotateCode | ( | void | ) |
gets the rotate code, might have to load exif or tag info to determine this always returns >= 0