All Classes Namespaces Functions Variables Enumerations Properties Pages
Public Member Functions | Private Member Functions | Private Attributes | List of all members
DoubleProgressDialog::ProgressBarControl Class Reference

Public Member Functions

 ProgressBarControl (QProgressBar *b)
 
float getMin ()
 
void setMin (float minimum)
 
float getMax ()
 
void setMax (float maximum)
 
void setRange (float minimum, float maximum)
 
float getValue ()
 
void setValue (float value)
 
int getPrecision ()
 
void setPrecision (int e)
 

Private Member Functions

int convertUnits (float value)
 

Private Attributes

QProgressBarbar
 
float min = 0
 
float max = 1
 
float val = 0
 
int unitFactor = 100
 

Detailed Description

Definition at line 39 of file doubleprogressdialog.h.


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