#include <numberrange_b.h>
Inheritance diagram for numberrange_b:

Public Types | |
| enum | slider_type { slider_none, slider_right, slider_left } |
| enum | rounding_mode { nearest, positive, negative, zero } |
Public Member Functions | |
| void | set_generate_value_changed (bool generate=TRUE) |
| bool | get_generate_value_changed () const |
| void | set_writable (bool writable=TRUE) |
| bool | get_writable () const |
| void | set_has_display (bool display=TRUE) |
| bool | get_has_display () const |
| void | set_has_adjusters (bool adjusters=TRUE) |
| bool | get_has_adjusters () const |
| void | set_slider_type (slider_type slider=slider_none) |
| slider_type | get_slider_type () const |
| void | set_precision (int precision) |
| int | get_precision () const |
| void | set_value_scaled (double value, rounding_mode rounding=nearest) |
| double | get_value_scaled () const |
| void | set_lower_bound_scaled (double lower, rounding_mode rounding=nearest) |
| double | get_lower_bound_scaled () const |
| void | set_upper_bound_scaled (double upper, rounding_mode rounding=nearest) |
| double | get_upper_bound_scaled () const |
| void | set_step_size_scaled (double step, rounding_mode rounding=nearest) |
| double | get_step_size_scaled () const |
| numberrange_b & | operator= (int value) |
Protected Member Functions | |
| virtual void | _set_justification (justification position) |
| virtual justification | _get_justification () const |
| virtual void | _set_slider_colour (wimp_colour colour) |
| virtual wimp_colour | _get_slider_colour () const |
| virtual void | _set_well_colour (wimp_colour colour) |
| virtual wimp_colour | _get_well_colour () const |
| virtual void | _set_precision (int precision)=0 |
| virtual int | _get_precision () const=0 |
|
|
|
|
|
|
|
|
Implements gadget_w_justification. |
|
|
Implemented in numberrange_c, and numberrange_t. |
|
|
Implements gadget_w_slider. |
|
|
Implements gadget_w_slider. |
|
|
Implements gadget_w_justification. |
|
|
Implemented in numberrange_c, and numberrange_t. |
|
|
Implements gadget_w_slider. |
|
|
Implements gadget_w_slider. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from gadget_w_slider. Reimplemented in numberrange_c, and numberrange_t. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.3.3