|
ParaView
|
Panel for vtkArrayCalculator proxy. More...
#include <pqCalculatorPanel.h>


Public Member Functions | |
| pqCalculatorPanel (pqProxy *proxy, QWidget *p=0) | |
| constructor | |
| ~pqCalculatorPanel () | |
| destructor | |
| virtual void | accept () |
| accept the changes made to the properties changes will be propogated down to the server manager | |
| virtual void | reset () |
| reset the changes made editor will query properties from the server manager | |
Protected Slots | |
| void | buttonPressed (const QString &t) |
| slot called when any calculator button is pushed | |
| void | updateVariables (const QString &mode) |
| void | variableChosen (QAction *a) |
| void | disableResults (bool) |
| void | updateVariableNames () |
Protected Attributes | |
| pqInternal * | Internal |
Panel for vtkArrayCalculator proxy.
Definition at line 39 of file pqCalculatorPanel.h.
| pqCalculatorPanel::pqCalculatorPanel | ( | pqProxy * | proxy, |
| QWidget * | p = 0 |
||
| ) |
constructor
| pqCalculatorPanel::~pqCalculatorPanel | ( | ) |
destructor
| virtual void pqCalculatorPanel::accept | ( | ) | [virtual] |
accept the changes made to the properties changes will be propogated down to the server manager
Reimplemented from pqObjectPanel.
| virtual void pqCalculatorPanel::reset | ( | ) | [virtual] |
reset the changes made editor will query properties from the server manager
Reimplemented from pqObjectPanel.
| void pqCalculatorPanel::buttonPressed | ( | const QString & | t | ) | [protected, slot] |
slot called when any calculator button is pushed
| void pqCalculatorPanel::updateVariables | ( | const QString & | mode | ) | [protected, slot] |
| void pqCalculatorPanel::variableChosen | ( | QAction * | a | ) | [protected, slot] |
| void pqCalculatorPanel::disableResults | ( | bool | ) | [protected, slot] |
| void pqCalculatorPanel::updateVariableNames | ( | ) | [protected, slot] |
pqInternal* pqCalculatorPanel::Internal [protected] |
Definition at line 65 of file pqCalculatorPanel.h.
1.7.5.1