ACF $AcfVersion:0$
ICommandsProvider.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/IChangeable.h>
7#include <ibase/ICommand.h>
8
9
10namespace ibase
11{
12
13
18{
19public:
21 {
22 CF_COMMANDS = 0x62b7e8
23 };
24
30 virtual const IHierarchicalCommand* GetCommands() const;
31};
32
33
35{
36 return NULL;
37}
38
39
40} // namespace ibase
41
42
43
44
Interface for a provider of the heriarchical commands.
virtual const IHierarchicalCommand * GetCommands() const
Get list of menu commands.
Common interface for data model objects, which can be changed.
Definition IChangeable.h:28
Common interface to define the hierarchical graph structures.
#define NULL
Definition istd.h:74
This namespace contains basic implementations of standard primitives on the component level.