|
ParaView
|
#include <pqCalculatorSummaryPanel.h>


Public Slots | |
| virtual void | accept () |
| accept the changes made to the properties changes will be propogated down to the server manager subclasses should only change properties when accept is called to work properly with undo/redo | |
Public Member Functions | |
| pqCalculatorSummaryPanel (pqProxy *proxy, QWidget *parent=0) | |
| ~pqCalculatorSummaryPanel () | |
Definition at line 40 of file pqCalculatorSummaryPanel.h.
| pqCalculatorSummaryPanel::pqCalculatorSummaryPanel | ( | pqProxy * | proxy, |
| QWidget * | parent = 0 |
||
| ) |
| pqCalculatorSummaryPanel::~pqCalculatorSummaryPanel | ( | ) |
| virtual void pqCalculatorSummaryPanel::accept | ( | ) | [virtual, slot] |
accept the changes made to the properties changes will be propogated down to the server manager subclasses should only change properties when accept is called to work properly with undo/redo
Reimplemented from pqObjectPanel.
1.7.5.1