|
ParaView
|
The abstract base class for comparative chart views. More...
#include <pqComparativeContextView.h>


Public Member Functions | |
| virtual | ~pqComparativeContextView () |
| virtual QWidget * | getWidget () |
| Return a widget associated with this view. | |
| virtual vtkContextView * | getVTKChartView () const |
| vtkSMComparativeViewProxy * | getComparativeViewProxy () const |
| 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. | |
Protected Slots | |
| void | onComparativeVisLayoutChanged () |
| Called when the layout on the comparative vis changes. | |
Protected Member Functions | |
| virtual void | initialize () |
| On creation of the view, we need to layout the initial plots. | |
| pqComparativeContextView (const QString &type, const QString &group, const QString &name, vtkSMComparativeViewProxy *view, pqServer *server, QObject *parent=NULL) | |
Constructor: type :- view type. | |
Protected Attributes | |
| QPointer< QWidget > | Widget |
The abstract base class for comparative chart views.
It handles the layout of the individual chart views in the comparative view.
Definition at line 42 of file pqComparativeContextView.h.
| virtual pqComparativeContextView::~pqComparativeContextView | ( | ) | [virtual] |
| pqComparativeContextView::pqComparativeContextView | ( | const QString & | type, |
| const QString & | group, | ||
| const QString & | name, | ||
| vtkSMComparativeViewProxy * | view, | ||
| pqServer * | server, | ||
| QObject * | parent = NULL |
||
| ) | [protected] |
Constructor: type :- view type.
group :- SManager registration group. name :- SManager registration name. view :- View proxy. server:- server on which the proxy is created. parent:- QObject parent.
| virtual QWidget* pqComparativeContextView::getWidget | ( | ) | [virtual] |
Return a widget associated with this view.
Reimplemented from pqContextView.
| virtual vtkContextView* pqComparativeContextView::getVTKChartView | ( | ) | const [virtual] |
| vtkSMComparativeViewProxy* pqComparativeContextView::getComparativeViewProxy | ( | ) | const |
| virtual vtkSMViewProxy* pqComparativeContextView::getViewProxy | ( | ) | const [virtual] |
Returns the proxy of the root plot view in the comparative view.
Reimplemented from pqView.
| virtual void pqComparativeContextView::setDefaultPropertyValues | ( | ) | [virtual] |
| void pqComparativeContextView::onComparativeVisLayoutChanged | ( | ) | [protected, slot] |
Called when the layout on the comparative vis changes.
| virtual void pqComparativeContextView::initialize | ( | ) | [protected, virtual] |
On creation of the view, we need to layout the initial plots.
Reimplemented from pqContextView.
QPointer<QWidget> pqComparativeContextView::Widget [protected] |
Definition at line 93 of file pqComparativeContextView.h.
1.7.5.1