Embedded SDK
Embedded SDK
|
struct to represent a progress bar (PROGRESS_BAR type) More...
#include <nbgl_obj.h>
Public Attributes | |
nbgl_obj_t | obj |
bool | withBorder |
if set to true, a border in black surround the whole object More... | |
uint8_t | state |
state of the progress, in % (from 0 to 100). More... | |
bool | partialRedraw |
set to true to redraw only partially the object (update state). More... | |
uint16_t | previousWidth |
color_t | foregroundColor |
color of the inner progress bar and border (if applicable) More... | |
struct to represent a progress bar (PROGRESS_BAR type)
Definition at line 349 of file nbgl_obj.h.
color_t nbgl_progress_bar_s::foregroundColor |
color of the inner progress bar and border (if applicable)
Definition at line 355 of file nbgl_obj.h.
nbgl_obj_t nbgl_progress_bar_s::obj |
Definition at line 350 of file nbgl_obj.h.
bool nbgl_progress_bar_s::partialRedraw |
set to true to redraw only partially the object (update state).
Definition at line 353 of file nbgl_obj.h.
uint16_t nbgl_progress_bar_s::previousWidth |
Definition at line 354 of file nbgl_obj.h.
uint8_t nbgl_progress_bar_s::state |
state of the progress, in % (from 0 to 100).
Definition at line 352 of file nbgl_obj.h.
bool nbgl_progress_bar_s::withBorder |
if set to true, a border in black surround the whole object
Definition at line 351 of file nbgl_obj.h.