pqSLACActionGroupImplementation.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 // Generated file. Do not edit.
5 
6 
7 #ifndef pqSLACActionGroupImplementation_h
8 #define pqSLACActionGroupImplementation_h
9 
10 #include "pqActionGroupInterface.h"
11 #include <QObject>
12 
16 {
17  Q_OBJECT
18  Q_INTERFACES(pqActionGroupInterface)
19 public:
22 
26  QString groupName() override;
27 
29  QActionGroup* actionGroup() override;
30 protected:
31  QActionGroup* ActionGroup;
32 };
33 
34 #endif
interface class for plugins that create QActionGroups for adding actions to menus and toolbars ...
pqSLACActionGroupImplementation(QObject *p)
interface class for plugins that create QActionGroups for adding actions to menus and toolbars ...
QActionGroup * actionGroup() override
the instance of the QActionGroup that defines the actions
QString groupName() override
the identifier for this action group return "ToolBar/MyTools to put them in a toolbar called MyTools ...