CheeseBoard
A library for use with the CheeseBoard Cheddar platform
GfxTextBox2 Member List

This is the complete list of members for GfxTextBox2, including all inherited members.

_border (defined in GfxTextBox2)GfxTextBox2protected
_font (defined in GfxTextBox2)GfxTextBox2protected
_height (defined in GfxTextBox2)GfxTextBox2protected
_justify (defined in GfxTextBox2)GfxTextBox2protected
_padding (defined in GfxTextBox2)GfxTextBox2protected
_text (defined in GfxTextBox2)GfxTextBox2protected
_width (defined in GfxTextBox2)GfxTextBox2protected
draw(uint16_t xOffset=0, uint16_t yOffset=0)GfxTextBox2virtual
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()GfxTextBox2virtual
setText(const String &newText)GfxTextBox2
text()GfxTextBox2
width()GfxTextBox2virtual