options container for pages of render view options
More...
#include <pqRenderViewOptions.h>
List of all members.
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:
-
| page | The page hierarchy name. |
Implements pqOptionsContainer.
| virtual QStringList pqRenderViewOptions::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 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] |
| 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: