The Ui_DlgSettingsNavigation class implements a preference page to change settings for the Inventor viewer. More...
#include <DlgSettingsNavigation.h>
Public Member Functions | |
DlgSettingsNavigation (QWidget *parent=nullptr) | |
Constructs a DlgSettingsNavigation which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
void | loadSettings () |
void | saveSettings () |
~DlgSettingsNavigation () | |
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... | |
void | retranslate () |
Additional Inherited Members | |
Public Slots inherited from Gui::Dialog::PreferencePage |
Detailed Description
The Ui_DlgSettingsNavigation class implements a preference page to change settings for the Inventor viewer.
Constructor & Destructor Documentation
◆ DlgSettingsNavigation()
DlgSettingsNavigation::DlgSettingsNavigation | ( | QWidget * | parent = nullptr | ) |
Constructs a DlgSettingsNavigation which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
References retranslate().
◆ ~DlgSettingsNavigation()
DlgSettingsNavigation::~DlgSettingsNavigation | ( | ) |
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.
References retranslate().
◆ loadSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
References Base::clamp(), App::GetApplication(), ParameterGrp::GetASCII(), ParameterGrp::GetBool(), Base::BaseClass::getClassTypeId(), ParameterGrp::GetFloat(), ParameterGrp::GetGroup(), ParameterGrp::GetInt(), App::Application::GetParameterGroupByPath(), and Gui::NavigationStyle::Trackball.
◆ retranslate()
|
protected |
References Gui::UserNavigationStyle::getUserFriendlyNames().
Referenced by changeEvent(), and DlgSettingsNavigation().
◆ saveSettings()
|
virtual |
The documentation for this class was generated from the following files:
- src/Gui/DlgSettingsNavigation.h
- src/Gui/DlgSettingsNavigation.cpp