VoltAir
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups Pages
Properties | List of all members
SimpleFillBar Class Reference

Progress bar that shows the proportion of amountFilled out of the total capacity. More...

Inheritance diagram for SimpleFillBar:

Properties

real amountFilled
 Quantity that has been filled. More...
 
real capacity
 Maximum value that amountFilled can reach. More...
 
point fillPoint
 Point at the center of the right edge of the fill bar. More...
 
string fillColor
 Color theme for this bar to use. More...
 

Detailed Description

Progress bar that shows the proportion of amountFilled out of the total capacity.

Property Documentation

real SimpleFillBar::amountFilled

Quantity that has been filled.

real SimpleFillBar::capacity

Maximum value that amountFilled can reach.

string SimpleFillBar::fillColor

Color theme for this bar to use.

point SimpleFillBar::fillPoint

Point at the center of the right edge of the fill bar.