pqComparativeVisPanel is a properties page for the comparative view.
More...
#include <pqComparativeVisPanel.h>
Inherits QWidget.
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.
◆ pqComparativeVisPanel()
pqComparativeVisPanel::pqComparativeVisPanel |
( |
QWidget * |
parent = nullptr | ) |
|
◆ ~pqComparativeVisPanel()
pqComparativeVisPanel::~pqComparativeVisPanel |
( |
| ) |
|
|
override |
◆ 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: