ACF $AcfVersion:0$
ICommandsDisplayer.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>
8
9
10namespace ibase
11{
12
13
18{
19public:
20 virtual void ShowCommands(const ibase::ICommandsProvider* commandsProvider) = 0;
21};
22
23
24} // namespace ibase
25
26
27
28
Interface for a displayer of the hierarchical commands.
virtual void ShowCommands(const ibase::ICommandsProvider *commandsProvider)=0
Interface for a provider of the heriarchical commands.
Base interface for all used interfaces and implementations.
This namespace contains basic implementations of standard primitives on the component level.