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

Structure containing all information when creating a layout. This structure must be passed as argument to nbgl_layoutGet. More...

#include <nbgl_layout.h>

Collaboration diagram for nbgl_layoutDescription_s:
Collaboration graph
[legend]

Public Attributes

bool modal
 
nbgl_layoutButtonCallback_t onActionCallback
 the callback to be called on any action on the layout
 
nbgl_screenTickerConfiguration_t ticker
 

Detailed Description

Structure containing all information when creating a layout. This structure must be passed as argument to nbgl_layoutGet.

Note
It shall not be used

Definition at line 234 of file nbgl_layout.h.

Member Data Documentation

◆ modal

bool nbgl_layoutDescription_s::modal

if true, puts the layout on top of screen stack (modal). Otherwise puts on background (for apps)

Definition at line 235 of file nbgl_layout.h.

◆ onActionCallback

nbgl_layoutButtonCallback_t nbgl_layoutDescription_s::onActionCallback

the callback to be called on any action on the layout

Definition at line 249 of file nbgl_layout.h.

◆ ticker

nbgl_screenTickerConfiguration_t nbgl_layoutDescription_s::ticker

Definition at line 251 of file nbgl_layout.h.


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