|
Quark
0.1
|
An object representing a recently opened file. More...
#include <RecentFile.h++>
Public Member Functions | |
| RecentFile (const QString &path) | |
| Constructs a new RecentFile with the specified file path. More... | |
| ~RecentFile () | |
| Destructor. More... | |
| QString | getPath () const |
| Returns the file path. More... | |
| QString | getFilename () const |
| Returns the filename portion of the file path. More... | |
| bool | operator< (const RecentFile &other) const |
| Comparison operator. More... | |
An object representing a recently opened file.
See RecentFileTableModel and RecentFileTableModelMenuAdapter.
|
explicit |
Constructs a new RecentFile with the specified file path.
| ~RecentFile | ( | ) |
Destructor.
|
inline |
Returns the filename portion of the file path.
|
inline |
Returns the file path.
| bool operator< | ( | const RecentFile & | other | ) | const |
Comparison operator.