|
ParaView
|
The pqOptionsPage class is used to add a single page of options to the pqOptionsDialog. More...
#include <pqOptionsPage.h>

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. | |
The pqOptionsPage class is used to add a single page of options to the pqOptionsDialog.
Definition at line 48 of file pqOptionsPage.h.
| pqOptionsPage::pqOptionsPage | ( | QWidget * | parent = 0 | ) |
Constructs an options page.
| parent | The parent widget. |
| virtual pqOptionsPage::~pqOptionsPage | ( | ) | [inline, virtual] |
Definition at line 57 of file pqOptionsPage.h.
| virtual bool pqOptionsPage::isApplyUsed | ( | ) | const [inline, virtual] |
Gets whether or not 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] |
Resets the changes to the options data.
Implemented in pqPlotMatrixOptionsEditor, pqXYChartOptionsEditor, pqRenderViewOptions, pqApplicationOptions, and pqGlobalRenderViewOptions.
| void pqOptionsPage::changesAvailable | ( | ) | [signal] |
Emitted when there are changes to be applied.
1.7.5.1