MUQ  0.4.3
muq::Utilities::WaitBar Class Reference

#include <WaitBar.h>

Detailed Description

Definition at line 9 of file WaitBar.h.

Public Member Functions

 WaitBar (double minValIn, double maxValIn)
 
void Complete ()
 
void Update (double newVal)
 

Constructor & Destructor Documentation

◆ WaitBar()

WaitBar::WaitBar ( double  minValIn,
double  maxValIn 
)

Definition at line 7 of file WaitBar.cpp.

References minVal, and Update().

Member Function Documentation

◆ Complete()

void WaitBar::Complete ( )

Definition at line 12 of file WaitBar.cpp.

◆ Update()

void WaitBar::Update ( double  newVal)

Definition at line 17 of file WaitBar.cpp.

References barWidth, maxVal, and minVal.

Referenced by WaitBar().

Member Data Documentation

◆ barWidth

const int muq::Utilities::WaitBar::barWidth = 60
private

Definition at line 21 of file WaitBar.h.

Referenced by Update().

◆ maxVal

double muq::Utilities::WaitBar::maxVal
private

Definition at line 19 of file WaitBar.h.

Referenced by Update().

◆ minVal

double muq::Utilities::WaitBar::minVal
private

Definition at line 19 of file WaitBar.h.

Referenced by Update(), and WaitBar().


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