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

Base class for Widget which provides an editor for editing properties of a proxy. More...

#include <pqObjectPanel.h>

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

List of all members.

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
pqProxyreferenceProxy () const

Protected Attributes

QPointer< pqProxyReferenceProxy

Detailed Description

Base class for Widget which provides an editor for editing properties of a proxy.

Definition at line 45 of file pqObjectPanel.h.


Constructor & Destructor Documentation

pqObjectPanel::pqObjectPanel ( pqProxy proxy,
QWidget *  p 
)

constructor

pqObjectPanel::~pqObjectPanel ( )

destructor


Member Function Documentation

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.


Member Data Documentation

QPointer<pqProxy> pqObjectPanel::ReferenceProxy [protected]

Definition at line 71 of file pqObjectPanel.h.


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