#include <prefs.h>
Public Member Functions | |
| CPrefsMru () | |
| void | touchEntry (const QString &newentry) |
| void | removeEntry (const QString &oldentry) |
Definition at line 31 of file prefs.h.
| CPrefsMru::CPrefsMru | ( | ) | [inline] |
| void CPrefsMru::touchEntry | ( | const QString & | newEntry | ) |
Puts an entry at the top of the Most Recently Used files.
| newEntry | The entry to be added |
Definition at line 41 of file prefs.cpp.
References removeEntry().
Referenced by CFormMain::open(), CFormMain::slotSave(), and CFormMain::slotSaveAs().
| void CPrefsMru::removeEntry | ( | const QString & | oldEntry | ) |
Removes an entry from the Most Recently Used files.
| oldEntry | The entry to be removed |
Definition at line 28 of file prefs.cpp.
Referenced by CFormMain::open(), and touchEntry().
1.5.6