ParaView
Public Slots | Signals | Public Member Functions
pqOptionsPage Class Reference

The pqOptionsPage class is used to add a single page of options to the pqOptionsDialog. More...

#include <pqOptionsPage.h>

Inheritance diagram for pqOptionsPage:
Inheritance graph
[legend]

List of all members.

Public Slots

virtual void applyChanges ()=0
 Applies changes to the options data.
virtual void resetChanges ()=0
 Resets the changes to the options data.

Signals

void changesAvailable ()
 Emitted when there are changes to be applied.

Public Member Functions

 pqOptionsPage (QWidget *parent=0)
 Constructs an options page.
virtual ~pqOptionsPage ()
virtual bool isApplyUsed () const
 Gets whether or not the apply button is used by the options.
void sendChangesAvailable ()
 Sends a signal that changes are available to apply.

Detailed Description

The pqOptionsPage class is used to add a single page of options to the pqOptionsDialog.

Definition at line 48 of file pqOptionsPage.h.


Constructor & Destructor Documentation

pqOptionsPage::pqOptionsPage ( QWidget *  parent = 0)

Constructs an options page.

Parameters:
parentThe parent widget.
virtual pqOptionsPage::~pqOptionsPage ( ) [inline, virtual]

Definition at line 57 of file pqOptionsPage.h.


Member Function Documentation

virtual bool pqOptionsPage::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 in pqPlotMatrixOptionsEditor, pqXYChartOptionsEditor, pqRenderViewOptions, pqApplicationOptions, and pqGlobalRenderViewOptions.

Definition at line 63 of file pqOptionsPage.h.

void pqOptionsPage::sendChangesAvailable ( )

Sends a signal that changes are available to apply.

virtual void pqOptionsPage::applyChanges ( ) [pure virtual, slot]

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.

Implemented in pqPlotMatrixOptionsEditor, pqXYChartOptionsEditor, pqRenderViewOptions, pqApplicationOptions, and pqGlobalRenderViewOptions.

virtual void pqOptionsPage::resetChanges ( ) [pure virtual, slot]
void pqOptionsPage::changesAvailable ( ) [signal]

Emitted when there are changes to be applied.


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