#include <bctumble.h>
Inherits BC_Tumbler.

Public Member Functions | |
| BC_FTumbler (BC_TextBox *textbox, float min, float max, int x, int y) | |
| virtual | ~BC_FTumbler () |
| int | handle_up_event () |
| int | handle_down_event () |
| void | set_boundaries (float min, float max) |
| void | set_increment (float value) |
| void | set_log_floatincrement (int value) |
Data Fields | |
| float | min |
| float | max |
| float | increment |
| int | log_floatincrement |
| BC_TextBox * | textbox |
Definition at line 55 of file bctumble.h.
| BC_FTumbler::BC_FTumbler | ( | BC_TextBox * | textbox, | |
| float | min, | |||
| float | max, | |||
| int | x, | |||
| int | y | |||
| ) |
| BC_FTumbler::~BC_FTumbler | ( | ) | [virtual] |
Definition at line 305 of file bctumble.C.
| int BC_FTumbler::handle_up_event | ( | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 309 of file bctumble.C.
References BC_TextBox::get_text(), BC_TextBox::handle_event(), increment, log_floatincrement, max, textbox, BC_TextBox::update(), and BC_Toggle::value.

| int BC_FTumbler::handle_down_event | ( | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 326 of file bctumble.C.
References BC_TextBox::get_text(), BC_TextBox::handle_event(), increment, log_floatincrement, min, textbox, BC_TextBox::update(), and BC_Toggle::value.

| void BC_FTumbler::set_boundaries | ( | float | min, | |
| float | max | |||
| ) | [virtual] |
| void BC_FTumbler::set_increment | ( | float | value | ) | [virtual] |
| void BC_FTumbler::set_log_floatincrement | ( | int | value | ) | [virtual] |
Reimplemented from BC_Tumbler.
Definition at line 356 of file bctumble.C.
References log_floatincrement.
| float BC_FTumbler::min |
| float BC_FTumbler::max |
| float BC_FTumbler::increment |
Definition at line 68 of file bctumble.h.
Referenced by BC_FTumbler(), handle_down_event(), handle_up_event(), and set_increment().
Definition at line 69 of file bctumble.h.
Referenced by BC_FTumbler(), handle_down_event(), handle_up_event(), and set_log_floatincrement().
1.5.5