ParaView
Public Member Functions | Protected Member Functions | List of all members
pqNamedObjectPanel Class Reference

Base class for Widget which provides an editor for editing properties of a proxy where child widgets are named after the property they represent. More...

#include <pqNamedObjectPanel.h>

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

Public Member Functions

 pqNamedObjectPanel (pqProxy *proxy, QWidget *p)
 constructor More...
 
 ~pqNamedObjectPanel ()
 destructor More...
 
- Public Member Functions inherited from pqObjectPanel
 pqObjectPanel (pqProxy *proxy, QWidget *p)
 constructor More...
 
 ~pqObjectPanel ()
 destructor More...
 
pqProxyreferenceProxy () const
 
- Public Member Functions inherited from pqProxyPanel
 pqProxyPanel (vtkSMProxy *proxy, QWidget *p)
 constructor More...
 
 ~pqProxyPanel ()
 destructor More...
 
vtkSMProxy * proxy () const
 get the proxy for which properties are displayed More...
 
pqViewview () const
 get the view that this object panel works with. More...
 
QSize sizeHint () const
 size hint for this widget More...
 
pqPropertyManagerpropertyManager ()
 property manager belongs to this panel More...
 
bool selected () const
 returns whether selected More...
 

Protected Member Functions

virtual void linkServerManagerProperties ()
 populate widgets with properties from the server manager More...
 
- Protected Member Functions inherited from pqProxyPanel
bool event (QEvent *e)
 

Additional Inherited Members

- Public Slots inherited from pqObjectPanel
virtual void setModified ()
 Fires modified. More...
 
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 More...
 
virtual void reset ()
 reset the changes made editor will query properties from the server manager More...
 
- Public Slots inherited from pqProxyPanel
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 More...
 
virtual void reset ()
 reset the changes made editor will query properties from the server manager More...
 
virtual void select ()
 Called when the panel becomes active. More...
 
virtual void deselect ()
 Called when the panel becomes inactive. More...
 
virtual void setView (pqView *)
 Set the view that this panel works with. More...
 
virtual void setModified ()
 Fires modified. More...
 
- Signals inherited from pqProxyPanel
void modified ()
 
void onaccept ()
 
void onreset ()
 
void onselect ()
 
void ondeselect ()
 
void viewChanged (pqView *)
 
- Protected Slots inherited from pqProxyPanel
virtual void updateInformationAndDomains ()
 This method gets called to referesh all domains and information properties. More...
 
void dataUpdated ()
 Called after the algorithm executes. More...
 
- Protected Attributes inherited from pqObjectPanel
QPointer< pqProxyReferenceProxy
 

Detailed Description

Base class for Widget which provides an editor for editing properties of a proxy where child widgets are named after the property they represent.

Definition at line 41 of file pqNamedObjectPanel.h.

Constructor & Destructor Documentation

§ pqNamedObjectPanel()

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

constructor

§ ~pqNamedObjectPanel()

pqNamedObjectPanel::~pqNamedObjectPanel ( )

destructor

Member Function Documentation

§ linkServerManagerProperties()

virtual void pqNamedObjectPanel::linkServerManagerProperties ( )
protectedvirtual

populate widgets with properties from the server manager

Reimplemented in pqAutoGeneratedObjectPanel.


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