touchgfx::TypedText::getText() const is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TypedText::getText() const

touchgfx::TypedText::getText() const method

@fn const Unicode::UnicodeChar* TypedText::getText() const Gets the text associated with this TypedText. Gets the text associated with this TypedText.

Syntax

const Unicode::UnicodeChar* getText() const;

Return value

The text.

References

LocationReferrerScopeText
TypedText.hpp:120
const Unicode::UnicodeChar* getText() const
ButtonWithLabel.hpp:158touchgfx::ButtonWithLabel::updateTextPosition()touchgfx::ButtonWithLabel
const Unicode::UnicodeChar* s = typedText.getText();
TextAreaWithWildcard.hpp:103touchgfx::TextAreaWithOneWildcard::getTextHeight()touchgfx::TextAreaWithOneWildcard
TextAreaWithWildcard.hpp:124touchgfx::TextAreaWithOneWildcard::draw() consttouchgfx::TextAreaWithOneWildcard
HAL::lcd().drawString(getAbsoluteRect(), area, visuals, typedText.getText(), wildcard);
TextAreaWithWildcard.hpp:169touchgfx::TextAreaWithOneWildcard::getTextWidth() consttouchgfx::TextAreaWithOneWildcard
TextAreaWithWildcard.hpp:228touchgfx::TextAreaWithTwoWildcards::getTextHeight()touchgfx::TextAreaWithTwoWildcards
TextAreaWithWildcard.hpp:249touchgfx::TextAreaWithTwoWildcards::draw() consttouchgfx::TextAreaWithTwoWildcards
HAL::lcd().drawString(getAbsoluteRect(), area, visuals, typedText.getText(), wc1, wc2);
TextAreaWithWildcard.hpp:323touchgfx::TextAreaWithTwoWildcards::getTextWidth() consttouchgfx::TextAreaWithTwoWildcards

Call Tree

Data read by touchgfx::TypedText::getText() const
touchgfx::TypedText::getText() const
Type of touchgfx::TypedText::getText() const
touchgfx::TypedText::getText() const
all items filtered out