ACF $AcfVersion:0$
IShapeStatusInfo.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// Qt includes
6#include <QtCore/QString>
7
8// ACF includes
9#include <istd/IChangeable.h>
10
11
12namespace iview
13{
14
15
20{
21public:
25 virtual QString GetInfoText() const = 0;
26
30 virtual void SetInfoText(const QString& infoText) = 0;
31};
32
33
34} // namespace iview
35
36
37
38
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Interface for access local bitmap information.
virtual void SetInfoText(const QString &infoText)=0
Set information text for the current position.
virtual QString GetInfoText() const =0
Get information text for the current position.
In this library is defined 2D view concept and standard visualisation objects.