ParaView
Public Member Functions | Protected Member Functions
pqSphereWidget Class Reference

#include <pqSphereWidget.h>

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

List of all members.

Public Member Functions

 pqSphereWidget (vtkSMProxy *refProxy, vtkSMProxy *proxy, QWidget *p=0)
virtual ~pqSphereWidget ()
virtual void resetBounds ()
 Resets the bounds of the 3D widget to the reference proxy bounds.
virtual void resetBounds (double bounds[6])
 Reset the bounds to the specified bounds.
virtual void accept ()
 accept the changes. Overridden to hide handles.
virtual void reset ()
 reset the changes. Overridden to hide handles.
void enableDirection (bool)
 When set, the widget can also be used to setup a direction vector.

Protected Member Functions

void createWidget (pqServer *)
 Internal method to create the widget.
void cleanupWidget ()
 Internal method to cleanup widget.

Detailed Description

Definition at line 38 of file pqSphereWidget.h.


Constructor & Destructor Documentation

pqSphereWidget::pqSphereWidget ( vtkSMProxy refProxy,
vtkSMProxy proxy,
QWidget *  p = 0 
)
virtual pqSphereWidget::~pqSphereWidget ( ) [virtual]

Member Function Documentation

virtual void pqSphereWidget::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 pq3DWidget.

Definition at line 52 of file pqSphereWidget.h.

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

Reset the bounds to the specified bounds.

This typically calls PlaceWidget on the underlying 3D Widget with reference proxy bounds.

Implements pq3DWidget.

virtual void pqSphereWidget::accept ( ) [virtual]

accept the changes. Overridden to hide handles.

Reimplemented from pq3DWidget.

virtual void pqSphereWidget::reset ( ) [virtual]

reset the changes. Overridden to hide handles.

Reimplemented from pq3DWidget.

void pqSphereWidget::enableDirection ( bool  )

When set, the widget can also be used to setup a direction vector.

void pqSphereWidget::createWidget ( pqServer ) [protected]

Internal method to create the widget.

void pqSphereWidget::cleanupWidget ( ) [protected]

Internal method to cleanup widget.


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