|
Blender V4.3
|
#include <ProgressBar.h>
Public Member Functions | |
| ProgressBar () | |
| virtual | ~ProgressBar () |
| virtual void | reset () |
| virtual void | setTotalSteps (uint n) |
| virtual void | setProgress (uint i) |
| virtual void | setLabelText (const string &s) |
| uint | getTotalSteps () const |
| uint | getProgress () const |
| string | getLabelText () const |
Protected Attributes | |
| uint | _numtotalsteps |
| uint | _progress |
| string | _label |
Definition at line 22 of file ProgressBar.h.
|
inline |
Definition at line 24 of file ProgressBar.h.
References _numtotalsteps, and _progress.
|
inlinevirtual |
Definition at line 30 of file ProgressBar.h.
|
inline |
Definition at line 64 of file ProgressBar.h.
References _label.
|
inline |
Definition at line 59 of file ProgressBar.h.
References _progress.
Referenced by Freestyle::ViewMapBuilder::ComputeFastRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeSweepLineIntersections(), Freestyle::ViewMapBuilder::ComputeVeryFastRayCastingVisibility(), and Freestyle::FEdgeXDetector::processShapes().
|
inline |
|
inlinevirtual |
Definition at line 32 of file ProgressBar.h.
References _numtotalsteps, and _progress.
Referenced by Freestyle::ViewMapBuilder::ComputeFastRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeSweepLineIntersections(), Freestyle::ViewMapBuilder::ComputeVeryFastRayCastingVisibility(), and Freestyle::FEdgeXDetector::processShapes().
|
inlinevirtual |
Definition at line 48 of file ProgressBar.h.
References _label.
Referenced by Freestyle::ViewMapBuilder::ComputeFastRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeSweepLineIntersections(), Freestyle::ViewMapBuilder::ComputeVeryFastRayCastingVisibility(), and Freestyle::FEdgeXDetector::processShapes().
|
inlinevirtual |
Definition at line 43 of file ProgressBar.h.
References _progress.
Referenced by Freestyle::ViewMapBuilder::ComputeFastRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeSweepLineIntersections(), Freestyle::ViewMapBuilder::ComputeVeryFastRayCastingVisibility(), and Freestyle::FEdgeXDetector::processShapes().
|
inlinevirtual |
Definition at line 38 of file ProgressBar.h.
References _numtotalsteps.
Referenced by Freestyle::ViewMapBuilder::ComputeFastRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeRayCastingVisibility(), Freestyle::ViewMapBuilder::ComputeSweepLineIntersections(), Freestyle::ViewMapBuilder::ComputeVeryFastRayCastingVisibility(), and Freestyle::FEdgeXDetector::processShapes().
|
protected |
Definition at line 72 of file ProgressBar.h.
Referenced by getLabelText(), and setLabelText().
|
protected |
Definition at line 70 of file ProgressBar.h.
Referenced by getTotalSteps(), ProgressBar(), reset(), and setTotalSteps().
|
protected |
Definition at line 71 of file ProgressBar.h.
Referenced by getProgress(), ProgressBar(), reset(), and setProgress().