|
ParaView
|
#include <pqPlotMatrixView.h>


Public Member Functions | |
| pqPlotMatrixView (const QString &group, const QString &name, vtkSMContextViewProxy *viewModule, pqServer *server, QObject *parent=NULL) | |
| virtual | ~pqPlotMatrixView () |
Static Public Member Functions | |
| static QString | viewType () |
| static QString | viewTypeName () |
Protected Member Functions | |
| virtual void | selectionChanged () |
| Listen for new selection events, and pass them back to ParaView. | |
Definition at line 37 of file pqPlotMatrixView.h.
| pqPlotMatrixView::pqPlotMatrixView | ( | const QString & | group, |
| const QString & | name, | ||
| vtkSMContextViewProxy * | viewModule, | ||
| pqServer * | server, | ||
| QObject * | parent = NULL |
||
| ) |
| virtual pqPlotMatrixView::~pqPlotMatrixView | ( | ) | [virtual] |
| static QString pqPlotMatrixView::viewType | ( | ) | [inline, static] |
Definition at line 50 of file pqPlotMatrixView.h.
| static QString pqPlotMatrixView::viewTypeName | ( | ) | [inline, static] |
Definition at line 51 of file pqPlotMatrixView.h.
| virtual void pqPlotMatrixView::selectionChanged | ( | ) | [protected, virtual] |
Listen for new selection events, and pass them back to ParaView.
Reimplemented from pqContextView.
1.7.5.1