CheeseBoard
A library for use with the CheeseBoard Cheddar platform
|
This is the complete list of members for GfxTextBox2, including all inherited members.
_border (defined in GfxTextBox2) | GfxTextBox2 | protected |
_font (defined in GfxTextBox2) | GfxTextBox2 | protected |
_height (defined in GfxTextBox2) | GfxTextBox2 | protected |
_justify (defined in GfxTextBox2) | GfxTextBox2 | protected |
_padding (defined in GfxTextBox2) | GfxTextBox2 | protected |
_text (defined in GfxTextBox2) | GfxTextBox2 | protected |
_width (defined in GfxTextBox2) | GfxTextBox2 | protected |
draw(uint16_t xOffset=0, uint16_t yOffset=0) | GfxTextBox2 | virtual |
GfxTextBox2(String initialText, GfxFont &font=GfxDefaultFont, bool border=true, uint8_t padding=1, char justify='C', uint16_t width=0, uint16_t height=0) | GfxTextBox2 | |
height() | GfxTextBox2 | virtual |
setText(const String &newText) | GfxTextBox2 | |
text() | GfxTextBox2 | |
width() | GfxTextBox2 | virtual |