14class DefaultBinderFrame;
47 void handleActionUpdate();
48 void handleActionNextExecute();
49 void handleActionPrevExecute();
50 void handleActionOffsetApplyExecute();
51 void handleActionOffsetResetExecute();
52 void handleActionBalanceExecute();
53 void handleButtonBalanceIgnoreClick();
54 void handleComboBoxChecksChange();
55 void handleAxesOffsetsChange();
57 Ui::DefaultBinderFrame* ui;
59 void SetCheckOffset(
const Vector3D& chk_ofs);
61 bool FIgnoreOffsetChange;
Class to store application configuration. Uses the global application settings or a given ini-file.
Definition ConfigStore.h:15
Definition DefaultBinderFrame.h:18
DefaultBinderFrame(TDefaultScanBinder *binder, QWidget *parent)
Constructor.
void SetDisplayMode(EDisplayMode dm)
void UpdateControls(bool clear)
~DefaultBinderFrame() override
Virtual destructor.
EDisplayMode
Definition DefaultBinderFrame.h:34
@ dmBALANCE
Balance mode display.
Definition DefaultBinderFrame.h:40
@ dmCHECK
Check mode display.
Definition DefaultBinderFrame.h:38
@ dmNONE
Initialized value at creation.
Definition DefaultBinderFrame.h:36
Definition DefaultScanBinder.h:13
Definition ApplicationPropertyPage.h:7
Definition Application.h:10
Structure to hold and compare check positions.
Definition DefaultScanBinder.h:115