#include <ContainerPropertyPage.h>
|
| ContainerPropertyPage (QWidget *target, QWidget *parent=nullptr) |
|
| ~ContainerPropertyPage () override |
|
QString | getPageName () const override |
| Gets the name of the page for displaying in the list view.
|
|
QString | getPageDescription () const override |
| Gets the description for hinting of the page in the list view.
|
|
void | updatePage () override |
| Updates the control widgets of the page.
|
|
bool | isPageModified () const override |
| Gets the modified/changed status of the page.
|
|
void | applyPage () override |
| Applies the changes made in this page.
|
|
| PropertyPage (QWidget *parent) |
| Constructor.
|
|
virtual QIcon | getPageIcon () const |
| Gets the name of the page for displaying in the list view.
|
|
virtual bool | canApplyPage () const |
| Allows validation of the changes made per page. First page which return false is selected.
|
|
virtual void | afterPageApply (bool was_modified) |
| Called when all pages are applied.
|
|
PropertySheetDialog * | getSheet () |
| Gets the parent sheet of this page. (also the parent but casted.)
|
|
virtual void | stateSaveRestore (QSettings &settings, bool save) |
| Called by sheet to save the state of the page.
|
|
◆ ContainerPropertyPage()
sf::ContainerPropertyPage::ContainerPropertyPage |
( |
QWidget * |
target, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ ~ContainerPropertyPage()
sf::ContainerPropertyPage::~ContainerPropertyPage |
( |
| ) |
|
|
override |
◆ applyPage()
void sf::ContainerPropertyPage::applyPage |
( |
| ) |
|
|
overridevirtual |
◆ getPageDescription()
QString sf::ContainerPropertyPage::getPageDescription |
( |
| ) |
const |
|
overridevirtual |
Gets the description for hinting of the page in the list view.
Reimplemented from sf::PropertyPage.
◆ getPageName()
QString sf::ContainerPropertyPage::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::ContainerPropertyPage::isPageModified |
( |
| ) |
const |
|
overridevirtual |
Gets the modified/changed status of the page.
- Returns
- True when modified.
Reimplemented from sf::PropertyPage.
◆ updatePage()
void sf::ContainerPropertyPage::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: