pqFlipBookToolbarActionsImplementation.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 #ifndef pqFlipBookToolbarActionsImplementation_h
7 #define pqFlipBookToolbarActionsImplementation_h
8 
9 #include "pqToolBarInterface.h"
10 #include <QObject>
11 
15 {
16  Q_OBJECT
17  Q_INTERFACES(pqToolBarInterface)
18 public:
21  QToolBar* toolBar(QWidget* parent) override;
22 private:
24 };
25 
26 #endif
QToolBar * toolBar(QWidget *parent) override
Interface class for plugins that add a QToolBar to the main window.
interface class for plugins that create QActionGroups for adding actions to menus and toolbars ...