NetSurf
|
Data Fields | |
wimp_w | w |
progress bar window handle More... | |
unsigned int | range |
progress bar range More... | |
unsigned int | value |
progress bar value More... | |
char | icon [13] |
current icon More... | |
int | offset |
progress bar rotation More... | |
os_box | visible |
progress bar position More... | |
int | icon_x0 |
icon x0 More... | |
int | icon_y0 |
icon y0 More... | |
osspriteop_header * | icon_img |
icon image More... | |
bool | animating |
progress bar is animating More... | |
bool | recalculate |
recalculation required More... | |
int | cur_width |
current calculated width More... | |
int | cur_height |
current calculated height More... | |
bool | icon_obscured |
icon is partially obscured More... | |
Definition at line 44 of file progress_bar.c.
bool progress_bar::animating |
progress bar is animating
Definition at line 54 of file progress_bar.c.
Referenced by ro_gui_progress_bar_animate(), ro_gui_progress_bar_destroy(), and ro_gui_progress_bar_update().
int progress_bar::cur_height |
current calculated height
Definition at line 57 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), ro_gui_progress_bar_set_icon(), ro_gui_progress_bar_set_range(), and ro_gui_progress_bar_set_value().
int progress_bar::cur_width |
current calculated width
Definition at line 56 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), ro_gui_progress_bar_set_icon(), ro_gui_progress_bar_set_range(), and ro_gui_progress_bar_set_value().
char progress_bar::icon[13] |
current icon
Definition at line 48 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), ro_gui_progress_bar_redraw_window(), and ro_gui_progress_bar_set_icon().
osspriteop_header* progress_bar::icon_img |
icon image
Definition at line 53 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), and ro_gui_progress_bar_redraw_window().
bool progress_bar::icon_obscured |
icon is partially obscured
Definition at line 58 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), and ro_gui_progress_bar_redraw_window().
int progress_bar::icon_x0 |
icon x0
Definition at line 51 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), and ro_gui_progress_bar_redraw_window().
int progress_bar::icon_y0 |
icon y0
Definition at line 52 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), and ro_gui_progress_bar_redraw_window().
int progress_bar::offset |
progress bar rotation
Definition at line 49 of file progress_bar.c.
Referenced by ro_gui_progress_bar_animate(), and ro_gui_progress_bar_redraw_window().
unsigned int progress_bar::range |
progress bar range
Definition at line 46 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), ro_gui_progress_bar_get_range(), ro_gui_progress_bar_set_range(), ro_gui_progress_bar_set_value(), and ro_gui_progress_bar_update().
bool progress_bar::recalculate |
recalculation required
Definition at line 55 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), ro_gui_progress_bar_set_icon(), and ro_gui_progress_bar_update().
unsigned int progress_bar::value |
progress bar value
Definition at line 47 of file progress_bar.c.
Referenced by ro_gui_progress_bar_calculate(), ro_gui_progress_bar_get_value(), ro_gui_progress_bar_set_range(), ro_gui_progress_bar_set_value(), and ro_gui_progress_bar_update().
os_box progress_bar::visible |
progress bar position
Definition at line 50 of file progress_bar.c.
Referenced by ro_gui_progress_bar_animate(), ro_gui_progress_bar_calculate(), ro_gui_progress_bar_redraw_window(), ro_gui_progress_bar_update(), and ro_gui_status_position_progress_bar().
wimp_w progress_bar::w |
progress bar window handle
Definition at line 45 of file progress_bar.c.
Referenced by ro_gui_progress_bar_animate(), ro_gui_progress_bar_calculate(), ro_gui_progress_bar_create(), ro_gui_progress_bar_destroy(), ro_gui_progress_bar_get_window(), ro_gui_progress_bar_set_icon(), and ro_gui_progress_bar_update().