Embedded SDK
Embedded SDK
|
This structure contains data to build a page in multi-pages mode (nbgl_pageDrawGenericContent) More...
#include <nbgl_page.h>
This structure contains data to build a page in multi-pages mode (nbgl_pageDrawGenericContent)
Definition at line 52 of file nbgl_page.h.
union { ... } |
nbgl_contentBarsList_t nbgl_pageContent_s::barsList |
BARS_LIST type
Definition at line 73 of file nbgl_page.h.
nbgl_contentCenteredInfo_t nbgl_pageContent_s::centeredInfo |
CENTERED_INFO type
Definition at line 63 of file nbgl_page.h.
nbgl_contentRadioChoice_t nbgl_pageContent_s::choicesList |
CHOICES_LIST type
Definition at line 72 of file nbgl_page.h.
nbgl_contentExtendedCenter_t nbgl_pageContent_s::extendedCenter |
EXTENDED_CENTER type
Definition at line 64 of file nbgl_page.h.
nbgl_contentInfoButton_t nbgl_pageContent_s::infoButton |
INFO_BUTTON type
Definition at line 66 of file nbgl_page.h.
nbgl_contentInfoLongPress_t nbgl_pageContent_s::infoLongPress |
INFO_LONG_PRESS type
Definition at line 65 of file nbgl_page.h.
nbgl_contentInfoList_t nbgl_pageContent_s::infosList |
INFOS_LIST type
Definition at line 71 of file nbgl_page.h.
bool nbgl_pageContent_s::isTouchableTitle |
if set to true, the title is preceded by <- arrow to go back
Definition at line 54 of file nbgl_page.h.
nbgl_contentSwitchesList_t nbgl_pageContent_s::switchesList |
SWITCHES_LIST type
Definition at line 70 of file nbgl_page.h.
nbgl_contentTagValueConfirm_t nbgl_pageContent_s::tagValueConfirm |
TAG_VALUE_CONFIRM type
Definition at line 69 of file nbgl_page.h.
nbgl_contentTagValueDetails_t nbgl_pageContent_s::tagValueDetails |
TAG_VALUE_DETAILS type
Definition at line 68 of file nbgl_page.h.
nbgl_contentTagValueList_t nbgl_pageContent_s::tagValueList |
TAG_VALUE_LIST type
Definition at line 67 of file nbgl_page.h.
const char* nbgl_pageContent_s::title |
text for the title of the page (if NULL, no title)
Definition at line 53 of file nbgl_page.h.
uint8_t nbgl_pageContent_s::titleToken |
if isTouchableTitle set to true, this is the token used when touching title
Definition at line 55 of file nbgl_page.h.
const nbgl_icon_details_t* nbgl_pageContent_s::topRightIcon |
a buffer containing the 32px/40px icon for icon on top-right of screen (no button if NULL)
Definition at line 59 of file nbgl_page.h.
uint8_t nbgl_pageContent_s::topRightToken |
token used when top-right button (if not NULL) is touched
Definition at line 58 of file nbgl_page.h.
tune_index_e nbgl_pageContent_s::tuneId |
if not NBGL_NO_TUNE, a tune will be played when title is touched
Definition at line 57 of file nbgl_page.h.
nbgl_contentType_t nbgl_pageContent_s::type |
type of page content in the following union
Definition at line 61 of file nbgl_page.h.