#include <PreferencesDialog.h>
Public Member Functions | |
CPreferences () | |
~CPreferences () | |
Public Attributes | |
CSettings * | configuration |
Protected Slots | |
void | writeConfig () |
void | browseLanguage () |
Private Member Functions | |
void | loadSettings () |
Definition at line 7 of file PreferencesDialog.h.
CPreferences::CPreferences | ( | ) |
Definition at line 4 of file PreferencesDialog.cpp.
References browseLanguage(), configuration, loadSettings(), and writeConfig().
CPreferences::~CPreferences | ( | ) |
void CPreferences::writeConfig | ( | ) | [protected, slot] |
Definition at line 26 of file PreferencesDialog.cpp.
References configuration, SConfiguration::firstrun, SConfiguration::language, SConfiguration::otherLanuage, CSettings::settings, SConfiguration::systemTray, and CSettings::write().
Referenced by CPreferences().
void CPreferences::browseLanguage | ( | ) | [protected, slot] |
void CPreferences::loadSettings | ( | ) | [private] |
Definition at line 39 of file PreferencesDialog.cpp.
References configuration, SConfiguration::language, SConfiguration::otherLanuage, CSettings::settings, and SConfiguration::systemTray.
Referenced by CPreferences().
Definition at line 13 of file PreferencesDialog.h.
Referenced by CPreferences(), loadSettings(), writeConfig(), and ~CPreferences().