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

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

Inheritance diagram for SimpleFillBarSmall:

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.

This is a smaller version of the SimpleFillBar.

Property Documentation

real SimpleFillBarSmall::amountFilled

Quantity that has been filled.

real SimpleFillBarSmall::capacity

Maximum value that amountFilled can reach.

string SimpleFillBarSmall::fillColor

Color theme for this bar to use.

point SimpleFillBarSmall::fillPoint

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