Vuo  0.4.1
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Slots | Signals | Public Member Functions | List of all members
VuoRecentFileMenu Class Reference

Description

Provides a "File > Open Recent" menu.

Public Slots

void clearRecentFileListActionTriggered ()
 Clears the list of recently opened files.
 

Signals

void recentFileSelected (QString filePath)
 Emitted when a file has been selected from the menu.
 
void recentFileListCleared ()
 Emitted when the user has cleared the list of recently opened files.
 

Public Member Functions

 VuoRecentFileMenu (QWidget *parent=0)
 Creates an "Open Recent" menu.
 
void addFile (const QString &filePath)
 Adds file with path filePath to the list of recently opened files.
 
QStringList getRecentFiles ()
 Returns the list of recently opened files.
 
void setRecentFiles (QStringList recentFiles)
 Sets the list of recently opened files.
 

The documentation for this class was generated from the following files: