|
ParaView
|
Bar chart view. More...
#include <pqParallelCoordinatesChartView.h>


Public Slots | |
| void | onAddRepresentation (pqRepresentation *) |
| Called when a new repr is added. | |
| void | onRemoveRepresentation (pqRepresentation *) |
Signals | |
| void | showing (pqDataRepresentation *repr) |
| Fired when the currently shown representation changes. | |
Public Member Functions | |
| pqParallelCoordinatesChartView (const QString &group, const QString &name, vtkSMContextViewProxy *viewModule, pqServer *server, QObject *parent=NULL) | |
| virtual | ~pqParallelCoordinatesChartView () |
| virtual void | setDefaultPropertyValues () |
| Set property values. | |
Static Public Member Functions | |
| static QString | chartViewType () |
| static QString | chartViewTypeName () |
Protected Slots | |
| void | updateRepresentationVisibility (pqRepresentation *repr, bool visible) |
| Called to ensure that at most 1 repr is visible at a time. | |
Bar chart view.
Definition at line 41 of file pqParallelCoordinatesChartView.h.
| pqParallelCoordinatesChartView::pqParallelCoordinatesChartView | ( | const QString & | group, |
| const QString & | name, | ||
| vtkSMContextViewProxy * | viewModule, | ||
| pqServer * | server, | ||
| QObject * | parent = NULL |
||
| ) |
| virtual pqParallelCoordinatesChartView::~pqParallelCoordinatesChartView | ( | ) | [virtual] |
| static QString pqParallelCoordinatesChartView::chartViewType | ( | ) | [inline, static] |
Definition at line 47 of file pqParallelCoordinatesChartView.h.
| static QString pqParallelCoordinatesChartView::chartViewTypeName | ( | ) | [inline, static] |
Definition at line 48 of file pqParallelCoordinatesChartView.h.
| virtual void pqParallelCoordinatesChartView::setDefaultPropertyValues | ( | ) | [virtual] |
Set property values.
Reimplemented from pqProxy.
| void pqParallelCoordinatesChartView::showing | ( | pqDataRepresentation * | repr | ) | [signal] |
Fired when the currently shown representation changes.
repr may be NULL.
| void pqParallelCoordinatesChartView::onAddRepresentation | ( | pqRepresentation * | ) | [slot] |
Called when a new repr is added.
| void pqParallelCoordinatesChartView::onRemoveRepresentation | ( | pqRepresentation * | ) | [slot] |
| void pqParallelCoordinatesChartView::updateRepresentationVisibility | ( | pqRepresentation * | repr, |
| bool | visible | ||
| ) | [protected, slot] |
Called to ensure that at most 1 repr is visible at a time.
1.7.5.1