Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
Public Attributes | List of all members
StepContext_s Struct Reference
Collaboration diagram for StepContext_s:
Collaboration graph
[legend]

Public Attributes

union { 
 
   TextContext_t   textContext 
 if type is TEXT_STEP or CENTERED_INFO_STEP More...
 
   MenuListContext_t   menuListContext 
 if type is MENU_LIST_STEP More...
 
};  
 
nbgl_screenTickerConfiguration_t ticker
 structure containing information about ticker
 
nbgl_layout_tlayout
 handler of the used layout
 
StepStype_t type
 type of step
 
bool modal
 true if modal
 

Detailed Description

Definition at line 71 of file nbgl_step.c.

Member Data Documentation

◆ [union]

union { ... } StepContext_s

◆ layout

nbgl_layout_t* StepContext_s::layout

handler of the used layout

Definition at line 77 of file nbgl_step.c.

◆ menuListContext

MenuListContext_t StepContext_s::menuListContext

if type is MENU_LIST_STEP

Definition at line 74 of file nbgl_step.c.

◆ modal

bool StepContext_s::modal

true if modal

Definition at line 79 of file nbgl_step.c.

◆ textContext

TextContext_t StepContext_s::textContext

if type is TEXT_STEP or CENTERED_INFO_STEP

Definition at line 73 of file nbgl_step.c.

◆ ticker

nbgl_screenTickerConfiguration_t StepContext_s::ticker

structure containing information about ticker

Definition at line 76 of file nbgl_step.c.

◆ type

StepStype_t StepContext_s::type

type of step

Definition at line 78 of file nbgl_step.c.


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