![]() |
Fréchet View
1.6.0
A Tool for Exploring Fréchet Distance Algorithms
|
an entry in the recently opened file list
Definition at line 12 of file filehistory.h.
#include <filehistory.h>
Public Member Functions | |
FileEntry (QString apath, size_t id, QDateTime adate=QDateTime::currentDateTime()) | |
default constructor More... | |
bool | operator< (const FileEntry &that) const |
compare files by their last-used date More... | |
Public Attributes | |
QString | path |
absolute path to file More... | |
size_t | id |
unique identifier issued by FileHistory More... | |
QDateTime | used |
time when the file was last used More... | |
FileEntry::FileEntry | ( | QString | apath, |
size_t | id, | ||
QDateTime | adate = QDateTime::currentDateTime() |
||
) |
default constructor
apath | absolute path to file |
id | unique identifier issued by FileHistory |
adate | time when the file was last used |
Definition at line 13 of file filehistory.cpp.
bool FileEntry::operator< | ( | const FileEntry & | that | ) | const |
compare files by their last-used date
that | another file |
Definition at line 17 of file filehistory.cpp.
size_t frechet::app::FileEntry::id |
unique identifier issued by FileHistory
Definition at line 18 of file filehistory.h.
QString frechet::app::FileEntry::path |
absolute path to file
Definition at line 16 of file filehistory.h.
QDateTime frechet::app::FileEntry::used |
time when the file was last used
Definition at line 20 of file filehistory.h.