touchgfx::TextAreaWithWildcardBase is only used within TouchGFX.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesTouchGFXtouchgfx::TextAreaWithWildcardBase

touchgfx::TextAreaWithWildcardBase class

@class TextAreaWithWildcardBase TextAreaWithWildcard.hpp touchgfx/widgets/TextAreaWithWildcard.hpp Base class for TextAreas displaying texts with one or more wildcards. Base class for TextAreas displaying texts with one or more wildcards. @see TextAreaWithOneWildcard @see TextAreaWithTwoWildcards

Syntax

class TextAreaWithWildcardBase : public TextArea { public:     TextAreaWithWildcardBase() : TextArea() {  }     int16_t calculateTextHeight(const Unicode::UnicodeChar* format, ...) const; };

Methods

calculateTextHeight() const

@fn int16_t TextAreaWithWildcardBase::calculateTextHeight(const Unicode::UnicodeChar* format, ...) const; Gets the total height needed by the text. Gets the total height needed by the text. Determined by number of lines and linespace. The number of wildcards in the text should match the number of values for the wildcards. Read more...

Class Tree

Parent classes
Child classes
touchgfx::TextAreaWithWildcardBase
all items filtered out