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


Public Member Functions | |
| pqParticleTracerPanel (pqProxy *proxy, QWidget *p) | |
| ~pqParticleTracerPanel () | |
| 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 | |
Custom panel for the ParticleTracer filter that manages a combined Qt / 3D widget UI.
Definition at line 41 of file pqParticleTracerPanel.h.
| pqParticleTracerPanel::pqParticleTracerPanel | ( | pqProxy * | proxy, |
| QWidget * | p | ||
| ) |
| pqParticleTracerPanel::~pqParticleTracerPanel | ( | ) |
| virtual void pqParticleTracerPanel::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.
1.7.5.1