ParaView
Public Slots | Public Member Functions | Protected Slots
pqApplicationOptions Class Reference

options container for pages of render view options More...

#include <pqApplicationOptions.h>

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

List of all members.

Public Slots

void loadPalette (const QString &name)
 load a palette with the given name.

Public Member Functions

 pqApplicationOptions (QWidget *parent=0)
virtual ~pqApplicationOptions ()
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 resetColorsToDefault ()
void onPalette (QAction *)
void onChartNewHiddenSeries ()
void onChartDeleteHiddenSeries ()
void onChartResetHiddenSeries ()
void updatePalettes ()

Detailed Description

options container for pages of render view options

Definition at line 40 of file pqApplicationOptions.h.


Constructor & Destructor Documentation

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

Member Function Documentation

virtual void pqApplicationOptions::setPage ( const QString &  page) [virtual]

Sets the currently displayed page.

Parameters:
pageThe page hierarchy name.

Implements pqOptionsContainer.

virtual QStringList pqApplicationOptions::getPageList ( ) [virtual]

Gets the list of available pages in the container.

Parameters:
pagesUsed to return the list of available pages.

Implements pqOptionsContainer.

virtual void pqApplicationOptions::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 pqApplicationOptions::resetChanges ( ) [virtual]

Resets the changes to the options data.

See also:
pqOptionsPage::applyChanges()

Implements pqOptionsPage.

virtual bool pqApplicationOptions::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 59 of file pqApplicationOptions.h.

void pqApplicationOptions::loadPalette ( const QString &  name) [slot]

load a palette with the given name.

void pqApplicationOptions::resetColorsToDefault ( ) [protected, slot]
void pqApplicationOptions::onPalette ( QAction *  ) [protected, slot]
void pqApplicationOptions::onChartNewHiddenSeries ( ) [protected, slot]
void pqApplicationOptions::onChartDeleteHiddenSeries ( ) [protected, slot]
void pqApplicationOptions::onChartResetHiddenSeries ( ) [protected, slot]
void pqApplicationOptions::updatePalettes ( ) [protected, slot]

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