![]() |
Scope
|
#include <MainDlgView.h>
Inherits CDialogImpl< CMainDlgView >.
Public Types | |
| enum | { IDD = IDD_MAINDIALOG } |
Public Member Functions | |
| CMainDlgView () | |
Called via Win32 messages | |
| BOOL | PreTranslateMessage (MSG *pMsg) |
| BOOL | OnInitDialog (CWindow wndFocus, LPARAM lInitParam) |
View class of the main dialog.
Definition at line 13 of file MainDlgView.h.
| scope::gui::CMainDlgView::CMainDlgView | ( | ) |
Attach buttons to ScopeController.
Definition at line 7 of file MainDlgView.cpp.
| BOOL scope::gui::CMainDlgView::OnInitDialog | ( | CWindow | wndFocus, |
| LPARAM | lInitParam | ||
| ) |
Replace placeholders with property sheets (for scan settings and experiment settings)
Definition at line 19 of file MainDlgView.cpp.
|
protected |
Keep a ScopeController to connect GUI controls.
Definition at line 18 of file MainDlgView.h.
|
protected |
the settings sheet with all the stuff
Definition at line 21 of file MainDlgView.h.
|
protected |
the settings sheet for the different scan modes
Definition at line 24 of file MainDlgView.h.
|
protected |
to start live scanning
Definition at line 27 of file MainDlgView.h.
|
protected |
to start single frame scan
Definition at line 30 of file MainDlgView.h.
|
protected |
to stop whatever scanning
Definition at line 33 of file MainDlgView.h.
|
protected |
to quit the application
Definition at line 36 of file MainDlgView.h.