Embedded SDK
Embedded SDK
Public Attributes | List of all members
nbgl_screen_s Struct Reference

struct to represent a screen (SCREEN type) More...

#include <nbgl_screen.h>

Collaboration diagram for nbgl_screen_s:
Collaboration graph
[legend]

Public Attributes

nbgl_container_t container
 common part More...
 
nbgl_screenTickerConfiguration_t ticker
 ticker configuration More...
 
nbgl_touchCallback_t touchCallback
 function to be called on events defined in touchMask of each objects More...
 
struct nbgl_screen_snext
 pointer to screen on top of this one (or NULL is this screen is top of stack) More...
 
struct nbgl_screen_sprevious
 
uint8_t index
 index in screenStack array More...
 
bool isUxScreen
 set to TRUE if allocated by Bolos-UX More...
 

Detailed Description

struct to represent a screen (SCREEN type)

Note
Only for internal usage
inherits from container

Definition at line 53 of file nbgl_screen.h.

Member Data Documentation

◆ container

nbgl_container_t nbgl_screen_s::container

common part

Definition at line 54 of file nbgl_screen.h.

◆ index

uint8_t nbgl_screen_s::index

index in screenStack array

Definition at line 66 of file nbgl_screen.h.

◆ isUxScreen

bool nbgl_screen_s::isUxScreen

set to TRUE if allocated by Bolos-UX

Definition at line 67 of file nbgl_screen.h.

◆ next

struct nbgl_screen_s* nbgl_screen_s::next

pointer to screen on top of this one (or NULL is this screen is top of stack)

Definition at line 63 of file nbgl_screen.h.

◆ previous

struct nbgl_screen_s* nbgl_screen_s::previous

pointer to screen on bottom of this one (or NULL is this screen is bottom of stack)

Definition at line 64 of file nbgl_screen.h.

◆ ticker

nbgl_screenTickerConfiguration_t nbgl_screen_s::ticker

ticker configuration

Definition at line 55 of file nbgl_screen.h.

◆ touchCallback

nbgl_touchCallback_t nbgl_screen_s::touchCallback

function to be called on events defined in touchMask of each objects

Definition at line 58 of file nbgl_screen.h.


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