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 
8 
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
#define PQCOMPONENTS_EXPORT
pqTabbedMultiViewWidget is used to to enable adding of multiple pqMultiViewWidget instances in tabs...
pqViewManager is deprecated.
Definition: pqViewManager.h:12