#include <CircleScanMethodPropertyPage.h>
|
| CircleScanMethodPropertyPage (CircleScanMethod *target, QWidget *parent) |
| Constructor.
|
|
| ~CircleScanMethodPropertyPage () override |
| Virtual destructor.
|
|
bool | isPageModified () const override |
| Overridden from base class.
|
|
QString | getPageName () const override |
| Overridden from base class.
|
|
QIcon | getPageIcon () const override |
| Overridden from base class.
|
|
void | applyPage () override |
| Overridden from base class.
|
|
void | updatePage () override |
| Overridden from base class.
|
|
void | storeState (ConfigStore &cfg_store, bool save) override |
| Overridden from base class.
|
|
| PropertyPage (QWidget *parent) |
| Constructor.
|
|
void | setPageIcon (const QIcon &) |
| Sets the icon of the page for displaying in the list view.
|
|
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.
|
|
virtual void | afterPageApply (bool was_modified) |
| 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.
|
|
PropertySheetDialog * | getSheet () |
| Gets the parent sheet of this page. (also the parent but cast.)
|
|
◆ CircleScanMethodPropertyPage()
sf::ipj::CircleScanMethodPropertyPage::CircleScanMethodPropertyPage |
( |
CircleScanMethod * |
target, |
|
|
QWidget * |
parent |
|
) |
| |
◆ ~CircleScanMethodPropertyPage()
sf::ipj::CircleScanMethodPropertyPage::~CircleScanMethodPropertyPage |
( |
| ) |
|
|
override |
◆ applyPage()
void sf::ipj::CircleScanMethodPropertyPage::applyPage |
( |
| ) |
|
|
overridevirtual |
◆ getPageIcon()
QIcon sf::ipj::CircleScanMethodPropertyPage::getPageIcon |
( |
| ) |
const |
|
overridevirtual |
◆ getPageName()
QString sf::ipj::CircleScanMethodPropertyPage::getPageName |
( |
| ) |
const |
|
overridevirtual |
◆ isPageModified()
bool sf::ipj::CircleScanMethodPropertyPage::isPageModified |
( |
| ) |
const |
|
overridevirtual |
◆ storeState()
void sf::ipj::CircleScanMethodPropertyPage::storeState |
( |
ConfigStore & |
cfg_store, |
|
|
bool |
save |
|
) |
| |
|
overridevirtual |
◆ updatePage()
void sf::ipj::CircleScanMethodPropertyPage::updatePage |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: