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

This structure contains info to build a keyboard content (controls that are linked to keyboard) More...

#include <nbgl_layout.h>

Collaboration diagram for nbgl_layoutKeyboardContent_t:
Collaboration graph
[legend]

Public Attributes

nbgl_layoutKeyboardContentType_t type
 type of content More...
 
const char * title
 centered title explaining the screen More...
 
const char * text
 already entered text More...
 
bool numbered
 if set to true, the text is preceded on the left by 'number.' More...
 
uint8_t number
 if numbered is true, number used to build 'number.' text More...
 
bool grayedOut
 if true, the text is grayed out (but not the potential number) More...
 
int textToken
 
union {
   nbgl_layoutSuggestionButtons_t   suggestionButtons
 
   nbgl_layoutConfirmationButton_t   confirmationButton
 used if type is KEYBOARD_WITH_SUGGESTIONS More...
 
}; 
 

Detailed Description

This structure contains info to build a keyboard content (controls that are linked to keyboard)

Definition at line 381 of file nbgl_layout.h.

Member Data Documentation

◆ 

union { ... }

◆ confirmationButton

nbgl_layoutConfirmationButton_t nbgl_layoutKeyboardContent_t::confirmationButton

used if type is KEYBOARD_WITH_SUGGESTIONS

Definition at line 394 of file nbgl_layout.h.

◆ grayedOut

bool nbgl_layoutKeyboardContent_t::grayedOut

if true, the text is grayed out (but not the potential number)

Definition at line 387 of file nbgl_layout.h.

◆ number

uint8_t nbgl_layoutKeyboardContent_t::number

if numbered is true, number used to build 'number.' text

Definition at line 386 of file nbgl_layout.h.

◆ numbered

bool nbgl_layoutKeyboardContent_t::numbered

if set to true, the text is preceded on the left by 'number.'

Definition at line 385 of file nbgl_layout.h.

◆ suggestionButtons

nbgl_layoutSuggestionButtons_t nbgl_layoutKeyboardContent_t::suggestionButtons

Definition at line 392 of file nbgl_layout.h.

◆ text

const char* nbgl_layoutKeyboardContent_t::text

already entered text

Definition at line 384 of file nbgl_layout.h.

◆ textToken

int nbgl_layoutKeyboardContent_t::textToken

the token that will be used as argument of the callback when text is touched

Definition at line 388 of file nbgl_layout.h.

◆ title

const char* nbgl_layoutKeyboardContent_t::title

centered title explaining the screen

Definition at line 383 of file nbgl_layout.h.

◆ type

nbgl_layoutKeyboardContentType_t nbgl_layoutKeyboardContent_t::type

type of content

Definition at line 382 of file nbgl_layout.h.


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