Public Member Functions | |
u_int16 | amplitude () |
virtual void | add (win_base *) |
virtual void | remove (win_base *) |
virtual void | remove_all () |
void | resize (u_int16 tl, u_int16 th) |
void | destroy () |
bool | draw () |
bool | update () |
bool | input_update () |
void | set_space_between_border (u_int16) |
void | set_space_between_object (u_int16) |
virtual void | set_pos (const u_int8 pos) |
u_int16 | cursor_y () |
void | set_auto_scrollbar (bool b) |
void | set_auto_refresh (bool b) |
void | set_brightness (bool b) |
void | set_trans (bool b) |
Static Public Attributes | |
static const u_int8 | PAD_DEFAULT = 5 |
Protected Member Functions | |
bool | up () |
bool | down () |
void | find_amplitude () |
void | update_amplitude () |
Protected Attributes | |
u_int16 | max_amplitude_ |
u_int16 | cur_amplitude_ |
u_int16 | index_pad_ |
u_int16 | cursor_y_ |
bool | auto_scrollbar_ |
bool | auto_refresh_ |
Definition at line 21 of file win_scroll.h.