ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
Loading...
Searching...
No Matches
hdps::gui::RecentFile Class Referencefinal

#include <RecentFilesAction.h>

Public Member Functions

 RecentFile (const QString filePath, const QDateTime dateTime)
 
QString getFilePath () const
 
QDateTime getDateTime () const
 

Detailed Description

Recent file utility class (contains file path and date time)

Constructor & Destructor Documentation

◆ RecentFile()

hdps::gui::RecentFile::RecentFile ( const QString  filePath,
const QDateTime  dateTime 
)
inline

Construct with filePath and dateTime

Parameters
filePathFile path of the recent file
dateTimeDate and time the recent file was last opened

Member Function Documentation

◆ 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: