#include <RecentFilesAction.h>
Recent file utility class (contains file path and date time)
◆ RecentFile()
| hdps::gui::RecentFile::RecentFile |
( |
const QString |
filePath, |
|
|
const QDateTime |
dateTime |
|
) |
| |
|
inline |
Construct with filePath and dateTime
- Parameters
-
| filePath | File path of the recent file |
| dateTime | Date and time the recent file was last opened |
◆ getDateTime()
| QDateTime hdps::gui::RecentFile::getDateTime |
( |
| ) |
const |
|
inline |
Get date and time
- Returns
- Date and time the recent file was last opened
◆ getFilePath()
| QString hdps::gui::RecentFile::getFilePath |
( |
| ) |
const |
|
inline |
Get file path
- Returns
- File path of the recent file
The documentation for this class was generated from the following file: