pqNodeEditorWidgetImplementation.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 pqNodeEditorWidgetImplementation_h
8 #define pqNodeEditorWidgetImplementation_h
9 
10 #include "pqDockWindowInterface.h"
11 #include <QObject>
12 
13 // make this dock window a part of the application
15 {
16  Q_OBJECT
17  Q_INTERFACES(pqDockWindowInterface)
18 public:
20  QString dockArea() const override;
21  QDockWidget* dockWindow(QWidget* p) override;
22 
23 protected:
24  QDockWidget *MyDock;
25 };
26 
27 #endif
QString dockArea() const override
pqNodeEditorWidgetImplementation(QObject *p)
interface class for plugins that add a QDockWindow
QDockWidget * dockWindow(QWidget *p) override
Creates a dock window with the given parent.