Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
nbgl_genericBarList_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_genericBarList_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_genericDetails_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 229 of file nbgl_use_case.h.

Member Data Documentation

◆ details

const struct nbgl_genericDetails_s* nbgl_genericBarList_t::details

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

Definition at line 235 of file nbgl_use_case.h.

◆ icons

const nbgl_icon_details_t** nbgl_genericBarList_t::icons

array of icons for each bar (nbBars items)

Definition at line 233 of file nbgl_use_case.h.

◆ nbBars

uint8_t nbgl_genericBarList_t::nbBars

number of touchable bars

Definition at line 230 of file nbgl_use_case.h.

◆ subTexts

const char* const* nbgl_genericBarList_t::subTexts

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

Definition at line 232 of file nbgl_use_case.h.

◆ texts

const char* const* nbgl_genericBarList_t::texts

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

Definition at line 231 of file nbgl_use_case.h.


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