******DEPRECATION WARNING******* pqProxyPanel and subclasses will soon be removed from ParaView.
More...
#include <pqProxyPanel.h>
|
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...
|
|
******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.
◆ pqProxyPanel()
pqProxyPanel::pqProxyPanel |
( |
vtkSMProxy * |
proxy, |
|
|
QWidget * |
p |
|
) |
| |
◆ ~pqProxyPanel()
pqProxyPanel::~pqProxyPanel |
( |
| ) |
|
◆ proxy()
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()
property manager belongs to this panel
◆ selected()
bool pqProxyPanel::selected |
( |
| ) |
const |
◆ 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 |
◆ 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 |
◆ 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: