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

Public Member Functions | |
| BC_ISlider (int x, int y, int vertical, int pixels, int pointer_motion_range, int64_t minvalue, int64_t maxvalue, int64_t value, int use_caption=0, VFrame **data=0, int *output=0) | |
| int | update (int64_t value) |
| int | update (int pointer_motion_range, int64_t value, int64_t minvalue, int64_t maxvalue) |
| int64_t | get_value () |
| int64_t | get_length () |
| int | increase_value () |
| int | decrease_value () |
| virtual int | handle_event () |
| char * | get_caption () |
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 | |
| int64_t | minvalue |
| int64_t | maxvalue |
| int64_t | value |
| int * | output |
Definition at line 82 of file bcslider.h.
|
||||||||||||||||||||||||||||||||||||||||||||||||
|
Definition at line 364 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Definition at line 457 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Definition at line 443 of file bcslider.C. |
|
|
Definition at line 438 of file bcslider.C. |
|
|
Definition at line 433 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Definition at line 511 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Definition at line 449 of file bcslider.C. |
|
||||||||||||
|
Reimplemented from BC_Slider. Definition at line 465 of file bcslider.C. |
|
||||||||||||||||||||
|
Definition at line 416 of file bcslider.C. |
|
|
Definition at line 404 of file bcslider.C. |
|
||||||||||||
|
Reimplemented from BC_Slider. Definition at line 481 of file bcslider.C. |
|
|
Reimplemented from BC_Slider. Definition at line 390 of file bcslider.C. |
|
|
Definition at line 110 of file bcslider.h. |
|
|
Definition at line 110 of file bcslider.h. |
|
|
Definition at line 111 of file bcslider.h. |
|
|
Definition at line 110 of file bcslider.h. |
1.4.4