ParaView
Public Slots | Public Member Functions | Protected Slots | Protected Member Functions
pqComparativeVisPanel Class Reference

pqComparativeVisPanel is a properties page for the comparative view. More...

#include <pqComparativeVisPanel.h>

List of all members.

Public Slots

void setView (pqView *)
 Set the view to shown in this panel.

Public Member Functions

 pqComparativeVisPanel (QWidget *parent=0)
 ~pqComparativeVisPanel ()
pqViewview () const
 Access the current view being shown by this panel.

Protected Slots

void addParameter ()
 Called when the "+" button is clicked to add a new parameter.
void updateParametersList ()
 Updates the list of animated parameters from the proxy.
void parameterSelectionChanged ()
 Called when the selection in the active parameters widget changes.
void sizeUpdated ()
void removeParameter (int index)
 Triggered when user clicks the delete button to remove a parameter.

Protected Member Functions

int findRow (vtkSMProxy *animatedProxy, const QString &animatedPName, int animatedIndex)
 Finds the row (-1 if none found) for the given (proxy,property).

Detailed Description

pqComparativeVisPanel is a properties page for the comparative view.

It allows the user to change the layout of the grid as well as add/remove parameters to compare in the view.

Definition at line 46 of file pqComparativeVisPanel.h.


Constructor & Destructor Documentation

pqComparativeVisPanel::pqComparativeVisPanel ( QWidget *  parent = 0)
pqComparativeVisPanel::~pqComparativeVisPanel ( )

Member Function Documentation

pqView* pqComparativeVisPanel::view ( ) const

Access the current view being shown by this panel.

void pqComparativeVisPanel::setView ( pqView ) [slot]

Set the view to shown in this panel.

If the view is not a comparative view then the panel will be disabled, otherwise, it shows the properties of the view.

void pqComparativeVisPanel::addParameter ( ) [protected, slot]

Called when the "+" button is clicked to add a new parameter.

void pqComparativeVisPanel::updateParametersList ( ) [protected, slot]

Updates the list of animated parameters from the proxy.

void pqComparativeVisPanel::parameterSelectionChanged ( ) [protected, slot]

Called when the selection in the active parameters widget changes.

void pqComparativeVisPanel::sizeUpdated ( ) [protected, slot]
void pqComparativeVisPanel::removeParameter ( int  index) [protected, slot]

Triggered when user clicks the delete button to remove a parameter.

int pqComparativeVisPanel::findRow ( vtkSMProxy animatedProxy,
const QString &  animatedPName,
int  animatedIndex 
) [protected]

Finds the row (-1 if none found) for the given (proxy,property).


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