SketcherGui::SketcherSettingsDisplay Class Reference
The SketcherSettings class implements a preference page to change sketcher display settings. More...
#include <SketcherSettings.h>
Public Member Functions | |
void | loadSettings () |
void | saveSettings () |
SketcherSettingsDisplay (QWidget *parent=0) | |
~SketcherSettingsDisplay () | |
Destroys the object and frees any allocated resources. More... | |
Public Member Functions inherited from Gui::Dialog::PreferencePage | |
PreferencePage (QWidget *parent=0) | |
Construction. More... | |
virtual | ~PreferencePage () |
Destruction. More... | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Sets the strings of the subwidgets using the current language. More... | |
Additional Inherited Members | |
Public Slots inherited from Gui::Dialog::PreferencePage |
Detailed Description
The SketcherSettings class implements a preference page to change sketcher display settings.
Constructor & Destructor Documentation
◆ SketcherSettingsDisplay()
SketcherSettingsDisplay::SketcherSettingsDisplay | ( | QWidget * | parent = 0 | ) |
◆ ~SketcherSettingsDisplay()
SketcherSettingsDisplay::~SketcherSettingsDisplay | ( | ) |
Destroys the object and frees any allocated resources.
Member Function Documentation
◆ changeEvent()
|
protectedvirtual |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
◆ loadSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
References App::GetApplication(), ParameterGrp::GetInt(), and App::Application::GetParameterGroupByPath().
◆ saveSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
References App::GetApplication(), App::Application::GetParameterGroupByPath(), and ParameterGrp::SetInt().
The documentation for this class was generated from the following files:
- src/Mod/Sketcher/Gui/SketcherSettings.h
- src/Mod/Sketcher/Gui/SketcherSettings.cpp