LVGLPlusPlus
C++ library on top of the lovely LVGL project.
Loading...
Searching...
No Matches
lvppCanvasIndexed Member List

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

addColorToIndex(lv_color_t col)lvppCanvasIndexed
addPaletteToIndex(lv_palette_t pal)lvppCanvasIndexed
adjLabellvppBaseprotected
align(lv_align_t align, lv_coord_t x_ofs, lv_coord_t y_ofs)lvppBase
baseEventHandler(lv_event_t *event)lvppBaseprotected
bEventNamesInitCompletelvppBaseprotectedstatic
cbOnClickedlvppBaseprotected
cbOnValueChangedlvppBaseprotected
clearColorIndex()lvppCanvasIndexed
colorIndexesUsedlvppCanvasIndexedprotected
createObj(lv_obj_t *o)lvppBase
drawCenteredRectWithFill(lv_coord_t xBorder, lv_coord_t yBorder, lv_color_t borderColor, lv_color_t fillColor)lvppCanvasIndexed
drawCenteredRectWithFillByIndex(lv_coord_t xBorder, lv_coord_t yBorder, lv_color_t borderColorInd, lv_color_t fillColorInd)lvppCanvasIndexed
drawCenteredRectWithoutFill(lv_coord_t xBorder, lv_coord_t yBorder, lv_color_t borderColor)lvppCanvasIndexed
drawCenteredRectWithoutFillByIndex(lv_coord_t xBorder, lv_coord_t yBorder, lv_color_t borderColorInd)lvppCanvasIndexed
drawLineHoriz(lv_coord_t x1, lv_coord_t y1, lv_coord_t w, lv_color_t color)lvppCanvasIndexed
drawLineHorizByIndex(lv_coord_t x1, lv_coord_t y1, lv_coord_t w, lv_color_t indexCol)lvppCanvasIndexed
drawLineVert(lv_coord_t x1, lv_coord_t y1, lv_coord_t h, lv_color_t color)lvppCanvasIndexed
drawLineVertByIndex(lv_coord_t x1, lv_coord_t y1, lv_coord_t h, lv_color_t indexCol)lvppCanvasIndexed
drawPixel(lv_coord_t x, lv_coord_t y, lv_color_t color)lvppCanvasIndexed
drawPixelByIndex(lv_coord_t x, lv_coord_t y, lv_color_t colorIndex)lvppCanvasIndexed
drawRectWithFill(lv_coord_t x1, lv_coord_t y1, lv_coord_t w, lv_coord_t h, lv_color_t borderColor, lv_color_t fillColor)lvppCanvasIndexed
drawRectWithFillByIndex(lv_coord_t x1, lv_coord_t y1, lv_coord_t w, lv_coord_t h, lv_color_t borderColorInd, lv_color_t fillColorInd)lvppCanvasIndexed
drawRectWithoutFill(lv_coord_t x1, lv_coord_t y1, lv_coord_t w, lv_coord_t h, lv_color_t borderColor)lvppCanvasIndexed
drawRectWithoutFillByIndex(lv_coord_t x1, lv_coord_t y1, lv_coord_t w, lv_coord_t h, lv_color_t borderColorInd)lvppCanvasIndexed
eventHandler(lv_event_t *event)lvppBaseinlineprotectedvirtual
friendlyNamelvppBaseprotected
getEventName(lv_event_code_t code)lvppBasestatic
getFriendlyName()lvppBaseinline
getIndexFromColor(lv_color_t col, lv_color_t &ind)lvppCanvasIndexed
getLabelObj(void)lvppBaseinline
getObj(void)lvppBaseinline
getObjType()lvppBaseinline
getText()lvppBase
heightlvppCanvasIndexedprotected
initEventNames(void)lvppBaseprotectedstatic
internalOnClicked()lvppBaseinlinevirtual
internalOnValueChanged()lvppBaseinlinevirtual
isUnknownCode(lv_event_code_t code)lvppBasestatic
labellvppBaseprotected
lvCallback(lv_event_t *event)lvppBaseprotectedstatic
lvppBase(const char *fName, const char *oType)lvppBase
lvppCanvasIndexed(const char *fName, lv_coord_t x, lv_coord_t y, lv_coord_t w, lv_coord_t h, uint8_t colorDepth, lv_color_t *providedBuffer=nullptr, lv_obj_t *parent=nullptr)lvppCanvasIndexed
maxColorIndexesAllowedlvppCanvasIndexedprotected
objlvppBaseprotected
objParentlvppBaseprotected
objTypelvppBaseprotected
onClicked()lvppBaseinlinevirtual
onValueChanged()lvppBaseinlinevirtual
pBufferlvppCanvasIndexedprotected
setAdjBGColor(lv_color_t color)lvppBase
setAdjColorGradient(lv_color_t col1, lv_color_t col2, lv_grad_dir_t direction)lvppBase
setAdjFont(const lv_font_t *pF)lvppBase
setAdjJustificationAlignment(lv_text_align_t _align)lvppBase
setAdjText(const char *pText, lv_coord_t x_ofs=-10000, lv_coord_t y_ofs=-10000)lvppBasevirtual
setAdjTextColor(lv_color_t newColor)lvppBase
setBGColor(lv_color_t color)lvppBase
setbgColor(lv_color_t bgColor)lvppCanvasIndexed
setbgColorByIndex(lv_color_t bgColorIndex)lvppCanvasIndexed
setCallbackOnClicked(std::function< void()> cbF)lvppBaseinline
setCallbackOnValueChanged(std::function< void()> cbF)lvppBaseinline
setColorGradient(lv_color_t col1, lv_color_t col2, lv_grad_dir_t direction)lvppBase
setFont(const lv_font_t *pF)lvppBase
setFontSize(uint8_t points)lvppBase
setFriendlyName(const char *pName)lvppBase
setLabelColorizationEnabled(bool bEnable=true)lvppBase
setLabelJustificationAlignment(lv_text_align_t _align)lvppBase
setNewParent(lv_obj_t *pNewParent)lvppBasevirtual
setObjType(const char *pType)lvppBaseinlineprotected
setSize(lv_coord_t width, lv_coord_t height)lvppBasevirtual
setText(const char *pText)lvppBasevirtual
setTextAlign(lv_align_t align, lv_coord_t xoff, lv_coord_t yoff)lvppBase
setTextColor(lv_color_t newColor)lvppBase
style_objlvppBaseprotected
whoAmI(void)lvppBase
widthlvppCanvasIndexedprotected
~lvppBase()lvppBase
~lvppCanvasIndexed()lvppCanvasIndexedvirtual