mikroSDK Reference Manual
|
Structure for a radio button component. More...
Data Fields | |
vtft_comp_type_t | type |
vtft_index_t | order |
vtft_bool_t | visible |
vtft_coord_t | left |
vtft_coord_t | top |
vtft_ucoord_t | width |
vtft_ucoord_t | height |
vtft_ucoord_t | corner_radius |
vtft_byte_t * | caption |
vtft_font | font |
vtft_pen | pen |
vtft_gradient | gradient |
gl_color_t | back_color |
uint32_t | position |
uint32_t | prev_pos |
uint32_t | min_position |
uint32_t | max_position |
vtft_bool_t | smooth |
vtft_bool_t | show_percent |
vtft_bool_t | show_position |
Necto Studio Designer will define the values stored within each component. User can access component values inside screen source file named "*screen_name*_screen.c" generated by the Necto Studio Designer and read/change them if want.
vtft_comp_type_t vtft_progress_bar::type |
Type of the component.
vtft_index_t vtft_progress_bar::order |
Order in wich component was generated.
vtft_bool_t vtft_progress_bar::visible |
Determines if the component will be drawn.
vtft_coord_t vtft_progress_bar::left |
Leftmost coordinate of the component.
vtft_coord_t vtft_progress_bar::top |
Topmost coordinate of the component.
vtft_ucoord_t vtft_progress_bar::width |
Width of the component.
vtft_ucoord_t vtft_progress_bar::height |
Height of the component.
vtft_ucoord_t vtft_progress_bar::corner_radius |
Radius of the rounded corners.
vtft_byte_t* vtft_progress_bar::caption |
Caption.
vtft_font vtft_progress_bar::font |
Font.
vtft_pen vtft_progress_bar::pen |
Pen.
vtft_gradient vtft_progress_bar::gradient |
Gradient.
gl_color_t vtft_progress_bar::back_color |
Background color.
uint32_t vtft_progress_bar::position |
Current position.
uint32_t vtft_progress_bar::prev_pos |
Previous position.
uint32_t vtft_progress_bar::min_position |
Minimal position.
uint32_t vtft_progress_bar::max_position |
Maximal position.
vtft_bool_t vtft_progress_bar::smooth |
Smoooth on/off.
vtft_bool_t vtft_progress_bar::show_percent |
Show percentage on/off.
vtft_bool_t vtft_progress_bar::show_position |
Show position on/off.