#include <prefs.h>
Public Member Functions | |
| CPrefs () | |
Public Attributes | |
| CPrefsMru | mruDocuments |
| int | helpWindowWidth |
| int | helpWindowHeight |
| int | mainWindowWidth |
| int | mainWindowHeight |
| QString | language |
Definition at line 46 of file prefs.h.
| CPrefs::CPrefs | ( | ) |
The most recently used documents.
Definition at line 52 of file prefs.h.
Referenced by CSailDoc::get(), CFormMain::makeMenuMru(), CFormMain::open(), CSailDoc::put(), CFormMain::slotOpenRecent(), CFormMain::slotSave(), and CFormMain::slotSaveAs().
The width of the help window
Definition at line 55 of file prefs.h.
Referenced by CSailDoc::get(), and CSailDoc::put().
The height of the help window
Definition at line 57 of file prefs.h.
Referenced by CSailDoc::get(), and CSailDoc::put().
The width of the main window
Definition at line 60 of file prefs.h.
Referenced by CFormMain::CFormMain(), CFormMain::closeEvent(), CSailDoc::get(), and CSailDoc::put().
The height of the main window
Definition at line 62 of file prefs.h.
Referenced by CFormMain::CFormMain(), CFormMain::closeEvent(), CSailDoc::get(), and CSailDoc::put().
| QString CPrefs::language |
The preferred language.
Definition at line 65 of file prefs.h.
Referenced by CFormMain::CFormMain(), CSailDoc::get(), CSailDoc::put(), and CFormMain::slotLanguage().
1.5.6