#include <vtkPVThumbWheel.h>
Inheritance diagram for vtkPVThumbWheel:
Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVThumbWheel, vtkPVObjectWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *pvApp) |
| void | SetMinimumValue (float min) |
| void | SetResolution (float res) |
| void | SetLabel (const char *label) |
| virtual void | SetBalloonHelpString (const char *str) |
| virtual void | Initialize () |
| virtual void | Trace (ofstream *file) |
| virtual void | UpdateEnableState () |
| virtual void | SaveInBatchScript (ofstream *file) |
| void | SetValue (float val) |
| float | GetValue () |
| vtkPVThumbWheel * | ClonePrototype (vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
| virtual void | Accept () |
| virtual void | ResetInternal () |
Static Public Member Functions | |
| vtkPVThumbWheel * | New () |
Protected Member Functions | |
| vtkPVThumbWheel () | |
| ~vtkPVThumbWheel () | |
| virtual void | CopyProperties (vtkPVWidget *clone, vtkPVSource *source, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
| int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
Protected Attributes | |
| vtkKWLabel * | Label |
| vtkKWThumbWheel * | ThumbWheel |
Definition at line 28 of file vtkPVThumbWheel.h.
|
|
|
|
|
|
|
|
Reimplemented from vtkPVTracedWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPVObjectWidget. |
|
|
Create the widget. Reimplemented from vtkPVWidget. |
|
|
Allow scripts to set/get the widget's value. |
|
|
Allow scripts to set/get the widget's value. |
|
|
Set the minimum value of the thumb wheel |
|
|
Set the resolution of the thumb wheel |
|
|
Set the label for this widget. |
|
|
This class redifines SetBalloonHelpString since it has to forward the call to the widget it contains. Reimplemented from vtkKWWidget. |
|
||||||||||||
|
Creates and returns a copy of this widget. It will create a new instance of the same type as the current object using NewInstance() and then copy some necessary state parameters. Reimplemented from vtkPVObjectWidget. |
|
|
Move widget state to vtk object or back. Implements vtkPVWidget. |
|
|
Move widget state to vtk object or back. Reimplemented from vtkPVWidget. |
|
|
Initialize the widget after creation Implements vtkPVWidget. |
|
|
For saving state. Implements vtkPVWidget. |
|
|
Update the "enable" state of the widget and its internal parts. Depending on different Ivars (this->Enabled, the application's Limited Edition Mode, etc.), the "enable" state of the object is updated and propagated to its internal parts/subwidgets. This will, for example, enable/disable parts of the widget UI, enable/disable the visibility of 3D widgets, etc. Reimplemented from vtkKWWidget. |
|
|
Save this widget to a file. Implements vtkPVObjectWidget. |
|
||||||||||||||||
|
Reimplemented from vtkPVObjectWidget. |
|
||||||||||||
|
Called by vtkPVXMLPackageParser to configure the widget from XML attributes. Reimplemented from vtkPVObjectWidget. |
|
|
Definition at line 94 of file vtkPVThumbWheel.h. |
|
|
Definition at line 95 of file vtkPVThumbWheel.h. |
1.3.5