ACF $AcfVersion:0$
IMultiVisualStatusProvider.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
17{
18public:
22 virtual int GetStatusesCount() const = 0;
23
27 virtual const IVisualStatus* GetVisualStatus(int statusIndex) const = 0;
28};
29
30
31} // namespace iqtgui
32
33
34
35
Common interface for a provider of the multiple visual statuses.
virtual int GetStatusesCount() const =0
Get the number of visual statuses.
virtual const IVisualStatus * GetVisualStatus(int statusIndex) const =0
Get the visual status at a given index statusIndex.
Extends standard information provider to provide additional visual informations.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Standard GUI specific interfaces and components based on Qt.