ParaView
Public Member Functions | Protected Slots | Protected Attributes
pqCalculatorPanel Class Reference

Panel for vtkArrayCalculator proxy. More...

#include <pqCalculatorPanel.h>

Inheritance diagram for pqCalculatorPanel:
Inheritance graph
[legend]
Collaboration diagram for pqCalculatorPanel:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Panel for vtkArrayCalculator proxy.

Definition at line 39 of file pqCalculatorPanel.h.


Constructor & Destructor Documentation

pqCalculatorPanel::pqCalculatorPanel ( pqProxy proxy,
QWidget *  p = 0 
)

constructor

pqCalculatorPanel::~pqCalculatorPanel ( )

destructor


Member Function Documentation

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]

Member Data Documentation

pqInternal* pqCalculatorPanel::Internal [protected]

Definition at line 65 of file pqCalculatorPanel.h.


The documentation for this class was generated from the following file: