#include <settings.h>

Public Member Functions | |
| Settings () | |
| Settings (MainWindow *main) | |
| void | setMainWindow (MainWindow *main) |
| bool | read () |
| bool | write () |
| void | setAutomaticCheckForUpdates (const bool &check) |
| bool | automaticCheckForUpdates () |
| void | setTeacher (const bool &m) |
| bool | teacher () |
| void | setWorkspace (const QDir &d) |
| QDir | workspace () |
| QString | chooseWorkspacePath () |
| void | setIntroPage (bool introPage) |
| void | setEmptySolution (bool emptySolution) |
| void | setNewPageSolution (bool newPageSolution) |
| bool | introPage () |
| bool | emptySolution () |
| bool | newPageSolution () |
Definition at line 10 of file settings.h.
| Settings::Settings | ( | ) |
Definition at line 4 of file settings.cpp.
| Settings::Settings | ( | MainWindow * | main | ) |
| bool Settings::automaticCheckForUpdates | ( | ) | [inline] |
Definition at line 25 of file settings.h.
| QString Settings::chooseWorkspacePath | ( | ) |
| bool Settings::emptySolution | ( | ) | [inline] |
| bool Settings::introPage | ( | ) | [inline] |
| bool Settings::newPageSolution | ( | ) | [inline] |
| bool Settings::read | ( | ) |
Definition at line 16 of file settings.cpp.


| void Settings::setAutomaticCheckForUpdates | ( | const bool & | check | ) | [inline] |
Definition at line 24 of file settings.h.
| void Settings::setEmptySolution | ( | bool | emptySolution | ) | [inline] |
Definition at line 36 of file settings.h.
| void Settings::setIntroPage | ( | bool | introPage | ) | [inline] |
Definition at line 35 of file settings.h.
| void Settings::setMainWindow | ( | MainWindow * | main | ) |
| void Settings::setNewPageSolution | ( | bool | newPageSolution | ) | [inline] |
Definition at line 37 of file settings.h.
| void Settings::setTeacher | ( | const bool & | m | ) | [inline] |
Definition at line 27 of file settings.h.
| void Settings::setWorkspace | ( | const QDir & | d | ) | [inline] |
Definition at line 31 of file settings.h.
| bool Settings::teacher | ( | ) | [inline] |
| QDir Settings::workspace | ( | ) | [inline] |
| bool Settings::write | ( | ) |
1.5.9