Gui::Dialog::DlgSettingsMacroImp Class Reference
The DlgSettingsMacroImp class implements a preference page to change settings for macro stuff. More...
#include <DlgSettingsMacroImp.h>
Public Member Functions | |
DlgSettingsMacroImp (QWidget *parent=0) | |
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=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... | |
Additional Inherited Members | |
Public Slots inherited from Gui::Dialog::PreferencePage |
Detailed Description
The DlgSettingsMacroImp class implements a preference page to change settings for macro stuff.
Constructor & Destructor Documentation
◆ DlgSettingsMacroImp()
DlgSettingsMacroImp::DlgSettingsMacroImp | ( | QWidget * | parent = 0 | ) |
Constructs a DlgSettingsMacroImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
References App::GetApplication().
◆ ~DlgSettingsMacroImp()
DlgSettingsMacroImp::~DlgSettingsMacroImp | ( | ) |
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.
◆ loadSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
◆ saveSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
The documentation for this class was generated from the following files:
- src/Gui/DlgSettingsMacroImp.h
- src/Gui/DlgSettingsMacroImp.cpp