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

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

addOption(const char *pOpt)lvppOptionsvirtual
addOption(std::string &_opt)lvppOptionsvirtual
addOptionWithID(const char *pOpt, uint64_t id)lvppOptionsvirtual
addOptionWithID(std::string &_opt, uint64_t id)lvppOptionsvirtual
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
clearOptions(void)lvppCycleButtonvirtual
createObj(lv_obj_t *o)lvppBase
currentIndexlvppCycleButtonprotected
eventHandler(lv_event_t *event)lvppBaseinlineprotectedvirtual
friendlyNamelvppBaseprotected
getEventName(lv_event_code_t code)lvppBasestatic
getFriendlyName()lvppBaseinline
getLabelObj(void)lvppBaseinline
getNewlineSepOptions()lvppOptionsprotected
getObj(void)lvppBaseinline
getObjType()lvppBaseinline
getSelectedID()lvppOptionsvirtual
getSelectedIndex()lvppCycleButtoninline
getSelectedText()lvppCycleButtoninline
getText()lvppBase
idListlvppOptionsprotected
initEventNames(void)lvppBaseprotectedstatic
internalOnClicked()lvppCycleButtonvirtual
internalOnValueChanged()lvppBaseinlinevirtual
isUnknownCode(lv_event_code_t code)lvppBasestatic
labellvppBaseprotected
lvCallback(lv_event_t *event)lvppBaseprotectedstatic
lvOptionGetIndex()lvppCycleButtoninlineprotectedvirtual
lvOptionSetter(const char *pOpts)lvppCycleButtoninlineprotectedvirtual
lvppBase(const char *fName, const char *oType)lvppBase
lvppButton(const char *fName, const char *pText=nullptr, lv_obj_t *parent=nullptr)lvppButton
lvppCycleButton(const char *fName, lv_obj_t *parent=nullptr)lvppCycleButton
objlvppBaseprotected
objParentlvppBaseprotected
objTypelvppBaseprotected
onClicked()lvppBaseinlinevirtual
oneStringlvppOptionsprotected
onValueChanged()lvppBaseinlinevirtual
optionslvppOptionsprotected
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
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
setOptions(const char *pOption)lvppCycleButtonvirtual
setOptions(std::vector< std::string > &inOptions)lvppCycleButtonvirtual
setOptionsWithIDs(std::vector< std::pair< std::string, uint64_t > > &valIDs)lvppOptionsvirtual
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
~lvppBase()lvppBase