#include <ToolInfoPropertyPage.h>
|
| ToolInfoFilerPropertyPage (const IniEnvelope &target, QWidget *parent=nullptr) |
|
| ToolInfoPropertyPage (ToolInformation *target, QWidget *parent=nullptr) |
| Constructor.
|
|
| ~ToolInfoPropertyPage () override |
| Virtual destructor.
|
|
void | applyPage () override |
| Applies the changes made in this page.
|
|
void | afterPageApply (bool was_modified) override |
| 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.
|
|
bool | isPageModified () const override |
| Gets the modified/changed status of the page.
|
|
void | updatePage () override |
| Updates the control widgets of the page. This method is called to initialize the control widgets.
|
|
| PropertyPage (QWidget *parent) |
| Constructor.
|
|
virtual QIcon | getPageIcon () const |
| Gets the icon of the page for displaying in the list view. Default it returns the sf::Resource settings icon.
|
|
void | setPageIcon (const QIcon &) |
| Sets the icon of the page for displaying in the list view.
|
|
virtual QString | getPageName () const |
| Gets the name of the page for displaying in the list view. When reimplemented the QObject's name is returned.
|
|
void | setPageName (const QString &) |
| Sets the page name icon of the page for displaying in the list view.
|
|
virtual QString | getPageDescription () const |
| Gets the description for hinting of the page in the list view.
|
|
void | setPageDescription (const QString &) |
| Sets the description for hinting of the page in the list view.
|
|
virtual bool | canApplyPage () const |
| Allows validation of the changes made per page. First page which return false is selected.
|
|
PropertySheetDialog * | getSheet () |
| Gets the parent sheet of this page. (also the parent but cast.)
|
|
virtual void | stateSaveRestore (QSettings &settings, bool save) |
| 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.
|
|
|
void | applyPage () override |
| Applies the changes made in this page.
|
|
virtual QWidgetList | connectControls () |
| Connects all known controls change signals to a handler which enables or disables buttons. A derived class should call this method when the is set up and controls are updated.
|
|
◆ ToolInfoFilerPropertyPage()
sf::ipj::ToolInfoFilerPropertyPage::ToolInfoFilerPropertyPage |
( |
const IniEnvelope & |
target, |
|
|
QWidget * |
parent = nullptr |
|
) |
| |
|
explicit |
◆ applyPage()
void sf::ipj::ToolInfoFilerPropertyPage::applyPage |
( |
| ) |
|
|
overrideprotectedvirtual |
The documentation for this class was generated from the following file: