Base class for property pages.
More...
#include <PropertyPage.h>
Base class for property pages.
- Author
- Werner Mayer
◆ PropertyPage()
| PropertyPage::PropertyPage |
( |
QWidget * |
parent = 0 | ) |
|
◆ ~PropertyPage()
| PropertyPage::~PropertyPage |
( |
| ) |
|
|
virtual |
◆ apply()
| void PropertyPage::apply |
( |
| ) |
|
|
protectedvirtual |
Applies all changes.
Reimplement this in your subclasses.
Referenced by onApply().
◆ cancel()
| void PropertyPage::cancel |
( |
| ) |
|
|
protectedvirtual |
Discards all changes.
Reimplement this in your subclasses.
Referenced by onCancel().
◆ isModified()
| bool PropertyPage::isModified |
( |
| ) |
|
◆ loadSettings
| virtual void Gui::Dialog::PropertyPage::loadSettings |
( |
| ) |
|
|
protectedpure virtualslot |
◆ onApply()
| void PropertyPage::onApply |
( |
| ) |
|
◆ onCancel()
| void PropertyPage::onCancel |
( |
| ) |
|
◆ onReset()
| void PropertyPage::onReset |
( |
| ) |
|
Resets to the default values.
References reset().
◆ reset()
| void PropertyPage::reset |
( |
| ) |
|
|
protectedvirtual |
◆ saveSettings
| virtual void Gui::Dialog::PropertyPage::saveSettings |
( |
| ) |
|
|
protectedpure virtualslot |
◆ setModified()
| void PropertyPage::setModified |
( |
bool |
b | ) |
|
The documentation for this class was generated from the following files:
- src/Gui/PropertyPage.h
- src/Gui/PropertyPage.cpp