ParaView
Public Slots | Signals | Public Member Functions | Protected Slots | Protected Member Functions | List of all members
pqProxyPanel Class Reference

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

#include <pqProxyPanel.h>

Inheritance diagram for pqProxyPanel:
Inheritance graph
[legend]

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

void modified ()
 
void onaccept ()
 
void onreset ()
 
void onselect ()
 
void ondeselect ()
 
void viewChanged (pqView *)
 

Public Member Functions

 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 Slots

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

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 55 of file pqProxyPanel.h.

Constructor & Destructor Documentation

◆ pqProxyPanel()

pqProxyPanel::pqProxyPanel ( vtkSMProxy proxy,
QWidget *  p 
)

constructor

◆ ~pqProxyPanel()

pqProxyPanel::~pqProxyPanel ( )

destructor

Member Function Documentation

◆ proxy()

vtkSMProxy* pqProxyPanel::proxy ( ) const

get the proxy for which properties are displayed

◆ view()

pqView* pqProxyPanel::view ( ) const

get the view that this object panel works with.

◆ sizeHint()

QSize pqProxyPanel::sizeHint ( ) const

size hint for this widget

◆ propertyManager()

pqPropertyManager* pqProxyPanel::propertyManager ( )

property manager belongs to this panel

◆ selected()

bool pqProxyPanel::selected ( ) const

returns whether selected

◆ accept

virtual void pqProxyPanel::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

Reimplemented in pqBoxWidget, and pqSphereWidget.

◆ reset

virtual void pqProxyPanel::reset ( )
virtualslot

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

Reimplemented in pqBoxWidget, and pqSphereWidget.

◆ select

virtual void pqProxyPanel::select ( )
virtualslot

Called when the panel becomes active.

Default implemnetation does nothing.

Reimplemented in pqBoxWidget, and pqContourWidget.

◆ deselect

virtual void pqProxyPanel::deselect ( )
virtualslot

Called when the panel becomes inactive.

Default implemnetation does nothing.

Reimplemented in pqContourWidget.

◆ setView

virtual void pqProxyPanel::setView ( pqView )
virtualslot

Set the view that this panel works with.

◆ setModified

virtual void pqProxyPanel::setModified ( )
virtualslot

Fires modified.

◆ modified

void pqProxyPanel::modified ( )
signal

◆ onaccept

void pqProxyPanel::onaccept ( )
signal

◆ onreset

void pqProxyPanel::onreset ( )
signal

◆ onselect

void pqProxyPanel::onselect ( )
signal

◆ ondeselect

void pqProxyPanel::ondeselect ( )
signal

◆ viewChanged

void pqProxyPanel::viewChanged ( pqView )
signal

◆ updateInformationAndDomains

virtual void pqProxyPanel::updateInformationAndDomains ( )
protectedvirtualslot

This method gets called to referesh all domains and information properties.

Subclassess can override this to update any domain related entities. Since this is not a particularly fast operation, we update the information and domains only when the panel is selected or an already active panel is accepted.

◆ dataUpdated

void pqProxyPanel::dataUpdated ( )
protectedslot

Called after the algorithm executes.

◆ event()

bool pqProxyPanel::event ( QEvent *  e)
protected

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