mikroSDK Reference Manual
vtft_progress_bar Struct Reference

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_tcaption
 
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
 

Detailed Description

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.

Field Documentation

◆ type

vtft_comp_type_t vtft_progress_bar::type

Type of the component.

◆ order

vtft_index_t vtft_progress_bar::order

Order in wich component was generated.

◆ visible

vtft_bool_t vtft_progress_bar::visible

Determines if the component will be drawn.

◆ left

vtft_coord_t vtft_progress_bar::left

Leftmost coordinate of the component.

◆ top

vtft_coord_t vtft_progress_bar::top

Topmost coordinate of the component.

◆ width

vtft_ucoord_t vtft_progress_bar::width

Width of the component.

◆ height

vtft_ucoord_t vtft_progress_bar::height

Height of the component.

◆ corner_radius

vtft_ucoord_t vtft_progress_bar::corner_radius

Radius of the rounded corners.

◆ caption

vtft_byte_t* vtft_progress_bar::caption

Caption.

◆ font

vtft_font vtft_progress_bar::font

Font.

◆ pen

vtft_pen vtft_progress_bar::pen

Pen.

◆ gradient

vtft_gradient vtft_progress_bar::gradient

Gradient.

◆ back_color

gl_color_t vtft_progress_bar::back_color

Background color.

◆ position

uint32_t vtft_progress_bar::position

Current position.

◆ prev_pos

uint32_t vtft_progress_bar::prev_pos

Previous position.

◆ min_position

uint32_t vtft_progress_bar::min_position

Minimal position.

◆ max_position

uint32_t vtft_progress_bar::max_position

Maximal position.

◆ smooth

vtft_bool_t vtft_progress_bar::smooth

Smoooth on/off.

◆ show_percent

vtft_bool_t vtft_progress_bar::show_percent

Show percentage on/off.

◆ show_position

vtft_bool_t vtft_progress_bar::show_position

Show position on/off.