|
ParaView
|
Custom panel for the StreamTracer filter that manages a combined Qt / 3D widget UI. More...
#include <pqStreamTracerPanel.h>


Public Member Functions | |
| pqStreamTracerPanel (pqProxy *proxy, QWidget *p) | |
| ~pqStreamTracerPanel () | |
| 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 | select () |
| Called when the panel becomes active. | |
| virtual void | deselect () |
| Called when the panel becomes inactive. | |
Custom panel for the StreamTracer filter that manages a combined Qt / 3D widget UI.
Definition at line 41 of file pqStreamTracerPanel.h.
| pqStreamTracerPanel::pqStreamTracerPanel | ( | pqProxy * | proxy, |
| QWidget * | p | ||
| ) |
| pqStreamTracerPanel::~pqStreamTracerPanel | ( | ) |
| virtual void pqStreamTracerPanel::accept | ( | ) | [virtual] |
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 pqObjectPanel.
| virtual void pqStreamTracerPanel::select | ( | ) | [virtual] |
Called when the panel becomes active.
Default implemnetation does nothing.
Reimplemented from pqProxyPanel.
| virtual void pqStreamTracerPanel::deselect | ( | ) | [virtual] |
Called when the panel becomes inactive.
Default implemnetation does nothing.
Reimplemented from pqProxyPanel.
1.7.5.1