|
ManiVault 1.0.0
A Flexible and Extensible Visual Analytics Framework for High-Dimensional Data
|
#include <RecentFilesAction.h>
Public Types | |
| enum class | Column { FilePath , DateTime } |
Static Public Attributes | |
| static QMap< Column, QPair< QString, QString > > | columnInfo |
Protected Member Functions | |
| Model (RecentFilesAction *recentFilePathsAction) | |
| void | loadFromSettings () |
| void | addRecentFilePath (const QString &filePath) |
| void | removeRecentFilePath (const QString &filePath) |
| QList< TriggerAction * > | getActions () |
| QStringList | getRecentFilePaths () const |
Friends | |
| class | RecentFilesAction |
Standard item model loading and manipulating the recent file paths
|
strong |
Model columns
| Enumerator | |
|---|---|
| FilePath | |
| DateTime | Location of the recent file Date and time when the file was opened |
|
protected |
Constructor
| recentFilePathsAction | Pointer to owning recent file paths action |
|
protected |
Add recent filePath
| filePath | Recent file path to add |
|
protected |
Get trigger actions for triggering the recent file path
|
protected |
Get recent file paths
|
protected |
Load recent file paths from settings
|
protected |
Remove recent filePath
| filePath | Recent file path to remove |
|
friend |
Menu trigger actions
|
static |
Column name and tooltip