mikroSDK Reference Manual
vtft_line Struct Reference

Structure for a componet drawn like a line. More...

Data Fields

vtft_comp_type_t type
 
vtft_index_t order
 
vtft_bool_t visible
 
vtft_pen pen
 
vtft_coord_t first_left
 
vtft_coord_t first_top
 
vtft_coord_t second_left
 
vtft_coord_t second_top
 

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

Type of the component.

◆ order

vtft_index_t vtft_line::order

Order in wich component was generated.

◆ visible

vtft_bool_t vtft_line::visible

Determines if the component will be drawn.

◆ pen

vtft_pen vtft_line::pen

Pen used for drawing the component.

◆ first_left

vtft_coord_t vtft_line::first_left

Start left (x) coordinate. Top left corner of the screen is coordinate system origin.

◆ first_top

vtft_coord_t vtft_line::first_top

Start top (y) coordinate. Top left corner of the screen is coordinate system origin.

◆ second_left

vtft_coord_t vtft_line::second_left

End left (x) coordinate. Top left corner of the screen is coordinate system origin.

◆ second_top

vtft_coord_t vtft_line::second_top

End top (y) coordinate. Top left corner of the screen is coordinate system origin.