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