Blender  V2.93
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 34 of file ProgressBar.h.

Constructor & Destructor Documentation

◆ ProgressBar()

Freestyle::ProgressBar::ProgressBar ( )
inline

Definition at line 36 of file ProgressBar.h.

◆ ~ProgressBar()

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

Definition at line 42 of file ProgressBar.h.

Member Function Documentation

◆ getLabelText()

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

Definition at line 78 of file ProgressBar.h.

◆ getProgress()

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

Definition at line 73 of file ProgressBar.h.

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

◆ getTotalSteps()

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

accessors

Definition at line 68 of file ProgressBar.h.

◆ reset()

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

◆ setLabelText()

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

◆ setProgress()

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

◆ setTotalSteps()

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

Member Data Documentation

◆ _label

string Freestyle::ProgressBar::_label
protected

Definition at line 86 of file ProgressBar.h.

◆ _numtotalsteps

unsigned Freestyle::ProgressBar::_numtotalsteps
protected

Definition at line 84 of file ProgressBar.h.

◆ _progress

unsigned Freestyle::ProgressBar::_progress
protected

Definition at line 85 of file ProgressBar.h.


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