ParaView
Public Member Functions
pqStreamTracerPanel Class Reference

Custom panel for the StreamTracer filter that manages a combined Qt / 3D widget UI. More...

#include <pqStreamTracerPanel.h>

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

List of all members.

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.

Detailed Description

Custom panel for the StreamTracer filter that manages a combined Qt / 3D widget UI.

Definition at line 41 of file pqStreamTracerPanel.h.


Constructor & Destructor Documentation

pqStreamTracerPanel::pqStreamTracerPanel ( pqProxy proxy,
QWidget *  p 
)
pqStreamTracerPanel::~pqStreamTracerPanel ( )

Member Function Documentation

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.


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