double getValueInPercent()
Definition: FeelingBar.cpp:42
void removeValue(double value)
Remove value to the bar.
Definition: FeelingBar.cpp:23
FeelingBarId
Definition: FeelingBar.hpp:4
double getValue()
Definition: FeelingBar.cpp:38
FeelingBar(double max)
Constructor of the FeelingBar.
Definition: FeelingBar.cpp:12
void addValue(double value)
Add value to the bar.
Definition: FeelingBar.cpp:16
Definition: FeelingBar.hpp:4
Definition: FeelingBar.hpp:6
Definition: FeelingBar.hpp:4
void addPercent(double nbPercent)
Add a certain percent amount to the bar.
Definition: FeelingBar.cpp:30
double getPercent()
Definition: FeelingBar.cpp:46
void removePercent(double nbPercent)
Remove a certain percent amount of the bar.
Definition: FeelingBar.cpp:34
Definition: FeelingBar.hpp:4