INextionColourable::afterSet(bool result, bool refresh) | INextionColourable | |
INextionFontStyleable::afterSet(bool result, bool refresh) | INextionFontStyleable | |
attachCallback(NextionCallbackFunctionHandler::NextionFunction cb) | INextionTouchable | |
attachCallback(INextionCallback *obj) | INextionTouchable | |
detachCallback() | INextionTouchable | |
getBackgroundColour() | INextionColourable | |
getColour(char *type) | INextionColourable | |
getComponentID() | INextionWidget | |
getEventBackgroundColour() | INextionColourable | |
getEventForegroundColour() | INextionColourable | |
getFont() | INextionFontStyleable | |
getForegroundColour() | INextionColourable | |
getHAlignment() | INextionFontStyleable | |
getNumberProperty(char *propertyName) | INextionWidget | |
getPageID() | INextionWidget | |
getScrollDelay() (defined in NextionSlidingText) | NextionSlidingText | |
getScrollDirection() (defined in NextionSlidingText) | NextionSlidingText | |
getScrollDistance() (defined in NextionSlidingText) | NextionSlidingText | |
getStringProperty(char *propertyName, char *value, size_t len) | INextionWidget | |
getText(char *buffer, size_t len) | INextionStringValued | inline |
getTextAsNumber() | INextionStringValued | inline |
getVAlignment() | INextionFontStyleable | |
INextionColourable(Nextion &nex, uint8_t page, uint8_t component, const char *name) | INextionColourable | |
INextionFontStyleable(Nextion &nex, uint8_t page, uint8_t component, const char *name) | INextionFontStyleable | |
INextionStringValued(Nextion &nex, uint8_t page, uint8_t component, const char *name) | INextionStringValued | inline |
INextionTouchable(Nextion &nex, uint8_t page, uint8_t component, const char *name) | INextionTouchable | |
INextionWidget(Nextion &nex, uint8_t page, uint8_t component, const char *name) | INextionWidget | |
isScrolling() (defined in NextionSlidingText) | NextionSlidingText | |
m_componentID | INextionWidget | protected |
m_name | INextionWidget | protected |
m_nextion | INextionWidget | protected |
m_pageID | INextionWidget | protected |
NextionSlidingText(Nextion &nex, uint8_t page, uint8_t component, const char *name) | NextionSlidingText | |
processEvent(uint8_t pageID, uint8_t componentID, uint8_t eventType) | INextionTouchable | |
sendCommand(char *commandStr, bool checkComplete=true) (defined in INextionWidget) | INextionWidget | protected |
setBackgroundColour(uint32_t colour, bool refresh=true) | INextionColourable | |
setColour(char *type, uint32_t colour, bool refresh) | INextionColourable | |
setEventBackgroundColour(uint32_t colour, bool refresh=true) | INextionColourable | |
setEventForegroundColour(uint32_t colour, bool refresh=true) | INextionColourable | |
setFont(uint8_t id, bool refresh=true) | INextionFontStyleable | |
setForegroundColour(uint32_t colour, bool refresh=true) | INextionColourable | |
setHAlignment(NextionFontAlignment align, bool refresh=true) | INextionFontStyleable | |
setNumberProperty(char *propertyName, uint32_t value) | INextionWidget | |
setScrollDelay(uint32_t delay) (defined in NextionSlidingText) | NextionSlidingText | |
setScrollDirection(NextionScrollDirection direction) (defined in NextionSlidingText) | NextionSlidingText | |
setScrollDistance(uint32_t distance) (defined in NextionSlidingText) | NextionSlidingText | |
setScrolling(bool scroll) (defined in NextionSlidingText) | NextionSlidingText | |
setStringProperty(char *propertyName, char *value) | INextionWidget | |
setText(char *buffer) | INextionStringValued | inline |
setTextAsNumber(uint32_t value) | INextionStringValued | inline |
setVAlignment(NextionFontAlignment align, bool refresh=true) | INextionFontStyleable | |