TouchGFX + 0/4 examples
CodeScope will show references to touchgfx::TypedText::registerTypedTextDatabase() from the following samples and libraries:
Examples
STM32469I-Discovery
Demonstrations
STM32469I_EVAL
Demonstrations
STM324x9I_EVAL
Demonstrations
STM32F429I-Discovery
Demonstrations
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TypedText::registerTypedTextDatabase()

touchgfx::TypedText::registerTypedTextDatabase() method

@fn static void TypedText::registerTypedTextDatabase(const TypedTextData* data, const Font* const* f, const uint16_t n) Registers an array of typed texts. Registers an array of typed texts. All typed text instances are bound to this database.

Syntax

static void registerTypedTextDatabase(const TypedTextData* data,     const Font* const* f,     const uint16_t n);

Arguments

data

A reference to the TypedTextData storage array.

f

The fonts associated with the array.

n

The number of typed texts in the array.

Examples

touchgfx::TypedText::registerTypedTextDatabase() is referenced by 4 libraries and example projects.

References

LocationText
TypedText.hpp:183
static void registerTypedTextDatabase(const TypedTextData* data, const Font* const* f, const uint16_t n)

Data Use

Data read by touchgfx::TypedText::registerTypedTextDatabase()
Data written by touchgfx::TypedText::registerTypedTextDatabase()
touchgfx::TypedText::registerTypedTextDatabase()