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


[NOHEADER] | |
| vtkTypeRevisionMacro (vtkKWSegmentedProgressGauge, vtkKWCompositeWidget) | |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| vtkKWSegmentedProgressGauge * | New () |
Public Member Functions | |
| void | Create (vtkKWApplication *app) |
| void | SetValue (int segment, int value) |
| void | SetNumberOfSegments (int number) |
| virtual int | GetNumberOfSegments () |
| virtual void | SetWidth (int) |
| virtual int | GetWidth () |
| virtual void | SetHeight (int) |
| virtual int | GetHeight () |
| void | SetSegmentColor (int index, float r, float g, float b) |
| void | SetSegmentColor (int index, float color[3]) |
| void | GetSegmentColor (int index, float color[3]) |
Protected Member Functions | |
| vtkKWSegmentedProgressGauge () | |
| ~vtkKWSegmentedProgressGauge () | |
Protected Attributes | |
| vtkKWFrame * | ProgressFrame |
| vtkKWCanvas * | ProgressCanvas |
| int | NumberOfSegments |
| int | Width |
| int | Height |
| float | SegmentColor [10][3] |
| int | Segment |
| int | Value |
vtkKWSegmentedProgressGauge is a widget to display progress for tasks that can be logically broken into (up to 10) segments rather than continuous progress (e.g., rendering LODs). Each segment has a different color that can be independently set.
Definition at line 31 of file vtkKWSegmentedProgressGauge.h.
|
|
|
|
|
|
|
|
Standard New and type methods Reimplemented from vtkKWCompositeWidget. |
|
||||||||||||
|
|
|
||||||||||||
|
Reimplemented from vtkKWCompositeWidget. |
|
|
Create the widget. Reimplemented from vtkKWCompositeWidget. |
|
||||||||||||
|
Set the percentage complete for a particular segment. All earlier segments are considered completed. |
|
|
Set the number of segments in the progress gauge |
|
|
Set the number of segments in the progress gauge |
|
|
Set the width and height of the progress gauge Reimplemented from vtkKWFrame. |
|
|
Set the width and height of the progress gauge Reimplemented from vtkKWFrame. |
|
|
Set the width and height of the progress gauge Reimplemented from vtkKWFrame. |
|
|
Set the width and height of the progress gauge Reimplemented from vtkKWFrame. |
|
||||||||||||||||||||
|
Set/Get the color for a particular segment. |
|
||||||||||||
|
Set/Get the color for a particular segment. Definition at line 65 of file vtkKWSegmentedProgressGauge.h. |
|
||||||||||||
|
Set/Get the color for a particular segment. |
|
|
Definition at line 74 of file vtkKWSegmentedProgressGauge.h. |
|
|
Definition at line 75 of file vtkKWSegmentedProgressGauge.h. |
|
|
Definition at line 77 of file vtkKWSegmentedProgressGauge.h. |
|
|
Definition at line 78 of file vtkKWSegmentedProgressGauge.h. |
|
|
Definition at line 79 of file vtkKWSegmentedProgressGauge.h. |
|
|
Definition at line 81 of file vtkKWSegmentedProgressGauge.h. |
|
|
Definition at line 83 of file vtkKWSegmentedProgressGauge.h. |
|
|
Definition at line 84 of file vtkKWSegmentedProgressGauge.h. |
1.3.5