ParaView
Public Member Functions
pqLineSourceWidget Class Reference

Provides a complete Qt UI for working with a 3D line widget. More...

#include <pqLineSourceWidget.h>

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

List of all members.

Public Member Functions

 pqLineSourceWidget (vtkSMProxy *o, vtkSMProxy *pxy, QWidget *p=0)
 ~pqLineSourceWidget ()
void setControlledProperties (vtkSMProperty *point1, vtkSMProperty *point2, vtkSMProperty *resolution)
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 3D line widget.

Definition at line 41 of file pqLineSourceWidget.h.


Constructor & Destructor Documentation

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

Member Function Documentation

void pqLineSourceWidget::setControlledProperties ( vtkSMProperty point1,
vtkSMProperty point2,
vtkSMProperty resolution 
)
virtual void pqLineSourceWidget::setControlledProperty ( const char *  function,
vtkSMProperty controlled_property 
) [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 pqLineWidget.


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