ACF $AcfVersion:0$
IVisualStatusProvider.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// ACF includes
7
8
9namespace iqtgui
10{
11
12
14{
15public:
16 virtual const IVisualStatus* GetVisualStatus() const = 0;
17};
18
19
20} // namespace iqtgui
21
22
23
24
Extends standard information provider to provide additional visual informations.
virtual const IVisualStatus * GetVisualStatus() const =0
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Standard GUI specific interfaces and components based on Qt.