3 #include "controllers/ScopeController.h"
4 #include "controls/ScopeButtonCtrl.h"
12 public CPropertyPageImpl<CScanModesSettingsPage> {
36 enum { IDD = IDD_SCANMODES_PROPPAGE };
40 COMMAND_HANDLER(IDC_AREAS_LIST, LBN_SELCHANGE,
OnAreaChange)
41 REFLECT_NOTIFICATIONS()
49 BOOL OnInitDialog(CWindow wndFocus, LPARAM lInitParam);
Property page for storage related options.
Main controller of microscope hardware and acquisition, also interface to the GUI.
CListBox areas_list
List of all areas, selection updates radio buttons.
void SetChecks(const uint32_t &_a)
Checks radio buttons according to the scan mode of the selected area.
BOOL OnInitDialog(CWindow wndFocus, LPARAM lInitParam)
Handles dialog initialization.
scope::ScopeController scope_controller
A ScopeController kept handy.
LRESULT OnAreaChange(WORD, WORD, HWND, BOOL &)
handles selection changes in area list box