mikroSDK Reference Manual
|
Structure for an image 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_ucoord_t | width |
vtft_ucoord_t | height |
const vtft_byte_t * | picture_data |
uint32_t | ratio |
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_image::type |
Type of the component.
vtft_index_t vtft_image::order |
Order in wich component was generated.
vtft_bool_t vtft_image::visible |
Determines if the component will be drawn.
vtft_coord_t vtft_image::left |
Leftmost coordinate of the component.
vtft_coord_t vtft_image::top |
Topmost coordinate of the component.
vtft_bool_t vtft_image::active |
Indicates if the component has been set active for the touch panel events.
vtft_event_set vtft_image::event_set |
Collection of actions to be triggered on events if component is set as active.
vtft_ucoord_t vtft_image::width |
Width of the component.
vtft_ucoord_t vtft_image::height |
Height of the component.
const vtft_byte_t* vtft_image::picture_data |
Data of the picture to be displayed.
uint32_t vtft_image::ratio |
Ratio of the displayed image.