C# Class PHPAnalysis.IO.Cmd.BarIndicator

Inheritance: ProgressIndicator
Datei anzeigen Open project: jtvn/Eir-CTLLTL Class Usage Examples

Private Properties

Property Type Description
DrawBar void
DrawEmptyProgressBar void
DrawProcent void
PercentOf float
UpdateProgress void

Public Methods

Method Description
BarIndicator ( int max = 100 ) : System
Step ( ) : void

Private Methods

Method Description
DrawBar ( int progress, int total ) : void
DrawEmptyProgressBar ( ) : void
DrawProcent ( int progress, int total ) : void
PercentOf ( int value, int target ) : float
UpdateProgress ( int progress, int total ) : void

Method Details

BarIndicator() public method

public BarIndicator ( int max = 100 ) : System
max int
return System

Step() public method

public Step ( ) : void
return void