#include <bctextbox.h>
Inherits BC_TextBox.

Public Member Functions | |
| BC_TumbleTextBoxText (BC_TumbleTextBox *popup, int64_t default_value, int64_t min, int64_t max, int x, int y) | |
| BC_TumbleTextBoxText (BC_TumbleTextBox *popup, float default_value, float min, float max, int x, int y) | |
| BC_TumbleTextBoxText (BC_TumbleTextBox *popup, int x, int y) | |
| virtual | ~BC_TumbleTextBoxText () |
| int | handle_event () |
| int | button_press_event () |
Data Fields | |
| BC_TumbleTextBox * | popup |
Definition at line 333 of file bctextbox.h.
| BC_TumbleTextBoxText::BC_TumbleTextBoxText | ( | BC_TumbleTextBox * | popup, | |
| int64_t | default_value, | |||
| int64_t | min, | |||
| int64_t | max, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 1871 of file bctextbox.C.
| BC_TumbleTextBoxText::BC_TumbleTextBoxText | ( | BC_TumbleTextBox * | popup, | |
| float | default_value, | |||
| float | min, | |||
| float | max, | |||
| int | x, | |||
| int | y | |||
| ) |
Definition at line 1886 of file bctextbox.C.
| BC_TumbleTextBoxText::BC_TumbleTextBoxText | ( | BC_TumbleTextBox * | popup, | |
| int | x, | |||
| int | y | |||
| ) |
| BC_TumbleTextBoxText::~BC_TumbleTextBoxText | ( | ) | [virtual] |
| int BC_TumbleTextBoxText::handle_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 1913 of file bctextbox.C.
References BC_TumbleTextBox::handle_event(), and popup.

| int BC_TumbleTextBoxText::button_press_event | ( | ) | [virtual] |
Reimplemented from BC_TextBox.
Definition at line 1919 of file bctextbox.C.
References BC_TextBox::button_press_event(), BC_WindowBase::get_buttonpress(), BC_Tumbler::handle_down_event(), BC_Tumbler::handle_up_event(), BC_WindowBase::is_event_win(), popup, and BC_TumbleTextBox::tumbler.

Definition at line 352 of file bctextbox.h.
Referenced by button_press_event(), handle_event(), BC_TumbleTextBox::~BC_TumbleTextBox(), and ~BC_TumbleTextBoxText().
1.5.5