Scope
ScopeScanModeButton.cpp
1 #include "stdafx.h"
2 #include "ScopeScanModeButton.h"
3 
4 namespace scope {
5 
6 ScopeScanModeButton::ScopeScanModeButton(const ScannerVectorTypeHelper::Mode& _mode)
7  : ScopeButton(ScannerVectorTypeHelper::NameOf(_mode))
8  , mode(_mode) {
9 }
10 
11 
12 }
Mode
The different types of scans.
This is the include file for standard system include files, or project specific include files that ar...