addValue(uint8_t channel, uint8_t value) | NextionWaveform | |
afterSet(bool result, bool refresh) | INextionColourable | |
attachCallback(NextionCallbackFunctionHandler::NextionFunction cb) | INextionTouchable | |
attachCallback(INextionCallback *obj) | INextionTouchable | |
detachCallback() | INextionTouchable | |
getBackgroundColour() | INextionColourable | |
getChannelColour(uint8_t channel) | NextionWaveform | |
getColour(char *type) | INextionColourable | |
getComponentID() | INextionWidget | |
getEventBackgroundColour() | INextionColourable | |
getEventForegroundColour() | INextionColourable | |
getForegroundColour() | INextionColourable | |
getGridColour() | NextionWaveform | |
getGridHeight() | NextionWaveform | |
getGridWidth() | NextionWaveform | |
getNumberProperty(char *propertyName) | INextionWidget | |
getPageID() | INextionWidget | |
getStringProperty(char *propertyName, char *value, size_t len) | INextionWidget | |
INextionColourable(Nextion &nex, uint8_t page, uint8_t component, const char *name) | INextionColourable | |
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 | |
m_componentID | INextionWidget | protected |
m_name | INextionWidget | protected |
m_nextion | INextionWidget | protected |
m_pageID | INextionWidget | protected |
NextionWaveform(Nextion &nex, uint8_t page, uint8_t component, const char *name) | NextionWaveform | |
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 | |
setChannelColour(uint8_t channel, uint32_t colour, bool refresh=true) | NextionWaveform | |
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 | |
setForegroundColour(uint32_t colour, bool refresh=true) | INextionColourable | |
setGridColour(uint32_t colour, bool refresh=true) | NextionWaveform | |
setGridHeight(uint16_t height) | NextionWaveform | |
setGridWidth(uint16_t width) | NextionWaveform | |
setNumberProperty(char *propertyName, uint32_t value) | INextionWidget | |
setStringProperty(char *propertyName, char *value) | INextionWidget | |