|
ParaView
|
PlotView used for comparative visualization (or film-strip visualization). More...
#include <pqComparativePlotView.h>
Public Types | |
| typedef pqPlotView | Superclass |
Public Slots | |
| void | representationsChanged () |
Public Member Functions | |
| pqComparativePlotView (const QString &type, const QString &group, const QString &name, vtkSMViewProxy *renModule, pqServer *server, QObject *parent=NULL) | |
| virtual | ~pqComparativePlotView () |
| vtkSMComparativeViewProxy * | getComparativeViewProxy () const |
| Returns the comparative view proxy. | |
| virtual vtkSMViewProxy * | getViewProxy () const |
| Returns the proxy of the root plot view in the comparative view. | |
| virtual void | setDefaultPropertyValues () |
| Sets default values for the underlying proxy. | |
Static Public Member Functions | |
| static QString | comparativeXYPlotViewType () |
| static QString | comparativeXYPlotViewTypeName () |
| static QString | comparativeBarChartViewType () |
| static QString | comparativeBarChartViewTypeName () |
Protected Slots | |
| void | onComparativeVisLayoutChanged () |
| Called when the layout on the comparative vis changes. | |
| void | updateVisibility () |
| Update the visibility of all plots in comparative view. | |
| virtual void | adjustTitleText (const pqPlotView *, QString &) |
| This method may be used to adjust the chart title text by inserting comparative variable values or time values. | |
Protected Member Functions | |
| virtual void | initialize () |
| Use this method to initialize the pqObject state using the underlying vtkSMProxy. | |
PlotView used for comparative visualization (or film-strip visualization).
THIS CLASS HAS BEEN DEPRECATED. IT'S NO LONGER USED. IT HAS BEEN REPLACED BY pqComparativeChartView AND SUBCLASSES. THIS CLASS IS LEFT AROUND UNTIL ALL
Definition at line 43 of file pqComparativePlotView.h.
| typedef pqPlotView pqComparativePlotView::Superclass |
Definition at line 47 of file pqComparativePlotView.h.
| pqComparativePlotView::pqComparativePlotView | ( | const QString & | type, |
| const QString & | group, | ||
| const QString & | name, | ||
| vtkSMViewProxy * | renModule, | ||
| pqServer * | server, | ||
| QObject * | parent = NULL |
||
| ) |
| virtual pqComparativePlotView::~pqComparativePlotView | ( | ) | [virtual] |
| static QString pqComparativePlotView::comparativeXYPlotViewType | ( | ) | [inline, static] |
Definition at line 49 of file pqComparativePlotView.h.
| static QString pqComparativePlotView::comparativeXYPlotViewTypeName | ( | ) | [inline, static] |
Definition at line 50 of file pqComparativePlotView.h.
| static QString pqComparativePlotView::comparativeBarChartViewType | ( | ) | [inline, static] |
Definition at line 51 of file pqComparativePlotView.h.
| static QString pqComparativePlotView::comparativeBarChartViewTypeName | ( | ) | [inline, static] |
Definition at line 52 of file pqComparativePlotView.h.
| vtkSMComparativeViewProxy* pqComparativePlotView::getComparativeViewProxy | ( | ) | const |
Returns the comparative view proxy.
| virtual vtkSMViewProxy* pqComparativePlotView::getViewProxy | ( | ) | const [virtual] |
Returns the proxy of the root plot view in the comparative view.
| virtual void pqComparativePlotView::setDefaultPropertyValues | ( | ) | [virtual] |
Sets default values for the underlying proxy.
This is during the initialization stage of the pqProxy for proxies created by the GUI itself i.e. for proxies loaded through state or created by python client this method won't be called.
| void pqComparativePlotView::representationsChanged | ( | ) | [slot] |
| void pqComparativePlotView::onComparativeVisLayoutChanged | ( | ) | [protected, slot] |
Called when the layout on the comparative vis changes.
| void pqComparativePlotView::updateVisibility | ( | ) | [protected, slot] |
Update the visibility of all plots in comparative view.
| virtual void pqComparativePlotView::adjustTitleText | ( | const pqPlotView * | , |
| QString & | |||
| ) | [protected, virtual, slot] |
This method may be used to adjust the chart title text by inserting comparative variable values or time values.
| virtual void pqComparativePlotView::initialize | ( | ) | [protected, virtual] |
Use this method to initialize the pqObject state using the underlying vtkSMProxy.
This needs to be done only once, after the object has been created.
1.7.5.1