|
void | loadRecentFile (QString filename) |
|
|
| RecentFileMenu (QString title=tr("Open Recent"), QWidget *parent=0) |
|
QStringList | getRecentFiles () |
|
void | setRecentFiles (QStringList filenames) |
|
void | addRecentFile (QString filename) |
|
void | removeRecentFile (QString filename) |
|
bool | loadFromDisk () |
|
bool | saveToDisk () |
|
|
static const int | MAX_RECENT_FILES = 10 |
|
|
void | onRecentFileTriggered () |
|
|
QStringList | mRecentFiles |
|
std::map< QString, QAction * > | mRecentActions |
|
QAction * | mClearAction = nullptr |
|
QAction * | mClearSeparator = nullptr |
|
Definition at line 30 of file recentfilemenu.h.
The documentation for this class was generated from the following files: