Gui::Dialog::DlgSettingsDocumentImp Class Reference

The DlgSettingsDocumentImp class implements a preference page to change settings for the document. More...

#include <DlgSettingsDocumentImp.h>

Public Member Functions

 DlgSettingsDocumentImp (QWidget *parent=nullptr)
 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=nullptr)
 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...
 
virtual void changeEvent (QEvent *e)=0
 

Additional Inherited Members

- Public Slots inherited from Gui::Dialog::PreferencePage
virtual void loadSettings ()=0
 
virtual void saveSettings ()=0
 

Detailed Description

The DlgSettingsDocumentImp class implements a preference page to change settings for the document.

Author
Jürgen Riegel

Constructor & Destructor Documentation

◆ DlgSettingsDocumentImp()

DlgSettingsDocumentImp::DlgSettingsDocumentImp ( QWidget parent = nullptr)

Constructs a DlgSettingsDocumentImp which is a child of 'parent', with the name 'name' and widget flags set to 'f'.

References draftgeoutils.intersections::connect(), and onLicenseTypeChanged().

◆ ~DlgSettingsDocumentImp()

DlgSettingsDocumentImp::~DlgSettingsDocumentImp ( )

Destroys the object and frees any allocated resources.

Member Function Documentation

◆ changeEvent()

void DlgSettingsDocumentImp::changeEvent ( QEvent e)
protectedvirtual

Sets the strings of the subwidgets using the current language.

Implements Gui::Dialog::PreferencePage.

◆ loadSettings()

void DlgSettingsDocumentImp::loadSettings ( )
virtual

◆ onLicenseTypeChanged

void DlgSettingsDocumentImp::onLicenseTypeChanged ( int  index)
protectedslot

Set the correct URL depending on the license type.

Referenced by DlgSettingsDocumentImp().

◆ saveSettings()

void DlgSettingsDocumentImp::saveSettings ( )
virtual

The documentation for this class was generated from the following files: