ACF $AcfVersion:0$
IVisualCalibrationInfo.h
Go to the documentation of this file.
1// SPDX-License-Identifier: LGPL-2.1-or-later OR GPL-2.0-or-later OR GPL-3.0-or-later OR LicenseRef-ACF-Commercial
2#pragma once
3
4
5#include <istd/IChangeable.h>
6
7
8namespace iview
9{
10
11
16{
17public:
21 virtual double GetMinGridDistance() const = 0;
22
26 virtual bool IsGridVisible() const = 0;
27
31 virtual bool IsGridInMm() const = 0;
32};
33
34
35} // namespace iview
36
37
38
39
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Common interface for all objects which allow access to calibration info.
virtual double GetMinGridDistance() const =0
Get minimal distance between grid lines.
virtual bool IsGridInMm() const =0
Check if grid should be shown in milimeter.
virtual bool IsGridVisible() const =0
Check if grid is visible.
In this library is defined 2D view concept and standard visualisation objects.