Scope
ScopeScanModeButton.h
1 #pragma once
2 #include "ScopeButton.h"
3 #include "ScopeDatatypes.h"
4 
5 namespace scope {
6 
9 
10 public:
13 
15 
16 };
17 
18 }
const ScannerVectorType mode
The type of scannervector underlying the button.
Mode
The different types of scans.
Base class for all Scope datatypes here, provides a uniform interface (and saves typing...).
In here all declarations for all kinds of datatypes Scope needs.
Mimicks a button, glue between the GUI and controller, used in ScopeController.
Definition: ScopeButton.h:7
Button type for scan mode switching.