ACF $AcfVersion:0$
IEditModeButtons.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
6#include <istd/IPolymorphic.h>
7
8
9namespace iview
10{
11
12
20{
21public:
25 virtual void UpdateEditModeButtons(int mode) = 0;
26};
27
28
29} // namespace iview
Base interface for all used interfaces and implementations.
Update state of edit mode buttons.
virtual void UpdateEditModeButtons(int mode)=0
Called after edit mode got changed.
In this library is defined 2D view concept and standard visualisation objects.