libsim Versione 7.2.6
Riferimenti per il tipo datoprogress_line

Class to print a progress bar on the screen. Continua...

Membri pubblici

procedure alldone (this)
 Close artificially the progress_line object.
 

Attributi pubblici

double precision min =0.0D0
 minimum value of the progress interval
 
double precision max =100.0D0
 minimum value of the progress interval
 

Descrizione dettagliata

Class to print a progress bar on the screen.

This class prints a progress bar on the screen, which can be updated by the calling program. At the moment the progress can only be displayed in percent (0-100) of the min-max progress interval, with a predefined format. The progress interval also defaults to 0-100 but it can be changed by the user after instantiating the object, but before updating it.

Definizione alla linea 380 del file char_utilities.F90.


Generated with Doxygen.