#include <FeelingBar.hpp>
| FeelingBar::FeelingBar |
( |
double |
max | ) |
|
| void FeelingBar::addPercent |
( |
double |
nbPercent | ) |
|
Add a certain percent amount to the bar.
| void FeelingBar::addValue |
( |
double |
value | ) |
|
| double FeelingBar::getPercent |
( |
| ) |
|
| double FeelingBar::getValue |
( |
| ) |
|
| double FeelingBar::getValueInPercent |
( |
| ) |
|
| void FeelingBar::removePercent |
( |
double |
nbPercent | ) |
|
Remove a certain percent amount of the bar.
Getters, value of the bar, value in percent and actual percent value of the bar
| void FeelingBar::removeValue |
( |
double |
value | ) |
|
The documentation for this class was generated from the following files: