Qt
Components
pqViewManager.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
#ifndef pqViewManager_h
5
#define pqViewManager_h
6
7
#include "
pqTabbedMultiViewWidget.h
"
8
12
class
PQCOMPONENTS_EXPORT
pqViewManager
:
public
pqTabbedMultiViewWidget
13
{
14
Q_OBJECT
15
typedef
pqTabbedMultiViewWidget
Superclass;
16
17
public
:
18
pqViewManager
(QWidget* parentW =
nullptr
);
19
~
pqViewManager
()
override
;
20
21
private
:
22
Q_DISABLE_COPY(
pqViewManager
)
23
};
24
25
#endif
PQCOMPONENTS_EXPORT
#define PQCOMPONENTS_EXPORT
Definition:
pqComponentsModule.h:15
pqTabbedMultiViewWidget.h
pqTabbedMultiViewWidget
pqTabbedMultiViewWidget is used to to enable adding of multiple pqMultiViewWidget instances in tabs...
Definition:
pqTabbedMultiViewWidget.h:28
pqViewManager
pqViewManager is deprecated.
Definition:
pqViewManager.h:12
Generated by
1.8.13 on Tue Dec 31 2024