|
LVGLPlusPlus
C++ library on top of the lovely LVGL project.
|
This is the complete list of members for lvppBar, including all inherited members.
| 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 |
| baseGetter() | lvppBar | protectedvirtual |
| baseSetter(int16_t nVal, bool animate=true) | lvppBar | protectedvirtual |
| bEventNamesInitComplete | lvppBase | protectedstatic |
| cbOnClicked | lvppBase | protected |
| cbOnValueChanged | lvppBase | protected |
| createObj(lv_obj_t *o) | lvppBase | |
| curValue | lvppBaseWithValue | protected |
| enableValueLabel(lv_coord_t xoff, lv_coord_t yoff, lv_align_t alignment=LV_ALIGN_CENTER) | lvppBaseWithValue | |
| eventHandler(lv_event_t *event) | lvppBase | inlineprotectedvirtual |
| friendlyName | lvppBase | protected |
| getEventName(lv_event_code_t code) | lvppBase | static |
| getFriendlyName() | lvppBase | inline |
| getLabelObj(void) | lvppBase | inline |
| getObj(void) | lvppBase | inline |
| getObjType() | lvppBase | inline |
| getText() | lvppBase | |
| getValue(void) | lvppBaseWithValue | inline |
| getValuePercentage(void) | lvppBaseWithValue | inline |
| initEventNames(void) | lvppBase | protectedstatic |
| internalOnClicked() | lvppBase | inlinevirtual |
| internalOnValueChanged() | lvppBaseWithValue | protectedvirtual |
| isUnknownCode(lv_event_code_t code) | lvppBase | static |
| label | lvppBase | protected |
| lvCallback(lv_event_t *event) | lvppBase | protectedstatic |
| lvppBar(const char *fName, lv_obj_t *parent=nullptr) | lvppBar | |
| lvppBase(const char *fName, const char *oType) | lvppBase | |
| lvppBaseWithValue(const char *fName, const char *oType) | lvppBaseWithValue | |
| max | lvppBaseWithValue | protected |
| min | lvppBaseWithValue | protected |
| obj | lvppBase | protected |
| objParent | lvppBase | protected |
| objType | lvppBase | protected |
| onClicked() | lvppBase | inlinevirtual |
| onValueChanged() | lvppBase | inlinevirtual |
| 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 | |
| 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) | lvppBaseWithValue | virtual |
| setObjType(const char *pType) | lvppBase | inlineprotected |
| setRange(int16_t range_min, int16_t range_max) | lvppBar | |
| 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 | |
| setValue(int16_t value, bool animate=true) | lvppBaseWithValue | virtual |
| setValueLabelBGColor(lv_color_t newColor) | lvppBaseWithValue | |
| setValueLabelColor(lv_color_t newColor) | lvppBaseWithValue | |
| setValueLabelColorGradient(lv_color_t col1, lv_color_t col2, lv_grad_dir_t direction) | lvppBaseWithValue | |
| setValueLabelFont(const lv_font_t *pF) | lvppBaseWithValue | |
| setValueLabelFormat(const char *fmt) | lvppBaseWithValue | |
| setValueLabelJustificationAlignment(lv_text_align_t _align) | lvppBaseWithValue | |
| setValueRange(int16_t _min, int16_t _max) | lvppBaseWithValue | inline |
| style_obj | lvppBase | protected |
| valueLabel | lvppBaseWithValue | protected |
| valueLabelFormat | lvppBaseWithValue | protected |
| whoAmI(void) | lvppBase | |
| ~lvppBase() | lvppBase |