#include <vtkPVMinMax.h>
Inheritance diagram for vtkPVMinMax:


Public Member Functions | |
| vtkTypeRevisionMacro (vtkPVMinMax, vtkPVWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | Create (vtkKWApplication *pvApp) |
| virtual void | Accept () |
| virtual void | Update () |
| void | SetArrayMenu (vtkPVArrayMenu *widget) |
| void | MinValueCallback () |
| void | MaxValueCallback () |
| void | SetMinimumLabel (const char *label) |
| void | SetMaximumLabel (const char *label) |
| void | SetMinimumHelp (const char *help) |
| void | SetMaximumHelp (const char *help) |
| virtual void | ResetInternal () |
| virtual void | Initialize () |
| virtual void | Trace (ofstream *file) |
| virtual void | UpdateEnableState () |
| virtual void | SaveInBatchScript (ofstream *file) |
| void | SetMinValue (double val) |
| double | GetMinValue () |
| void | SetMaxValue (double val) |
| double | GetMaxValue () |
| void | SetResolution (double res) |
| double | GetResolution () |
| void | SetRange (double min, double max) |
| void | GetRange (double range[2]) |
| virtual int | GetPackVertically () |
| virtual void | SetPackVertically (int) |
| virtual void | PackVerticallyOn () |
| virtual void | PackVerticallyOff () |
| virtual int | GetShowMinLabel () |
| virtual void | SetShowMinLabel (int) |
| virtual void | ShowMinLabelOn () |
| virtual void | ShowMinLabelOff () |
| virtual int | GetShowMaxLabel () |
| virtual void | SetShowMaxLabel (int) |
| virtual void | ShowMaxLabelOn () |
| virtual void | ShowMaxLabelOff () |
| virtual int | GetMinLabelWidth () |
| virtual void | SetMinLabelWidth (int) |
| virtual int | GetMaxLabelWidth () |
| virtual void | SetMaxLabelWidth (int) |
| virtual vtkKWScaleWithEntry * | GetMinScale () |
| virtual vtkKWScaleWithEntry * | GetMaxScale () |
| vtkPVMinMax * | ClonePrototype (vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
Static Public Member Functions | |
| vtkPVMinMax * | New () |
Protected Member Functions | |
| vtkPVMinMax () | |
| ~vtkPVMinMax () | |
| virtual void | SetMinHelp (const char *) |
| virtual void | SetMaxHelp (const char *) |
| virtual void | CopyProperties (vtkPVWidget *clone, vtkPVSource *pvSource, vtkArrayMap< vtkPVWidget *, vtkPVWidget * > *map) |
| int | ReadXMLAttributes (vtkPVXMLElement *element, vtkPVXMLPackageParser *parser) |
| void | SetMinValueInternal (double val) |
| void | SetMaxValueInternal (double val) |
Protected Attributes | |
| vtkPVArrayMenu * | ArrayMenu |
| vtkKWLabel * | MinLabel |
| vtkKWLabel * | MaxLabel |
| vtkKWScaleWithEntry * | MinScale |
| vtkKWScaleWithEntry * | MaxScale |
| vtkKWFrame * | MinFrame |
| vtkKWFrame * | MaxFrame |
| char * | MinHelp |
| char * | MaxHelp |
| int | PackVertically |
| int | ShowMinLabel |
| int | ShowMaxLabel |
| int | MinLabelWidth |
| int | MaxLabelWidth |
|
|
|
|
|
|
|
|
Reimplemented from vtkPVTracedWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkPVWidget. |
|
|
Create the widget. Reimplemented from vtkPVWidget. |
|
|
Called when the Accept button is pressed. Implements vtkPVWidget. |
|
|
This calculates new range to display (using the array menu). Reimplemented from vtkPVWidget. |
|
|
This method allows scripts to modify the widgets value. |
|
|
This method allows scripts to modify the widgets value. |
|
|
This method allows scripts to modify the widgets value. |
|
|
This method allows scripts to modify the widgets value. |
|
|
This method allows scripts to modify the widgets value. |
|
|
This method allows scripts to modify the widgets value. |
|
||||||||||||
|
This method allows scripts to modify the widgets value. |
|
|
This method allows scripts to modify the widgets value. |
|
|
Use the scalar range of the selected array to set the min max range. |
|
|
Callback for min scale |
|
|
Callback for max scale |
|
|
Label for the minimum value scale. |
|
|
Label for the maximum value scale. |
|
|
Set the balloon help string for the minimum value scale. |
|
|
Set the balloon help string for the maximum value scale. |
|
|
The underlying scales. |
|
|
The underlying scales. |
|
|
The underlying scales. |
|
|
The underlying scales. |
|
|
Should the label for the min. scale be displayed ? |
|
|
Should the label for the min. scale be displayed ? |
|
|
Should the label for the min. scale be displayed ? |
|
|
Should the label for the min. scale be displayed ? |
|
|
Should the label for the max. scale be displayed ? |
|
|
Should the label for the max. scale be displayed ? |
|
|
Should the label for the max. scale be displayed ? |
|
|
Should the label for the max. scale be displayed ? |
|
|
What should the width of the min. label be ? |
|
|
What should the width of the min. label be ? |
|
|
What should the width of the max. label be ? |
|
|
What should the width of the max. label be ? |
|
|
The underlying scales. |
|
|
The underlying scales. |
|
||||||||||||
|
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 vtkPVWidget. |
|
|
Called when the reset button is pushed. Sets widget's value to the object-variable's value. Side effect is to turn the modified flag off. Reimplemented from vtkPVWidget. |
|
|
Initialize the widget after creation. Implements vtkPVWidget. |
|
|
This serves a dual purpose. For tracing and for saving state. Implements vtkPVWidget. |
|
|
Update the "enable" state of the object 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. Reimplemented from vtkPVWidget. |
|
|
|
|
|
|
|
||||||||||||||||
|
Reimplemented from vtkPVWidget. |
|
||||||||||||
|
Called by vtkPVXMLPackageParser to configure the widget from XML attributes. Reimplemented from vtkPVWidget. |
|
|
These methods don't call ModifiedCallback(). |
|
|
These methods don't call ModifiedCallback(). |
|
|
Definition at line 154 of file vtkPVMinMax.h. |
|
|
Definition at line 156 of file vtkPVMinMax.h. |
|
|
Definition at line 157 of file vtkPVMinMax.h. |
|
|
Definition at line 158 of file vtkPVMinMax.h. |
|
|
Definition at line 159 of file vtkPVMinMax.h. |
|
|
Definition at line 160 of file vtkPVMinMax.h. |
|
|
Definition at line 161 of file vtkPVMinMax.h. |
|
|
Definition at line 163 of file vtkPVMinMax.h. |
|
|
Definition at line 164 of file vtkPVMinMax.h. |
|
|
Definition at line 168 of file vtkPVMinMax.h. |
|
|
Definition at line 170 of file vtkPVMinMax.h. |
|
|
Definition at line 171 of file vtkPVMinMax.h. |
|
|
Definition at line 173 of file vtkPVMinMax.h. |
|
|
Definition at line 174 of file vtkPVMinMax.h. |
1.3.5