#include <bcslider.h>
Inheritance diagram for BC_FSlider:

Public Member Functions | |
| BC_FSlider (int x, int y, int vertical, int pixels, int pointer_motion_range, float minvalue, float maxvalue, float value, int use_caption=0, VFrame **data=0) | |
| int | update (float value) |
| int | update (int pointer_motion_range, float value, float minvalue, float maxvalue) |
| float | get_value () |
| float | get_length () |
| virtual int | increase_value () |
| virtual int | decrease_value () |
| virtual char * | get_caption () |
| void | set_precision (float value) |
Private Member Functions | |
| int | value_to_pixel () |
| int | init_selection (int cursor_x, int cursor_y) |
| int | update_selection (int cursor_x, int cursor_y) |
Private Attributes | |
| float | minvalue |
| float | maxvalue |
| float | value |
| float | precision |
Friends | |
| class | BC_PercentageSlider |
Definition at line 114 of file bcslider.h.
|
||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 524 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Reimplemented in BC_PercentageSlider. Definition at line 613 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Reimplemented in BC_PercentageSlider. Definition at line 599 of file bcslider.C. |
|
|
Definition at line 594 of file bcslider.C. |
|
|
Definition at line 589 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Reimplemented in BC_PercentageSlider. Definition at line 605 of file bcslider.C. |
|
||||||||||||
|
Reimplemented from BC_Slider. Definition at line 621 of file bcslider.C. |
|
|
Definition at line 675 of file bcslider.C. |
|
||||||||||||||||||||
|
Definition at line 576 of file bcslider.C. |
|
|
Definition at line 563 of file bcslider.C. |
|
||||||||||||
|
Reimplemented from BC_Slider. Definition at line 637 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Definition at line 549 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Definition at line 128 of file bcslider.h. |
|
|
Definition at line 143 of file bcslider.h. |
|
|
Definition at line 143 of file bcslider.h. |
|
|
Definition at line 144 of file bcslider.h. |
|
|
Definition at line 143 of file bcslider.h. |
1.4.4