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

Public Member Functions | |
| BC_QPot (int x, int y, int64_t value, VFrame **data=0) | |
| ~BC_QPot () | |
| 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) |
Private Attributes | |
| int64_t | value |
| int64_t | minvalue |
| int64_t | maxvalue |
Definition at line 120 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