ParaView
Public Slots | Signals | Public Member Functions | Static Public Member Functions | Protected Slots
pqParallelCoordinatesChartView Class Reference

Bar chart view. More...

#include <pqParallelCoordinatesChartView.h>

Inheritance diagram for pqParallelCoordinatesChartView:
Inheritance graph
[legend]
Collaboration diagram for pqParallelCoordinatesChartView:
Collaboration graph
[legend]

List of all members.

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.

Detailed Description

Bar chart view.

Definition at line 41 of file pqParallelCoordinatesChartView.h.


Constructor & Destructor Documentation

pqParallelCoordinatesChartView::pqParallelCoordinatesChartView ( const QString &  group,
const QString &  name,
vtkSMContextViewProxy viewModule,
pqServer server,
QObject *  parent = NULL 
)
virtual pqParallelCoordinatesChartView::~pqParallelCoordinatesChartView ( ) [virtual]

Member Function Documentation

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.


The documentation for this class was generated from the following file: