Public Slots | Public Member Functions | Protected Slots | Protected Member Functions | List of all members
pqComparativeVisPanel Class Reference

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

#include <pqComparativeVisPanel.h>

Inherits QWidget.

Public Slots

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

Public Member Functions

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

Protected Slots

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

Protected Member Functions

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

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 20 of file pqComparativeVisPanel.h.

Constructor & Destructor Documentation

◆ pqComparativeVisPanel()

pqComparativeVisPanel::pqComparativeVisPanel ( QWidget *  parent = nullptr)

◆ ~pqComparativeVisPanel()

pqComparativeVisPanel::~pqComparativeVisPanel ( )
override

Member Function Documentation

◆ view()

pqView* pqComparativeVisPanel::view ( ) const

Access the current view being shown by this panel.

◆ setView

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.

◆ addParameter

void pqComparativeVisPanel::addParameter ( )
protectedslot

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

◆ updateParametersList

void pqComparativeVisPanel::updateParametersList ( )
protectedslot

Updates the list of animated parameters from the proxy.

◆ parameterSelectionChanged

void pqComparativeVisPanel::parameterSelectionChanged ( )
protectedslot

Called when the selection in the active parameters widget changes.

◆ sizeUpdated

void pqComparativeVisPanel::sizeUpdated ( )
protectedslot

◆ removeParameter

void pqComparativeVisPanel::removeParameter ( int  index)
protectedslot

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

◆ findRow()

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: