|
LVGLPlusPlus
C++ library on top of the lovely LVGL project.
|
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 | |
| adjLabel | lvppBase | protected |
| align(lv_align_t align, lv_coord_t x_ofs, lv_coord_t y_ofs) | lvppBase | |
| baseEventHandler(lv_event_t *event) | lvppBase | protected |
| bEventNamesInitComplete | lvppBase | protectedstatic |
| cbOnClicked | lvppBase | protected |
| cbOnValueChanged | lvppBase | protected |
| clearColorIndex() | lvppCanvasIndexed | |
| colorIndexesUsed | lvppCanvasIndexed | protected |
| 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) | lvppBase | inlineprotectedvirtual |
| friendlyName | lvppBase | protected |
| getEventName(lv_event_code_t code) | lvppBase | static |
| getFriendlyName() | lvppBase | inline |
| getIndexFromColor(lv_color_t col, lv_color_t &ind) | lvppCanvasIndexed | |
| getLabelObj(void) | lvppBase | inline |
| getObj(void) | lvppBase | inline |
| getObjType() | lvppBase | inline |
| getText() | lvppBase | |
| height | lvppCanvasIndexed | protected |
| initEventNames(void) | lvppBase | protectedstatic |
| internalOnClicked() | lvppBase | inlinevirtual |
| internalOnValueChanged() | lvppBase | inlinevirtual |
| isUnknownCode(lv_event_code_t code) | lvppBase | static |
| label | lvppBase | protected |
| lvCallback(lv_event_t *event) | lvppBase | protectedstatic |
| 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 | |
| maxColorIndexesAllowed | lvppCanvasIndexed | protected |
| obj | lvppBase | protected |
| objParent | lvppBase | protected |
| objType | lvppBase | protected |
| onClicked() | lvppBase | inlinevirtual |
| onValueChanged() | lvppBase | inlinevirtual |
| pBuffer | lvppCanvasIndexed | protected |
| 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) | lvppBase | virtual |
| 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) | lvppBase | inline |
| setCallbackOnValueChanged(std::function< void()> cbF) | lvppBase | inline |
| 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) | lvppBase | virtual |
| setObjType(const char *pType) | lvppBase | inlineprotected |
| setSize(lv_coord_t width, lv_coord_t height) | lvppBase | virtual |
| setText(const char *pText) | lvppBase | virtual |
| setTextAlign(lv_align_t align, lv_coord_t xoff, lv_coord_t yoff) | lvppBase | |
| setTextColor(lv_color_t newColor) | lvppBase | |
| style_obj | lvppBase | protected |
| whoAmI(void) | lvppBase | |
| width | lvppCanvasIndexed | protected |
| ~lvppBase() | lvppBase | |
| ~lvppCanvasIndexed() | lvppCanvasIndexed | virtual |