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=nullptr) | |
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 () |
virtual void | changeEvent (QEvent *e)=0 |
Additional Inherited Members | |
Public Slots inherited from Gui::Dialog::PreferencePage | |
virtual void | loadSettings ()=0 |
virtual void | saveSettings ()=0 |
The Ui_DlgSettingsNavigation class implements a preference page to change settings for the Inventor viewer.
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 | ( | ) |
Destroys the object and frees any allocated resources.
|
protectedvirtual |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
References retranslate().
|
virtual |
Implements Gui::Dialog::PreferencePage.
References Base::clamp(), draftgeoutils.intersections::connect(), App::GetApplication(), ParameterGrp::GetASCII(), ParameterGrp::GetBool(), Base::BaseClass::getClassTypeId(), ParameterGrp::GetFloat(), ParameterGrp::GetGroup(), ParameterGrp::GetInt(), App::Application::GetParameterGroupByPath(), and Gui::NavigationStyle::Trackball.
|
protected |
References Gui::UserNavigationStyle::getUserFriendlyNames(), and draftguitools.gui_setstyle::translate.
Referenced by changeEvent(), and DlgSettingsNavigation().
|
virtual |