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

struct to represent a container (CONTAINER type) More...

#include <nbgl_obj.h>

Collaboration diagram for nbgl_container_s:
Collaboration graph
[legend]

Public Attributes

nbgl_obj_t obj
 common part More...
 
nbgl_direction_t layout
 layout of children inside this object More...
 
uint8_t nbChildren
 
bool forceClean
 if set to true, a paint will be done with background color More...
 
struct nbgl_obj_s ** children
 children of this object (nbChildren size) More...
 

Detailed Description

struct to represent a container (CONTAINER type)

Note
the main screen is a kind of container

Definition at line 252 of file nbgl_obj.h.

Member Data Documentation

◆ children

struct nbgl_obj_s** nbgl_container_s::children

children of this object (nbChildren size)

Definition at line 257 of file nbgl_obj.h.

◆ forceClean

bool nbgl_container_s::forceClean

if set to true, a paint will be done with background color

Definition at line 256 of file nbgl_obj.h.

◆ layout

nbgl_direction_t nbgl_container_s::layout

layout of children inside this object

Definition at line 254 of file nbgl_obj.h.

◆ nbChildren

uint8_t nbgl_container_s::nbChildren

Definition at line 255 of file nbgl_obj.h.

◆ obj

nbgl_obj_t nbgl_container_s::obj

common part

Definition at line 253 of file nbgl_obj.h.


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