Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
ScanMethodPositionPropertyPage.h
Go to the documentation of this file.
1#pragma once
4
5namespace sf
6{
7
8namespace Ui
9{
10// Forward definition of auto generated class.
11class ScanMethodPositionPropertyPage;
12}// namespace Ui
13
15{
16 Q_OBJECT
17
18 public:
22 ScanMethodPositionPropertyPage(ScanMethod* target, QWidget* parent);
23
28
30 bool isPageModified() const override;
31
33 void applyPage() override;
34
36 void updatePage() override;
37
38 private:
40 Ui::ScanMethodPositionPropertyPage* ui;
42 ScanMethod* _scanMethod;
43 // Holds the scan information of the passed scan method pointer.
44 ScanBinder::InfoBase* _scanInfo;
45};
46
47}// namespace sf
Widget to create a page in a PropertySheet dialog.
Definition PropertyPage.h:15
Definition ScanMethodPositionPropertyPage.h:15
bool isPageModified() const override
Overridden from base class.
~ScanMethodPositionPropertyPage() override
Virtual destructor.
void applyPage() override
Overridden from base class.
void updatePage() override
Overridden from base class.
ScanMethodPositionPropertyPage(ScanMethod *target, QWidget *parent)
Constructor.
Definition ScanMethod.h:22
Definition ApplicationPropertyPage.h:7
Definition Application.h:10
Structure used a base class for derived binder classes to store scan dependant information.
Definition ScanBinder.h:36