|
ParaView
|
The pqActiveXYChartOptions class is used to dislpay an options dialog for the chart view. More...
#include <pqActiveXYChartOptions.h>


Public Member Functions | |
| pqActiveXYChartOptions (QObject *parent=0) | |
| Creates a chart options instance. | |
| virtual | ~pqActiveXYChartOptions () |
pqActiveViewOptions Methods | |
| virtual void | showOptions (pqView *view, const QString &page, QWidget *parent=0) |
| Opens the options dialog for the given view. | |
| virtual void | changeView (pqView *view) |
| Changes the view displayed in the options dialog. | |
| virtual void | closeOptions () |
| Closes the open options dialog. | |
The pqActiveXYChartOptions class is used to dislpay an options dialog for the chart view.
Definition at line 49 of file pqActiveXYChartOptions.h.
| pqActiveXYChartOptions::pqActiveXYChartOptions | ( | QObject * | parent = 0 | ) |
Creates a chart options instance.
| parent | The parent object. |
| virtual pqActiveXYChartOptions::~pqActiveXYChartOptions | ( | ) | [virtual] |
| virtual void pqActiveXYChartOptions::showOptions | ( | pqView * | view, |
| const QString & | page, | ||
| QWidget * | parent = 0 |
||
| ) | [virtual] |
Opens the options dialog for the given view.
If the page parameter is empty, the default page should be shown.
| view | The view to show the options for. |
| page | The path to the properties page to display. |
| parent | The parent widget for the options dialog. |
Implements pqActiveViewOptions.
| virtual void pqActiveXYChartOptions::changeView | ( | pqView * | view | ) | [virtual] |
Changes the view displayed in the options dialog.
This method is called when the active view is changed while the options dialog is open.
| view | The new view to show the options for. |
Implements pqActiveViewOptions.
| virtual void pqActiveXYChartOptions::closeOptions | ( | ) | [virtual] |
Closes the open options dialog.
This method is called when the active view is changed to a view type that is not supported by the current options dialog.
Implements pqActiveViewOptions.
1.7.5.1