•All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
The DlgSettingsMeshView class implements a preference page to change settings for display of meshes. More...
#include <DlgSettingsMeshView.h>
Public Member Functions | |
DlgSettingsMeshView (QWidget *parent=nullptr) | |
Constructs a DlgSettingsMeshView which is a child of 'parent'. More... | |
~DlgSettingsMeshView () | |
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 | loadSettings () |
void | saveSettings () |
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 DlgSettingsMeshView class implements a preference page to change settings for display of meshes.
DlgSettingsMeshView::DlgSettingsMeshView | ( | QWidget * | parent = nullptr | ) |
Constructs a DlgSettingsMeshView which is a child of 'parent'.
DlgSettingsMeshView::~DlgSettingsMeshView | ( | ) |
Destroys the object and frees any allocated resources.
|
protectedvirtual |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
|
protectedvirtual |
Implements Gui::Dialog::PreferencePage.
References ParameterGrp::GetBool(), Gui::WindowParameter::getDefaultParameter(), and ParameterGrp::GetGroup().
|
protectedvirtual |
Implements Gui::Dialog::PreferencePage.