#include <LayoutEditorPropertyPage.h>
◆ LayoutEditorPropertyPage()
◆ ~LayoutEditorPropertyPage()
sf::LayoutEditorPropertyPage::~LayoutEditorPropertyPage |
( |
| ) |
|
|
override |
◆ afterPageApply()
void sf::LayoutEditorPropertyPage::afterPageApply |
( |
bool |
was_modified | ) |
|
|
overridevirtual |
Called when all pages are applied.
Method can be overridden by a derived class to update control widgets that were changed because of other pages being applied.
- Parameters
-
was_modified | True when this page was modified. |
Reimplemented from sf::PropertyPage.
◆ applyPage()
void sf::LayoutEditorPropertyPage::applyPage |
( |
| ) |
|
|
overridevirtual |
◆ getPageDescription()
QString sf::LayoutEditorPropertyPage::getPageDescription |
( |
| ) |
const |
|
overridevirtual |
Gets the description for hinting of the page in the list view.
Reimplemented from sf::PropertyPage.
◆ getPageIcon()
QIcon sf::LayoutEditorPropertyPage::getPageIcon |
( |
| ) |
const |
|
overridevirtual |
Gets the name of the page for displaying in the list view.
When not reimplemented this method returns the Resource settings icon.
Reimplemented from sf::PropertyPage.
◆ getPageName()
QString sf::LayoutEditorPropertyPage::getPageName |
( |
| ) |
const |
|
overridevirtual |
Gets the name of the page for displaying in the list view.
When reimplemented the QObject's name is returned.
Reimplemented from sf::PropertyPage.
◆ isPageModified()
bool sf::LayoutEditorPropertyPage::isPageModified |
( |
| ) |
const |
|
overridevirtual |
Gets the modified/changed status of the page.
- Returns
- True when modified.
Reimplemented from sf::PropertyPage.
◆ stateSaveRestore()
void sf::LayoutEditorPropertyPage::stateSaveRestore |
( |
QSettings & |
settings, |
|
|
bool |
save |
|
) |
| |
|
overridevirtual |
Called by sheet to save the state of the page.
A call to QSettings::beginGroup() is not needed since it is done by the parent sheet already.
Reimplemented from sf::PropertyPage.
◆ updatePage()
void sf::LayoutEditorPropertyPage::updatePage |
( |
| ) |
|
|
overridevirtual |
Updates the control widgets of the page.
This method is called to initialize the control widgets.
Reimplemented from sf::PropertyPage.
The documentation for this class was generated from the following file: