ACF $AcfVersion:0$
IViewRulersAccessor.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/IPolymorphic.h>
6
7#include <iview/IRuler.h>
8
9
10namespace iview
11{
12
13
19{
20public:
25 virtual IRuler* GetLeftRulerPtr() = 0;
26
31 virtual IRuler* GetTopRulerPtr() = 0;
32};
33
34
35} // namespace iview
36
37
38
39
Base interface for all used interfaces and implementations.
Interface for ruler implementation.
Definition IRuler.h:24
Common interface for all view rulers provider.
virtual IRuler * GetTopRulerPtr()=0
Get an access to top view ruler.
virtual IRuler * GetLeftRulerPtr()=0
Get an access to left view ruler.
In this library is defined 2D view concept and standard visualisation objects.