ParaView
Public Member Functions | Protected Member Functions
pqPointSourceWidget Class Reference

Provides a complete Qt UI for working with a vtkPointSource filter. More...

#include <pqPointSourceWidget.h>

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

List of all members.

Public Member Functions

 pqPointSourceWidget (vtkSMProxy *o, vtkSMProxy *pxy, QWidget *p=0)
 ~pqPointSourceWidget ()
virtual void resetBounds (double bounds[6])
 Resets the bounds of the 3D widget to the reference proxy bounds.
virtual void resetBounds ()
 Resets the bounds of the 3D widget to the reference proxy bounds.

Protected Member Functions

virtual void setControlledProperty (const char *function, vtkSMProperty *controlled_property)
 Subclasses can override this method to map properties to GUI.

Detailed Description

Provides a complete Qt UI for working with a vtkPointSource filter.

Definition at line 44 of file pqPointSourceWidget.h.


Constructor & Destructor Documentation

pqPointSourceWidget::pqPointSourceWidget ( vtkSMProxy o,
vtkSMProxy pxy,
QWidget *  p = 0 
)
pqPointSourceWidget::~pqPointSourceWidget ( )

Member Function Documentation

virtual void pqPointSourceWidget::resetBounds ( double  bounds[6]) [virtual]

Resets the bounds of the 3D widget to the reference proxy bounds.

This typically calls PlaceWidget on the underlying 3D Widget with reference proxy bounds. This should be explicitly called after the panel is created and the widget is initialized i.e. the reference proxy, controlled proxy and hints have been set.

Reimplemented from pqHandleWidget.

virtual void pqPointSourceWidget::resetBounds ( ) [inline, virtual]

Resets the bounds of the 3D widget to the reference proxy bounds.

This typically calls PlaceWidget on the underlying 3D Widget with reference proxy bounds. This should be explicitly called after the panel is created and the widget is initialized i.e. the reference proxy, controlled proxy and hints have been set.

Reimplemented from pqHandleWidget.

Definition at line 61 of file pqPointSourceWidget.h.

virtual void pqPointSourceWidget::setControlledProperty ( const char *  function,
vtkSMProperty controlled_property 
) [protected, virtual]

Subclasses can override this method to map properties to GUI.

Default implementation updates the internal datastructures so that default implementations can be provided for accept/reset.

Reimplemented from pq3DWidget.


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