Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_warningBarList_t Struct Reference

The necessary parameters to build a list of touchable bars, to display sub-pages. More...

#include <nbgl_use_case.h>

Collaboration diagram for nbgl_warningBarList_t:
Collaboration graph
[legend]

Public Attributes

uint8_t nbBars
 number of touchable bars
 
const char *const * texts
 array of texts for each bar (nbBars items, in black/bold)
 
const char *const * subTexts
 array of texts for each bar (nbBars items, in black)
 
const nbgl_icon_details_t ** icons
 array of icons for each bar (nbBars items)
 
const struct nbgl_warningDetails_sdetails
 array of nbBars structures giving what to display when each bar is touched.
 

Detailed Description

The necessary parameters to build a list of touchable bars, to display sub-pages.

Definition at line 205 of file nbgl_use_case.h.

Member Data Documentation

◆ details

const struct nbgl_warningDetails_s* nbgl_warningBarList_t::details

array of nbBars structures giving what to display when each bar is touched.

Definition at line 211 of file nbgl_use_case.h.

◆ icons

const nbgl_icon_details_t** nbgl_warningBarList_t::icons

array of icons for each bar (nbBars items)

Definition at line 209 of file nbgl_use_case.h.

◆ nbBars

uint8_t nbgl_warningBarList_t::nbBars

number of touchable bars

Definition at line 206 of file nbgl_use_case.h.

◆ subTexts

const char* const* nbgl_warningBarList_t::subTexts

array of texts for each bar (nbBars items, in black)

Definition at line 208 of file nbgl_use_case.h.

◆ texts

const char* const* nbgl_warningBarList_t::texts

array of texts for each bar (nbBars items, in black/bold)

Definition at line 207 of file nbgl_use_case.h.


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