|
ParaView
|
options container for pages of render view options More...
#include <pqGlobalRenderViewOptions.h>


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 () |
options container for pages of render view options
Definition at line 40 of file pqGlobalRenderViewOptions.h.
| pqGlobalRenderViewOptions::pqGlobalRenderViewOptions | ( | QWidget * | parent = 0 | ) |
| virtual pqGlobalRenderViewOptions::~pqGlobalRenderViewOptions | ( | ) | [virtual] |
| virtual void pqGlobalRenderViewOptions::setPage | ( | const QString & | page | ) | [virtual] |
Sets the currently displayed page.
| page | The page hierarchy name. |
Implements pqOptionsContainer.
| virtual QStringList pqGlobalRenderViewOptions::getPageList | ( | ) | [virtual] |
Gets the list of available pages in the container.
| pages | Used 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.
Implements pqOptionsPage.
| virtual bool pqGlobalRenderViewOptions::isApplyUsed | ( | ) | const [inline, virtual] |
Gets whether or not the apply button is used by the options.
Reimplemented from pqOptionsPage.
Definition at line 59 of file pqGlobalRenderViewOptions.h.
| void pqGlobalRenderViewOptions::init | ( | ) | [protected] |
1.7.5.1