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


Public Slots | |
| void | loadPalette (const QString &name) |
| load a palette with the given name. | |
Public Member Functions | |
| pqApplicationOptions (QWidget *parent=0) | |
| virtual | ~pqApplicationOptions () |
| 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 | resetColorsToDefault () |
| void | onPalette (QAction *) |
| void | onChartNewHiddenSeries () |
| void | onChartDeleteHiddenSeries () |
| void | onChartResetHiddenSeries () |
| void | updatePalettes () |
options container for pages of render view options
Definition at line 40 of file pqApplicationOptions.h.
| pqApplicationOptions::pqApplicationOptions | ( | QWidget * | parent = 0 | ) |
| virtual pqApplicationOptions::~pqApplicationOptions | ( | ) | [virtual] |
| virtual void pqApplicationOptions::setPage | ( | const QString & | page | ) | [virtual] |
Sets the currently displayed page.
| page | The page hierarchy name. |
Implements pqOptionsContainer.
| virtual QStringList pqApplicationOptions::getPageList | ( | ) | [virtual] |
Gets the list of available pages in the container.
| pages | Used to return the list of available pages. |
Implements pqOptionsContainer.
| virtual void pqApplicationOptions::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 pqApplicationOptions::resetChanges | ( | ) | [virtual] |
Resets the changes to the options data.
Implements pqOptionsPage.
| virtual bool pqApplicationOptions::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 pqApplicationOptions.h.
| void pqApplicationOptions::loadPalette | ( | const QString & | name | ) | [slot] |
load a palette with the given name.
| void pqApplicationOptions::resetColorsToDefault | ( | ) | [protected, slot] |
| void pqApplicationOptions::onPalette | ( | QAction * | ) | [protected, slot] |
| void pqApplicationOptions::onChartNewHiddenSeries | ( | ) | [protected, slot] |
| void pqApplicationOptions::onChartDeleteHiddenSeries | ( | ) | [protected, slot] |
| void pqApplicationOptions::onChartResetHiddenSeries | ( | ) | [protected, slot] |
| void pqApplicationOptions::updatePalettes | ( | ) | [protected, slot] |
1.7.5.1