#include <MainControl.h>
Inheritance diagram for MainControl::
Public Slots | |
void | newWindow () |
Creates a new main window and opens it. | |
void | newWindow (const char *fileName) |
Creates a new main window and opens the file named fileName in it. | |
void | quitWindow (MainWindow *) |
Closes the main window w. | |
Public Methods | |
MainControl (QString lang) | |
Constructor. | |
void | addMRUEntry (QString fileName) |
Adds an entry to the MRU file list. | |
void | removeMRUEntry (QString fileName) |
Removes an entry from the MRU file list. | |
QStringList & | getMRUList () |
Returns the MRU file list. | |
Private Attributes | |
QString | language |
Language. | |
QList< MainWindow *> | window_list |
List of main windows. | |
QStringList | mru_list |
List of most recently used files. |
It also holds a list of the most recently used files.