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

Public Member Functions | |
| BC_IPot (int x, int y, int64_t value, int64_t minvalue, int64_t maxvalue, VFrame **data=0) | |
| ~BC_IPot () | |
| char * | get_caption () |
| int | increase_value () |
| int | decrease_value () |
| float | get_percentage () |
| int | percentage_to_value (float percentage) |
| int64_t | get_value () |
| void | update (int64_t value) |
| void | update (int64_t value, int64_t minvalue, int64_t maxvalue) |
Private Attributes | |
| int64_t | value |
| int64_t | minvalue |
| int64_t | maxvalue |
Definition at line 96 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