Scope
|
#include <FrameScanBidiPage.h>
Inherits scope::gui::CFrameScanBasePage.
Public Member Functions | |
CFrameScanBidiPage (const uint32_t &_area) | |
Called via Win32 messages | |
BOOL | OnInitDialog (CWindow wndFocus, LPARAM lInitParam) |
Public Member Functions inherited from scope::gui::CFrameScanBasePage | |
CFrameScanBasePage (const uint32_t &_area, parameters::ScannerVectorFrameBasic &_scanvecparams) | |
virtual | ~CFrameScanBasePage () |
virtual LRESULT | OnPresetSave (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
virtual LRESULT | OnPresetDelete (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
virtual LRESULT | OnPresetSelection (WORD wNotifyCode, WORD wID, HWND hWndCtl, BOOL &bHandled) |
void | SetReadOnlyWhileScanning () override |
virtual void | FillPresetCombo () |
Public Member Functions inherited from scope::gui::CNoScanBasePage | |
CNoScanBasePage (const uint32_t &_area, parameters::ScannerVectorFrameBasic &_scanvecparams) | |
virtual | ~CNoScanBasePage (void) |
Additional Inherited Members | |
Public Types inherited from scope::gui::CFrameScanBasePage | |
enum | { IDD = IDD_FRAMESCAN_SAW_PROPPAGE } |
Public Types inherited from scope::gui::CNoScanBasePage | |
enum | { IDD = IDD_NOSCAN_PROPPAGE } |
Property page for bidirectional frame scan.
Definition at line 15 of file FrameScanBidiPage.h.
scope::gui::CFrameScanBidiPage::CFrameScanBidiPage | ( | const uint32_t & | _area | ) |
create the edit objects (e.g.
ScopeEditImpl) and tie them to the global variables (ScopeValues) set connect back to true -> on change of ScopeValue (e.g. by ScopeController) the dialog control will be updated accordingly
Definition at line 11 of file FrameScanBidiPage.cpp.
|
protected |
turn fraction for x scanner
Definition at line 20 of file FrameScanBidiPage.h.
|
protected |
cutoff fraction for y scanner
Definition at line 23 of file FrameScanBidiPage.h.
|
protected |
retrace fraction for y scanner
Definition at line 26 of file FrameScanBidiPage.h.