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

struct to represent a navigation bar (PAGE_INDICATOR type) There can be up to 5 page indicators, whose shape is fixed. If there are more than 5 pages, the middle indicator will be "..." More...

#include <nbgl_obj.h>

Collaboration diagram for nbgl_navigation_bar_s:
Collaboration graph
[legend]

Public Attributes

nbgl_obj_t obj
 common part
 
uint8_t nbPages
 number of pages.
 
uint8_t activePage
 index of active page (from 0 to nbPages-1).
 
nbgl_page_indicator_style_t style
 Style to apply.
 

Detailed Description

struct to represent a navigation bar (PAGE_INDICATOR type) There can be up to 5 page indicators, whose shape is fixed. If there are more than 5 pages, the middle indicator will be "..."

Note
height is fixed

Definition at line 399 of file nbgl_obj.h.

Member Data Documentation

◆ activePage

uint8_t nbgl_navigation_bar_s::activePage

index of active page (from 0 to nbPages-1).

Definition at line 402 of file nbgl_obj.h.

◆ nbPages

uint8_t nbgl_navigation_bar_s::nbPages

number of pages.

Definition at line 401 of file nbgl_obj.h.

◆ obj

nbgl_obj_t nbgl_navigation_bar_s::obj

common part

Definition at line 400 of file nbgl_obj.h.

◆ style

nbgl_page_indicator_style_t nbgl_navigation_bar_s::style

Style to apply.

Definition at line 403 of file nbgl_obj.h.


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