Embedded SDK
Embedded SDK
|
This structure contains info to build an up-footer (area on top of footer). More...
#include <nbgl_layout.h>
Public Attributes | |
nbgl_layoutUpFooterType_t | type |
type of up-footer More... | |
union { | |
struct { | |
const char * text | |
text in the long-press button More... | |
uint8_t token | |
token used when button is long-pressed More... | |
tune_index_e tuneId | |
tune played when button is long-pressed More... | |
} longPress | |
if type is UP_FOOTER_LONG_PRESS More... | |
nbgl_layoutButton_t button | |
if type is UP_FOOTER_BUTTON More... | |
nbgl_layoutHorizontalButtons_t horizontalButtons | |
if type is UP_FOOTER_HORIZONTAL_BUTTONS More... | |
nbgl_contentTipBox_t tipBox | |
if type is UP_FOOTER_TIP_BOX More... | |
struct { | |
const char * text | |
text More... | |
uint8_t token | |
token used when text is touched More... | |
tune_index_e tuneId | |
tune played when text is touched More... | |
} text | |
if type is UP_FOOTER_TEXT More... | |
}; | |
This structure contains info to build an up-footer (area on top of footer).
Definition at line 528 of file nbgl_layout.h.
union { ... } |
nbgl_layoutButton_t nbgl_layoutUpFooter_t::button |
if type is UP_FOOTER_BUTTON
Definition at line 536 of file nbgl_layout.h.
nbgl_layoutHorizontalButtons_t nbgl_layoutUpFooter_t::horizontalButtons |
if type is UP_FOOTER_HORIZONTAL_BUTTONS
Definition at line 538 of file nbgl_layout.h.
struct { ... } nbgl_layoutUpFooter_t::longPress |
if type is UP_FOOTER_LONG_PRESS
const char* nbgl_layoutUpFooter_t::text |
struct { ... } nbgl_layoutUpFooter_t::text |
if type is UP_FOOTER_TEXT
nbgl_contentTipBox_t nbgl_layoutUpFooter_t::tipBox |
if type is UP_FOOTER_TIP_BOX
Definition at line 539 of file nbgl_layout.h.
uint8_t nbgl_layoutUpFooter_t::token |
token used when button is long-pressed
token used when text is touched
Definition at line 533 of file nbgl_layout.h.
tune_index_e nbgl_layoutUpFooter_t::tuneId |
tune played when button is long-pressed
tune played when text is touched
Definition at line 534 of file nbgl_layout.h.
nbgl_layoutUpFooterType_t nbgl_layoutUpFooter_t::type |
type of up-footer
Definition at line 529 of file nbgl_layout.h.