Blender  V3.3
Public Member Functions | Protected Attributes | List of all members
Freestyle::ProgressBar Class Reference

#include <ProgressBar.h>

Public Member Functions

 ProgressBar ()
 
virtual ~ProgressBar ()
 
virtual void reset ()
 
virtual void setTotalSteps (unsigned n)
 
virtual void setProgress (unsigned i)
 
virtual void setLabelText (const string &s)
 
unsigned int getTotalSteps () const
 
unsigned int getProgress () const
 
string getLabelText () const
 

Protected Attributes

unsigned _numtotalsteps
 
unsigned _progress
 
string _label
 

Detailed Description

Definition at line 20 of file ProgressBar.h.

Constructor & Destructor Documentation

◆ ProgressBar()

Freestyle::ProgressBar::ProgressBar ( )
inline

Definition at line 22 of file ProgressBar.h.

◆ ~ProgressBar()

virtual Freestyle::ProgressBar::~ProgressBar ( )
inlinevirtual

Definition at line 28 of file ProgressBar.h.

Member Function Documentation

◆ getLabelText()

string Freestyle::ProgressBar::getLabelText ( ) const
inline

Definition at line 64 of file ProgressBar.h.

◆ getProgress()

unsigned int Freestyle::ProgressBar::getProgress ( ) const
inline

Definition at line 59 of file ProgressBar.h.

Referenced by Freestyle::FEdgeXDetector::processShapes().

◆ getTotalSteps()

unsigned int Freestyle::ProgressBar::getTotalSteps ( ) const
inline

accessors

Definition at line 54 of file ProgressBar.h.

◆ reset()

virtual void Freestyle::ProgressBar::reset ( )
inlinevirtual

Definition at line 32 of file ProgressBar.h.

Referenced by Freestyle::FEdgeXDetector::processShapes().

◆ setLabelText()

virtual void Freestyle::ProgressBar::setLabelText ( const string &  s)
inlinevirtual

Definition at line 48 of file ProgressBar.h.

Referenced by Freestyle::FEdgeXDetector::processShapes().

◆ setProgress()

virtual void Freestyle::ProgressBar::setProgress ( unsigned  i)
inlinevirtual

Definition at line 43 of file ProgressBar.h.

Referenced by Freestyle::FEdgeXDetector::processShapes().

◆ setTotalSteps()

virtual void Freestyle::ProgressBar::setTotalSteps ( unsigned  n)
inlinevirtual

Definition at line 38 of file ProgressBar.h.

Referenced by Freestyle::FEdgeXDetector::processShapes().

Member Data Documentation

◆ _label

string Freestyle::ProgressBar::_label
protected

Definition at line 72 of file ProgressBar.h.

◆ _numtotalsteps

unsigned Freestyle::ProgressBar::_numtotalsteps
protected

Definition at line 70 of file ProgressBar.h.

◆ _progress

unsigned Freestyle::ProgressBar::_progress
protected

Definition at line 71 of file ProgressBar.h.


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