Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
CheckPositionsPropertyPage.h
Go to the documentation of this file.
1#pragma once
2#include "DefaultScanBinder.h"
3#include <misc/qt/ListModel.h>
5
6namespace sf
7{
8
9namespace Ui
10{
11// Forward definition of auto generated class.
12class CheckPositionsPropertyPage;
13}// namespace Ui
14
16{
17 Q_OBJECT
18
19 public:
23 CheckPositionsPropertyPage(TDefaultScanBinder* target, int scan_index, QWidget* parent);
24
29
31 bool isPageModified() const override;
32
34 void applyPage() override;
35
37 void updatePage() override;
38
39 private:
41 Ui::CheckPositionsPropertyPage* ui;
43 ConfigStore _store;
45 ListModel* _listModel;
47 TDefaultScanBinder* _binder;
51 int _decimals;
53 int FScanIndex;
54};
55
56}// namespace sf
Definition CheckPositionsPropertyPage.h:16
void applyPage() override
Overridden from base class.
bool isPageModified() const override
Overridden from base class.
~CheckPositionsPropertyPage() override
Virtual destructor.
CheckPositionsPropertyPage(TDefaultScanBinder *target, int scan_index, QWidget *parent)
Constructor.
void updatePage() override
Overridden from base class.
Class to store application configuration. Uses the global application settings or a given ini-file.
Definition ConfigStore.h:15
Definition ListModel.h:14
Widget to create a page in a PropertySheet dialog.
Definition PropertyPage.h:15
Definition DefaultScanBinder.h:13
Definition ApplicationPropertyPage.h:7
Definition Application.h:10
List of approach positions.
Definition DefaultScanBinder.h:578