The DlgSettingsMacroImp class implements a preference page to change settings for macro stuff. More...
#include <DlgSettingsMacroImp.h>
Public Member Functions | |
DlgSettingsMacroImp (QWidget *parent=nullptr) | |
Constructs a DlgSettingsMacroImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
void | loadSettings () |
void | saveSettings () |
~DlgSettingsMacroImp () | |
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... | |
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 DlgSettingsMacroImp class implements a preference page to change settings for macro stuff.
DlgSettingsMacroImp::DlgSettingsMacroImp | ( | QWidget * | parent = nullptr | ) |
Constructs a DlgSettingsMacroImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
References App::GetApplication().
DlgSettingsMacroImp::~DlgSettingsMacroImp | ( | ) |
Destroys the object and frees any allocated resources.
|
protectedvirtual |
Sets the strings of the subwidgets using the current language.
Implements Gui::Dialog::PreferencePage.
|
virtual |
Implements Gui::Dialog::PreferencePage.
References ParameterGrp::GetASCII(), Gui::WindowParameter::getDefaultParameter(), and ParameterGrp::GetGroup().
|
virtual |
Implements Gui::Dialog::PreferencePage.
References Gui::WindowParameter::getDefaultParameter(), ParameterGrp::GetGroup(), and ParameterGrp::SetASCII().