LVGLPlusPlus
C++ library on top of the lovely LVGL project.
|
This is the complete list of members for lvppArc, 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() | lvppArc | protectedvirtual |
baseSetter(int16_t nVal, bool animate=true) | lvppArc | 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 |
lvppArc(const char *fName, lv_obj_t *parent=nullptr) | lvppArc | |
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 | |
setArcColor(lv_color_t newColor) | lvppArc | |
setArcIndicatorColor(lv_color_t newColor) | lvppArc | |
setArcRotationAndSweep(uint16_t rot, uint16_t startAngle=361, uint16_t endAngle=361) | lvppArc | |
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) | lvppArc | |
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_ind | lvppArc | protected |
style_obj | lvppBase | protected |
style_pressed_color | lvppArc | protected |
valueLabel | lvppBaseWithValue | protected |
valueLabelFormat | lvppBaseWithValue | protected |
whoAmI(void) | lvppBase | |
~lvppBase() | lvppBase |