This is the complete list of members for tcgfx::DeviceDrawable, including all inherited members.
backgroundColor (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | protected |
createFontHandler() | tcgfx::DeviceDrawable | protectedvirtual |
drawBitmap(const Coord &where, const DrawableIcon *icon, bool selected)=0 | tcgfx::DeviceDrawable | pure virtual |
drawBox(const Coord &where, const Coord &size, bool filled)=0 | tcgfx::DeviceDrawable | pure virtual |
drawCircle(const Coord &where, int radius, bool filled)=0 | tcgfx::DeviceDrawable | pure virtual |
drawColor (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | protected |
drawPixel(uint16_t x, uint16_t y)=0 | tcgfx::DeviceDrawable | pure virtual |
drawPolygon(const Coord points[], int numPoints, bool filled)=0 | tcgfx::DeviceDrawable | pure virtual |
drawText(const Coord &where, const void *font, int mag, const char *text) | tcgfx::DeviceDrawable | |
drawXBitmap(const Coord &where, const Coord &size, const uint8_t *data)=0 | tcgfx::DeviceDrawable | pure virtual |
enableTcUnicode() | tcgfx::DeviceDrawable | inline |
endDraw(bool needsDrawing=true) | tcgfx::DeviceDrawable | inline |
fontHandler (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | protected |
getDisplayDimensions()=0 | tcgfx::DeviceDrawable | pure virtual |
getSubDeviceFor(const Coord &where, const Coord &size, const color_t *palette, int paletteSize)=0 | tcgfx::DeviceDrawable | pure virtual |
getSubDeviceType() | tcgfx::DeviceDrawable | inline |
getUnderlyingColor(color_t col) | tcgfx::DeviceDrawable | inlinevirtual |
getUnicodeHandler(bool enableIfNeeded=true) | tcgfx::DeviceDrawable | |
internalDrawText(const Coord &where, const void *font, int mag, const char *text)=0 (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | pure virtual |
internalTextExtents(const void *font, int mag, const char *text, int *baseline)=0 | tcgfx::DeviceDrawable | pure virtual |
isTcUnicodeEnabled() | tcgfx::DeviceDrawable | inline |
NO_SUB_DEVICE enum value (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | |
setColors(color_t fg, color_t bg) | tcgfx::DeviceDrawable | inline |
setDrawColor(color_t fg) | tcgfx::DeviceDrawable | inline |
setFontHandler(UnicodeFontHandler *handler) | tcgfx::DeviceDrawable | inline |
setSubDeviceType(SubDeviceType s) | tcgfx::DeviceDrawable | inlineprotected |
startDraw() | tcgfx::DeviceDrawable | inline |
SUB_DEVICE_2BPP enum value (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | |
SUB_DEVICE_4BPP enum value (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | |
subDeviceType (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | protected |
SubDeviceType enum name (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | |
textExtents(const void *font, int mag, const char *text, int *baseline) | tcgfx::DeviceDrawable | |
textExtents(const void *font, int mag, const char *text) | tcgfx::DeviceDrawable | inline |
transaction(bool isStarting, bool redrawNeeded)=0 | tcgfx::DeviceDrawable | pure virtual |
~DeviceDrawable()=default (defined in tcgfx::DeviceDrawable) | tcgfx::DeviceDrawable | virtual |