Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
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
 
const char * title
 centered title explaining the screen
 
const char * text
 already entered text
 
bool numbered
 if set to true, the text is preceded on the left by 'number.'
 
uint8_t number
 if numbered is true, number used to build 'number.' text
 
bool grayedOut
 if true, the text is grayed out (but not the potential number)
 
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 400 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 413 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 406 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 405 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 404 of file nbgl_layout.h.

◆ suggestionButtons

nbgl_layoutSuggestionButtons_t nbgl_layoutKeyboardContent_t::suggestionButtons

Definition at line 411 of file nbgl_layout.h.

◆ text

const char* nbgl_layoutKeyboardContent_t::text

already entered text

Definition at line 403 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 407 of file nbgl_layout.h.

◆ title

const char* nbgl_layoutKeyboardContent_t::title

centered title explaining the screen

Definition at line 402 of file nbgl_layout.h.

◆ type

nbgl_layoutKeyboardContentType_t nbgl_layoutKeyboardContent_t::type

type of content

Definition at line 401 of file nbgl_layout.h.


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