pqPlotMatrixView.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 pqPlotMatrixView_h
5 #define pqPlotMatrixView_h
6 
7 #include "pqContextView.h"
8 
10 {
11  Q_OBJECT
12  typedef pqContextView Superclass;
13 
14 public:
15  pqPlotMatrixView(const QString& group, const QString& name, vtkSMContextViewProxy* viewModule,
16  pqServer* server, QObject* parent = nullptr);
17  ~pqPlotMatrixView() override;
18 
19  static QString viewType() { return "PlotMatrixView"; }
20 
21 protected:
22 };
23 
24 #endif
pqContextView is an abstract base class for all charting views based on the VTK context charting libr...
Definition: pqContextView.h:19
This is a PQ abstraction of a generic view module.
Definition: pqView.h:26
name
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15
abstract base class for all Chart Views.
static QString viewType()
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition: pqServer.h:35