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'. | |
void | loadSettings () |
void | saveSettings () |
~DlgSettings3DViewImp () | |
Destroys the object and frees any allocated resources. | |
Protected Member Functions | |
void | changeEvent (QEvent *e) |
Sets the strings of the subwidgets using the current language. | |
void | retranslate () |
The DlgSettings3DViewImp class implements a preference page to change settings for the Inventor viewer.
Definition at line 38 of file DlgSettings3DViewImp.h.
DlgSettings3DViewImp::DlgSettings3DViewImp | ( | QWidget * | parent = 0 |
) |
Constructs a DlgSettings3DViewImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
Definition at line 48 of file DlgSettings3DViewImp.cpp.
References retranslate(), and Gui::Dialog::Ui_DlgSettings3DView::setupUi().
DlgSettings3DViewImp::~DlgSettings3DViewImp | ( | ) |
Destroys the object and frees any allocated resources.
Definition at line 58 of file DlgSettings3DViewImp.cpp.
void DlgSettings3DViewImp::changeEvent | ( | QEvent * | e | ) | [protected, virtual] |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
Definition at line 139 of file DlgSettings3DViewImp.cpp.
References Gui::Dialog::Ui_DlgSettings3DView::comboNavigationStyle, Gui::Dialog::Ui_DlgSettings3DView::comboOrbitStyle, retranslate(), and Gui::Dialog::Ui_DlgSettings3DView::retranslateUi().
void DlgSettings3DViewImp::loadSettings | ( | ) | [virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 88 of file DlgSettings3DViewImp.cpp.
References Gui::Dialog::Ui_DlgSettings3DView::backlightColor, Gui::Dialog::Ui_DlgSettings3DView::CheckBox_CornerCoordSystem, Gui::Dialog::Ui_DlgSettings3DView::CheckBox_ShowFPS, Gui::Dialog::Ui_DlgSettings3DView::CheckBox_UseAutoRotation, Gui::Dialog::Ui_DlgSettings3DView::checkBoxAntiAliasing, Gui::Dialog::Ui_DlgSettings3DView::checkBoxBacklight, Gui::Dialog::Ui_DlgSettings3DView::checkBoxInvertZoom, Base::clamp(), Gui::Dialog::Ui_DlgSettings3DView::comboNavigationStyle, Gui::Dialog::Ui_DlgSettings3DView::comboOrbitStyle, Gui::Dialog::Ui_DlgSettings3DView::FloatSpinBox_EyeDistance, App::GetApplication(), Gui::CADNavigationStyle::getClassTypeId(), App::Application::GetParameterGroupByPath(), Gui::PrefWidget::onRestore(), Gui::Dialog::Ui_DlgSettings3DView::radioOrthographic, Gui::Dialog::Ui_DlgSettings3DView::radioPerspective, and Gui::Dialog::Ui_DlgSettings3DView::sliderIntensity.
void DlgSettings3DViewImp::retranslate | ( | ) | [protected] |
Definition at line 154 of file DlgSettings3DViewImp.cpp.
References Gui::Dialog::Ui_DlgSettings3DView::comboNavigationStyle, Base::Type::getAllDerivedFrom(), and Gui::UserNavigationStyle::getClassTypeId().
Referenced by changeEvent(), and DlgSettings3DViewImp().
void DlgSettings3DViewImp::saveSettings | ( | ) | [virtual] |
Implements Gui::Dialog::PreferencePage.
Definition at line 63 of file DlgSettings3DViewImp.cpp.
References Gui::Dialog::Ui_DlgSettings3DView::backlightColor, Gui::Dialog::Ui_DlgSettings3DView::CheckBox_CornerCoordSystem, Gui::Dialog::Ui_DlgSettings3DView::CheckBox_ShowFPS, Gui::Dialog::Ui_DlgSettings3DView::CheckBox_UseAutoRotation, Gui::Dialog::Ui_DlgSettings3DView::checkBoxAntiAliasing, Gui::Dialog::Ui_DlgSettings3DView::checkBoxBacklight, Gui::Dialog::Ui_DlgSettings3DView::checkBoxInvertZoom, Gui::Dialog::Ui_DlgSettings3DView::comboNavigationStyle, Gui::Dialog::Ui_DlgSettings3DView::comboOrbitStyle, Gui::Dialog::Ui_DlgSettings3DView::FloatSpinBox_EyeDistance, App::GetApplication(), App::Application::GetParameterGroupByPath(), Gui::PrefWidget::onSave(), Gui::Dialog::Ui_DlgSettings3DView::radioOrthographic, Gui::Dialog::Ui_DlgSettings3DView::radioPerspective, and Gui::Dialog::Ui_DlgSettings3DView::sliderIntensity.