ParaView
Public Member Functions | Protected Slots
pqPlotMatrixOptionsEditor Class Reference

The pqPlotMatrixOptionsEditor class is the user interface for setting the plot matrix view options. More...

#include <pqPlotMatrixOptionsEditor.h>

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

List of all members.

Public Member Functions

 pqPlotMatrixOptionsEditor (QWidget *parent=0)
virtual ~pqPlotMatrixOptionsEditor ()
void setView (pqView *view)
pqViewgetView ()
virtual void setPage (const QString &page)
 Sets the currently displayed page.
virtual QStringList getPageList ()
 Gets the list of available pages in the container.
virtual void applyChanges ()
 Applies changes to the options data.
virtual void resetChanges ()
 Resets the changes to the options data.
virtual bool isApplyUsed () const
 Gets whether or not the apply button is used by the options.

Protected Slots

void connectGUI ()
void setGridVisibility (bool visible)
void setChartBackgroundColor (const QColor &color)
void setAxisColor (const QColor &color)
void setGridColor (const QColor &color)
void setLabelVisibility (bool visible)
void pickLabelFont ()
void setAxisLabelColor (const QColor &color)
void setLabelNotation (int notation)
void setLabelPrecision (int precision)
void setToolTipNotation (int notation)
void setToolTipPrecision (int precision)
void pickTitleFont ()

Detailed Description

The pqPlotMatrixOptionsEditor class is the user interface for setting the plot matrix view options.

Definition at line 56 of file pqPlotMatrixOptionsEditor.h.


Constructor & Destructor Documentation

pqPlotMatrixOptionsEditor::pqPlotMatrixOptionsEditor ( QWidget *  parent = 0)
virtual pqPlotMatrixOptionsEditor::~pqPlotMatrixOptionsEditor ( ) [virtual]

Member Function Documentation

void pqPlotMatrixOptionsEditor::setView ( pqView view)
pqView* pqPlotMatrixOptionsEditor::getView ( )
virtual void pqPlotMatrixOptionsEditor::setPage ( const QString &  page) [virtual]

Sets the currently displayed page.

Parameters:
pageThe page hierarchy name.

Implements pqOptionsContainer.

virtual QStringList pqPlotMatrixOptionsEditor::getPageList ( ) [virtual]

Gets the list of available pages in the container.

Parameters:
pagesUsed to return the list of available pages.

Implements pqOptionsContainer.

virtual void pqPlotMatrixOptionsEditor::applyChanges ( ) [virtual]

Applies changes to the options data.

The apply handler is used to save the changes. Sub-classes can override this method to save the changes directly instead of using an apply handler.

Implements pqOptionsPage.

virtual void pqPlotMatrixOptionsEditor::resetChanges ( ) [virtual]

Resets the changes to the options data.

See also:
pqOptionsPage::applyChanges()

Implements pqOptionsPage.

virtual bool pqPlotMatrixOptionsEditor::isApplyUsed ( ) const [inline, virtual]

Gets whether or not the apply button is used by the options.

Returns:
True if the apply button is used by the options.

Reimplemented from pqOptionsPage.

Definition at line 79 of file pqPlotMatrixOptionsEditor.h.

void pqPlotMatrixOptionsEditor::connectGUI ( ) [protected, slot]
void pqPlotMatrixOptionsEditor::setGridVisibility ( bool  visible) [protected, slot]
void pqPlotMatrixOptionsEditor::setChartBackgroundColor ( const QColor &  color) [protected, slot]
void pqPlotMatrixOptionsEditor::setAxisColor ( const QColor &  color) [protected, slot]
void pqPlotMatrixOptionsEditor::setGridColor ( const QColor &  color) [protected, slot]
void pqPlotMatrixOptionsEditor::setLabelVisibility ( bool  visible) [protected, slot]
void pqPlotMatrixOptionsEditor::pickLabelFont ( ) [protected, slot]
void pqPlotMatrixOptionsEditor::setAxisLabelColor ( const QColor &  color) [protected, slot]
void pqPlotMatrixOptionsEditor::setLabelNotation ( int  notation) [protected, slot]
void pqPlotMatrixOptionsEditor::setLabelPrecision ( int  precision) [protected, slot]
void pqPlotMatrixOptionsEditor::setToolTipNotation ( int  notation) [protected, slot]
void pqPlotMatrixOptionsEditor::setToolTipPrecision ( int  precision) [protected, slot]
void pqPlotMatrixOptionsEditor::pickTitleFont ( ) [protected, slot]

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