ParaView
Public Member Functions | Protected Member Functions
pqGlobalRenderViewOptions Class Reference

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

#include <pqGlobalRenderViewOptions.h>

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

List of all members.

Public Member Functions

 pqGlobalRenderViewOptions (QWidget *parent=0)
virtual ~pqGlobalRenderViewOptions ()
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 Member Functions

void init ()

Detailed Description

options container for pages of render view options

Definition at line 40 of file pqGlobalRenderViewOptions.h.


Constructor & Destructor Documentation

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

Member Function Documentation

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

Sets the currently displayed page.

Parameters:
pageThe page hierarchy name.

Implements pqOptionsContainer.

virtual QStringList pqGlobalRenderViewOptions::getPageList ( ) [virtual]

Gets the list of available pages in the container.

Parameters:
pagesUsed to return the list of available pages.

Implements pqOptionsContainer.

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

Resets the changes to the options data.

See also:
pqOptionsPage::applyChanges()

Implements pqOptionsPage.

virtual bool pqGlobalRenderViewOptions::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 pqGlobalRenderViewOptions.h.

void pqGlobalRenderViewOptions::init ( ) [protected]

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