mikroSDK Reference Manual
vtft_check_box Struct Reference

Structure for a check box 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_bool_t active
 
vtft_event_set event_set
 
vtft_pen pen
 
vtft_press_gradient press_gradient
 
vtft_ucoord_t width
 
vtft_ucoord_t height
 
vtft_text text
 
vtft_text_alignment text_align
 
vtft_bool_t checked
 
vtft_ucoord_t corner_radius
 

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_check_box::type

Type of the component.

◆ order

vtft_index_t vtft_check_box::order

Order in wich component was generated.

◆ visible

vtft_bool_t vtft_check_box::visible

Determines if the component will be drawn.

◆ left

vtft_coord_t vtft_check_box::left

Leftmost coordinate of the component.

◆ top

vtft_coord_t vtft_check_box::top

Topmost coordinate of the component.

◆ active

vtft_bool_t vtft_check_box::active

Indicates if the component has been set active for the touch panel events.

◆ event_set

vtft_event_set vtft_check_box::event_set

Collection of actions to be triggered on events if component is set as active.

◆ pen

vtft_pen vtft_check_box::pen

Pen used for drawing the component.

◆ press_gradient

vtft_press_gradient vtft_check_box::press_gradient

Colors used for drawing the component when pressed and when not pressed.

◆ width

vtft_ucoord_t vtft_check_box::width

Width of the component.

◆ height

vtft_ucoord_t vtft_check_box::height

Height of the component.

◆ text

vtft_text vtft_check_box::text

Text to be displayed.

◆ text_align

vtft_text_alignment vtft_check_box::text_align

How to align the text.

◆ checked

vtft_bool_t vtft_check_box::checked

Indicates whether check box is checked or not.

◆ corner_radius

vtft_ucoord_t vtft_check_box::corner_radius

Radius of the rounded corners.