The DlgSettingsDocumentImp class implements a preference page to change settings for the document. More...
#include <DlgSettingsDocumentImp.h>
Public Member Functions | |
| DlgSettingsDocumentImp (QWidget *parent=0) | |
| Constructs a DlgSettingsDocumentImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'. More... | |
| void | loadSettings () |
| void | saveSettings () |
| ~DlgSettingsDocumentImp () | |
| 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 Slots | |
| void | onLicenseTypeChanged (int index) |
| Set the correct URL depending on the license type. 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 DlgSettingsDocumentImp class implements a preference page to change settings for the document.
Constructor & Destructor Documentation
◆ DlgSettingsDocumentImp()
| DlgSettingsDocumentImp::DlgSettingsDocumentImp | ( | QWidget * | parent = 0 | ) |
Constructs a DlgSettingsDocumentImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.
References onLicenseTypeChanged().
◆ ~DlgSettingsDocumentImp()
| DlgSettingsDocumentImp::~DlgSettingsDocumentImp | ( | ) |
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.
◆ onLicenseTypeChanged
|
protectedslot |
Set the correct URL depending on the license type.
Referenced by DlgSettingsDocumentImp().
◆ saveSettings()
|
virtual |
Implements Gui::Dialog::PreferencePage.
References Gui::AutoSaver::instance(), and Gui::AutoSaver::setTimeout().
The documentation for this class was generated from the following files:
- src/Gui/DlgSettingsDocumentImp.h
- src/Gui/DlgSettingsDocumentImp.cpp
Public Member Functions inherited from
1.8.17