ParaView
Public Member Functions
pqActivePlotMatrixViewOptions Class Reference

The pqActivePlotMatrixViewOptions class is used to dislpay an options dialog for the plot matrix view. More...

#include <pqActivePlotMatrixViewOptions.h>

Inheritance diagram for pqActivePlotMatrixViewOptions:
Inheritance graph
[legend]
Collaboration diagram for pqActivePlotMatrixViewOptions:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 pqActivePlotMatrixViewOptions (QObject *parent=0)
 Creates a chart options instance.
virtual ~pqActivePlotMatrixViewOptions ()
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.

Detailed Description

The pqActivePlotMatrixViewOptions class is used to dislpay an options dialog for the plot matrix view.

Definition at line 48 of file pqActivePlotMatrixViewOptions.h.


Constructor & Destructor Documentation

pqActivePlotMatrixViewOptions::pqActivePlotMatrixViewOptions ( QObject *  parent = 0)

Creates a chart options instance.

Parameters:
parentThe parent object.
virtual pqActivePlotMatrixViewOptions::~pqActivePlotMatrixViewOptions ( ) [virtual]

Member Function Documentation

virtual void pqActivePlotMatrixViewOptions::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.

Parameters:
viewThe view to show the options for.
pageThe path to the properties page to display.
parentThe parent widget for the options dialog.

Implements pqActiveViewOptions.

virtual void pqActivePlotMatrixViewOptions::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.

Parameters:
viewThe new view to show the options for.

Implements pqActiveViewOptions.

virtual void pqActivePlotMatrixViewOptions::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.


The documentation for this class was generated from the following file: