|
ParaView
|
Base class for Widget which provides an editor for editing properties of a proxy. More...
#include <pqObjectPanel.h>


Public Slots | |
| virtual void | setModified () |
| Fires modified. | |
| 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 | |
| virtual void | reset () |
| reset the changes made editor will query properties from the server manager | |
Public Member Functions | |
| pqObjectPanel (pqProxy *proxy, QWidget *p) | |
| constructor | |
| ~pqObjectPanel () | |
| destructor | |
| pqProxy * | referenceProxy () const |
Protected Attributes | |
| QPointer< pqProxy > | ReferenceProxy |
Base class for Widget which provides an editor for editing properties of a proxy.
Definition at line 45 of file pqObjectPanel.h.
| pqObjectPanel::pqObjectPanel | ( | pqProxy * | proxy, |
| QWidget * | p | ||
| ) |
constructor
| pqObjectPanel::~pqObjectPanel | ( | ) |
destructor
| pqProxy* pqObjectPanel::referenceProxy | ( | ) | const |
| virtual void pqObjectPanel::setModified | ( | ) | [virtual, slot] |
Fires modified.
Reimplemented from pqProxyPanel.
| virtual void pqObjectPanel::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 pqProxyPanel.
Reimplemented in pqSelectThroughPanel, pqXDMFPanel, pqYoungsMaterialInterfacePanel, pqParticleTracerPanel, pqStreamTracerPanel, pqCalculatorPanel, and pqCalculatorSummaryPanel.
| virtual void pqObjectPanel::reset | ( | ) | [virtual, slot] |
reset the changes made editor will query properties from the server manager
Reimplemented from pqProxyPanel.
Reimplemented in pqXDMFPanel, pqYoungsMaterialInterfacePanel, and pqCalculatorPanel.
QPointer<pqProxy> pqObjectPanel::ReferenceProxy [protected] |
Definition at line 71 of file pqObjectPanel.h.
1.7.5.1