The pqPlotMatrixOptionsEditor class is the user interface for setting the plot matrix view options.
More...
#include <pqPlotMatrixOptionsEditor.h>
List of all members.
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:
-
| page | The page hierarchy name. |
Implements pqOptionsContainer.
| virtual QStringList pqPlotMatrixOptionsEditor::getPageList |
( |
| ) |
[virtual] |
Gets the list of available pages in the container.
- Parameters:
-
| pages | Used 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] |
| 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: