Embedded SDK
Embedded SDK
Public Attributes | List of all members
genericObj_t Struct Reference
Collaboration diagram for genericObj_t:
Collaboration graph
[legend]

Public Attributes

union {
   nbgl_obj_t   obj
 
   nbgl_text_area_t   textAreaObj
 
   nbgl_progress_bar_t   progressBarObj
 
   nbgl_container_t   containerObj
 
   nbgl_image_t   imageObj
 
   nbgl_radio_t   radioObj
 
   nbgl_switch_t   switchObj
 
   nbgl_button_t   buttonObj
 
   nbgl_page_indicator_t   navBarObj
 
   nbgl_line_t   lineObj
 
   nbgl_spinner_t   spinnerObj
 
   nbgl_keyboard_t   keyboardObj
 
   nbgl_keypad_t   keypadObj
 
}; 
 

Detailed Description

Definition at line 45 of file nbgl_obj_pool.c.

Member Data Documentation

◆ 

union { ... }

◆ buttonObj

nbgl_button_t genericObj_t::buttonObj

Definition at line 55 of file nbgl_obj_pool.c.

◆ containerObj

nbgl_container_t genericObj_t::containerObj

Definition at line 50 of file nbgl_obj_pool.c.

◆ imageObj

nbgl_image_t genericObj_t::imageObj

Definition at line 51 of file nbgl_obj_pool.c.

◆ keyboardObj

nbgl_keyboard_t genericObj_t::keyboardObj

Definition at line 63 of file nbgl_obj_pool.c.

◆ keypadObj

nbgl_keypad_t genericObj_t::keypadObj

Definition at line 66 of file nbgl_obj_pool.c.

◆ lineObj

nbgl_line_t genericObj_t::lineObj

Definition at line 57 of file nbgl_obj_pool.c.

◆ navBarObj

nbgl_page_indicator_t genericObj_t::navBarObj

Definition at line 56 of file nbgl_obj_pool.c.

◆ obj

nbgl_obj_t genericObj_t::obj

Definition at line 47 of file nbgl_obj_pool.c.

◆ progressBarObj

nbgl_progress_bar_t genericObj_t::progressBarObj

Definition at line 49 of file nbgl_obj_pool.c.

◆ radioObj

nbgl_radio_t genericObj_t::radioObj

Definition at line 53 of file nbgl_obj_pool.c.

◆ spinnerObj

nbgl_spinner_t genericObj_t::spinnerObj

Definition at line 58 of file nbgl_obj_pool.c.

◆ switchObj

nbgl_switch_t genericObj_t::switchObj

Definition at line 54 of file nbgl_obj_pool.c.

◆ textAreaObj

nbgl_text_area_t genericObj_t::textAreaObj

Definition at line 48 of file nbgl_obj_pool.c.


The documentation for this struct was generated from the following file: