ParaView
Public Member Functions | Protected Slots
pqRenderViewOptions Class Reference

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

#include <pqRenderViewOptions.h>

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

List of all members.

Public Member Functions

 pqRenderViewOptions (QWidget *parent=0)
virtual ~pqRenderViewOptions ()
void setView (pqView *view)
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 disconnectGUI ()
void restoreDefaultBackground ()
void resetLights ()
void resetAnnotation ()
void selectSolidColor (bool flag)
void selectGradientColor (bool flag)
void selectBackgroundImage (bool flag)
void restoreDefaultGradientColor1 ()
void restoreDefaultGradientColor2 ()

Detailed Description

options container for pages of render view options

Definition at line 42 of file pqRenderViewOptions.h.


Constructor & Destructor Documentation

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

Member Function Documentation

void pqRenderViewOptions::setView ( pqView view)
virtual void pqRenderViewOptions::setPage ( const QString &  page) [virtual]

Sets the currently displayed page.

Parameters:
pageThe page hierarchy name.

Implements pqOptionsContainer.

virtual QStringList pqRenderViewOptions::getPageList ( ) [virtual]

Gets the list of available pages in the container.

Parameters:
pagesUsed to return the list of available pages.

Implements pqOptionsContainer.

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

Resets the changes to the options data.

See also:
pqOptionsPage::applyChanges()

Implements pqOptionsPage.

virtual bool pqRenderViewOptions::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 64 of file pqRenderViewOptions.h.

void pqRenderViewOptions::connectGUI ( ) [protected, slot]
void pqRenderViewOptions::disconnectGUI ( ) [protected, slot]
void pqRenderViewOptions::restoreDefaultBackground ( ) [protected, slot]
void pqRenderViewOptions::resetLights ( ) [protected, slot]
void pqRenderViewOptions::resetAnnotation ( ) [protected, slot]
void pqRenderViewOptions::selectSolidColor ( bool  flag) [protected, slot]
void pqRenderViewOptions::selectGradientColor ( bool  flag) [protected, slot]
void pqRenderViewOptions::selectBackgroundImage ( bool  flag) [protected, slot]
void pqRenderViewOptions::restoreDefaultGradientColor1 ( ) [protected, slot]
void pqRenderViewOptions::restoreDefaultGradientColor2 ( ) [protected, slot]

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