ParaView
Public Slots | Public Member Functions | Protected Attributes | List of all members
pqObjectPanel Class Reference

******DEPRECATION WARNING******* pqProxyPanel and subclasses will soon be removed from ParaView. More...

#include <pqObjectPanel.h>

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

Public Slots

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...
 

Public Member Functions

 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...
 
vtkSMProxyproxy () 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 Attributes

QPointer< pqProxyReferenceProxy
 

Additional Inherited Members

- 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 Member Functions inherited from pqProxyPanel
bool event (QEvent *e)
 

Detailed Description

******DEPRECATION WARNING******* pqProxyPanel and subclasses will soon be removed from ParaView.

Please update your plugins and custom application to use the new design of creating panels for proxies (pqProxyWidget).


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

Definition at line 53 of file pqObjectPanel.h.

Constructor & Destructor Documentation

◆ pqObjectPanel()

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

constructor

◆ ~pqObjectPanel()

pqObjectPanel::~pqObjectPanel ( )

destructor

Member Function Documentation

◆ referenceProxy()

pqProxy* pqObjectPanel::referenceProxy ( ) const

◆ setModified

virtual void pqObjectPanel::setModified ( )
virtualslot

Fires modified.

◆ accept

virtual void pqObjectPanel::accept ( )
virtualslot

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

◆ reset

virtual void pqObjectPanel::reset ( )
virtualslot

reset the changes made editor will query properties from the server manager

Member Data Documentation

◆ ReferenceProxy

QPointer<pqProxy> pqObjectPanel::ReferenceProxy
protected

Definition at line 89 of file pqObjectPanel.h.


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