Embedded SDK
Embedded SDK
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 More...
 
uint8_t nbPages
 number of pages. More...
 
uint8_t activePage
 index of active page (from 0 to nbPages-1). More...
 
nbgl_page_indicator_style_t style
 Style to apply. More...
 

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 374 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 377 of file nbgl_obj.h.

◆ nbPages

uint8_t nbgl_navigation_bar_s::nbPages

number of pages.

Definition at line 376 of file nbgl_obj.h.

◆ obj

nbgl_obj_t nbgl_navigation_bar_s::obj

common part

Definition at line 375 of file nbgl_obj.h.

◆ style

nbgl_page_indicator_style_t nbgl_navigation_bar_s::style

Style to apply.

Definition at line 378 of file nbgl_obj.h.


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