pqXYChartView.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 pqXYChartView_h
5 #define pqXYChartView_h
6 
7 #include "pqContextView.h"
8 
9 class vtkSMSourceProxy;
11 
17 {
18  Q_OBJECT
19  typedef pqContextView Superclass;
20 
21 public:
22  static QString XYChartViewType() { return "XYChartView"; }
23 
24  pqXYChartView(const QString& group, const QString& name, vtkSMContextViewProxy* viewModule,
25  pqServer* server, QObject* parent = nullptr);
26 
27  ~pqXYChartView() override;
28 
29 private:
30  Q_DISABLE_COPY(pqXYChartView)
31 };
32 
33 #endif
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
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
proxy for a VTK source on a server
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15
abstract base class for all Chart Views.
static QString XYChartViewType()
Definition: pqXYChartView.h:22
pqContextView subclass for "Line Chart View".
Definition: pqXYChartView.h:16
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition: pqServer.h:35