The DlgSettings3DViewImp class implements a preference page to change settings for the Inventor viewer. More...
#include <DlgSettings3DViewImp.h>
Public Member Functions | |
DlgSettings3DViewImp (QWidget *parent=0) | |
Constructs a DlgSettings3DViewImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
void | loadSettings () |
void | saveSettings () |
~DlgSettings3DViewImp () | |
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 DlgSettings3DViewImp class implements a preference page to change settings for the Inventor viewer.
Constructor & Destructor Documentation
◆ DlgSettings3DViewImp()
DlgSettings3DViewImp::DlgSettings3DViewImp | ( | QWidget * | parent = 0 | ) |
Constructs a DlgSettings3DViewImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
◆ ~DlgSettings3DViewImp()
DlgSettings3DViewImp::~DlgSettings3DViewImp | ( | ) |
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 Base::clamp(), 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/Gui/DlgSettings3DViewImp.h
- src/Gui/DlgSettings3DViewImp.cpp