#include <bcpot.h>
Inheritance diagram for BC_FPot:

Public Member Functions | |
| BC_FPot (int x, int y, float value, float minvalue, float maxvalue, VFrame **data=0) | |
| ~BC_FPot () | |
| char * | get_caption () |
| int | increase_value () |
| int | decrease_value () |
| float | get_percentage () |
| float | get_value () |
| int | percentage_to_value (float percentage) |
| void | update (float value) |
| void | update (float value, float minvalue, float maxvalue) |
| void | set_precision (float value) |
Private Attributes | |
| float | value |
| float | minvalue |
| float | maxvalue |
| float | precision |
Definition at line 70 of file bcpot.h.
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
Reimplemented from BC_Pot. |
|
|
Reimplemented from BC_Pot. |
|
|
Reimplemented from BC_Pot. |
|
|
|
|
|
Reimplemented from BC_Pot. |
|
|
Reimplemented from BC_Pot. |
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4