CheeseBoard
A library for use with the CheeseBoard Cheddar platform
|
#include <GfxItem.h>
Public Member Functions | |
virtual void | draw (uint16_t xOffset=0, uint16_t yOffset=0)=0 |
virtual uint16_t | width ()=0 |
virtual uint16_t | height ()=0 |
|
pure virtual |
Draw the object on the display (don't send buffer).
Implemented in GfxStringListBox, GfxSSIDListBox, GfxTextBox2, GfxNetInfo, GfxSignalStrength, and GfxTextBox.
|
pure virtual |
Get object height.
Implemented in GfxStringListBox, GfxSSIDListBox, GfxTextBox2, GfxNetInfo, GfxSignalStrength, and GfxTextBox.
|
pure virtual |
Get object width.
Implemented in GfxStringListBox, GfxSSIDListBox, GfxTextBox2, GfxNetInfo, GfxSignalStrength, and GfxTextBox.