Qt
Core
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
9
class
PQCORE_EXPORT
pqPlotMatrixView
:
public
pqContextView
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
pqContextView is an abstract base class for all charting views based on the VTK context charting libr...
Definition:
pqContextView.h:19
pqView
This is a PQ abstraction of a generic view module.
Definition:
pqView.h:26
name
name
pqContextView.h
vtkSMContextViewProxy
abstract base class for all Chart Views.
Definition:
vtkSMContextViewProxy.h:26
pqPlotMatrixView
Definition:
pqPlotMatrixView.h:9
pqPlotMatrixView::viewType
static QString viewType()
Definition:
pqPlotMatrixView.h:19
pqServer
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition:
pqServer.h:35
Generated by
1.8.13 on Tue Jan 21 2025