This is the complete list of members for DumbDisplay, including all inherited members.
| addRemainingAutoPinConfig(const String &restLayoutSpec) | DumbDisplay | |
| alert(const String &message, const String &title="") | DumbDisplay | |
| backgroundColor(const String &color) | DumbDisplay | |
| cacheSound16(const String &soundName, const int16_t *data, int sampleCount, int sampleRate, int numChannels=1) | DumbDisplay | |
| cacheSound8(const String &soundName, const int8_t *bytes, int sampleCount, int sampleRate, int numChannels=1) | DumbDisplay | |
| cacheSoundChunked16(const String &soundName, int sampleRate, int numChannels=1) | DumbDisplay | |
| cacheSoundChunked8(const String &soundName, int sampleRate, int numChannels=1) | DumbDisplay | |
| canPrintToSerial() | DumbDisplay | |
| capture(const String &imageFileName, int width, int height) | DumbDisplay | |
| configAutoPin(const String &layoutSpec=DD_AP_VERT, bool autoControlLayerVisible=false) | DumbDisplay | |
| configPinFrame(int xUnitCount=100, int yUnitCount=100, bool autoControlLayerVisible=false) | DumbDisplay | |
| connect() | DumbDisplay | |
| connected() const | DumbDisplay | |
| connectPassive(DDConnectPassiveStatus *pStatus=NULL) | DumbDisplay | |
| create7SegmentRowLayer(int digitCount=1) | DumbDisplay | |
| createBasicTunnel(const String &endPoint, bool connectNow=true, int8_t bufferSize=DD_TUNNEL_DEF_BUFFER_SIZE) | DumbDisplay | |
| createDateTimeServiceTunnel() | DumbDisplay | |
| createDumbDisplayWindowLayer(int width, int height) | DumbDisplay | |
| createFilteredJsonTunnel(const String &endPoint, const String &fieldNames, bool connectNow=true, int8_t bufferSize=DD_TUNNEL_DEF_BUFFER_SIZE) | DumbDisplay | |
| createFixedRatePlotterLayer(int width, int height, int pixelsPerScale=5) | DumbDisplay | |
| createGeneralServiceTunnel() | DumbDisplay | |
| createGpsServiceTunnel() | DumbDisplay | |
| createGraphicalLayer(int width, int height) | DumbDisplay | |
| createGraphicalLayerHandle(int width, int height) | DumbDisplay | |
| createImageDownloadTunnel(const String &endPoint, const String &imageName, bool redownload=true) | DumbDisplay | |
| createImageRetrieverTunnel() (defined in DumbDisplay) | DumbDisplay | |
| createJoystickLayer(int maxStickValue=1023, const String &directions="", float stickSizeFactor=1.0) | DumbDisplay | |
| createJsonTunnel(const String &endPoint, bool connectNow=true, int8_t bufferSize=DD_TUNNEL_DEF_BUFFER_SIZE) | DumbDisplay | |
| createLcdLayer(int colCount=16, int rowCount=2, int charHeight=0, const String &fontName="") | DumbDisplay | |
| createLcdLayerHandle(int colCount=16, int rowCount=2, int charHeight=0, const String &fontName="") | DumbDisplay | |
| createLedGridLayer(int colCount=1, int rowCount=1, int subColCount=1, int subRowCount=1) | DumbDisplay | |
| createLedGridLayerHandle(int colCount=1, int rowCount=1, int subColCount=1, int subRowCount=1) | DumbDisplay | |
| createMicrobitLayer(int width=5, int height=5) | DumbDisplay | |
| createObjectDetectDemoServiceTunnel(int scaleToWidth=0, int scaleToHeight=0, int maxNumObjs=1) | DumbDisplay | |
| createPlotterLayer(int width, int height, int pixelsPerSecond=10) | DumbDisplay | |
| createRtspClient(int width, int height) | DumbDisplay | |
| createSelectionLayer(int colCount=16, int rowCount=2, int horiSelectionCount=1, int vertSelectionCount=1, int charHeight=0, const String &fontName="", bool canDrawDots=true, float selectionBorderSizeCharHeightFactor=0.3) | DumbDisplay | |
| createSelectionListLayer(int colCount=16, int rowCount=2, int horiSelectionCount=1, int vertSelectionCount=1, int charHeight=0, const String &fontName="", bool canDrawDots=true, float selectionBorderSizeCharHeightFactor=0.3) | DumbDisplay | |
| createTerminalLayer(int width, int height) | DumbDisplay | |
| createTomTomMapLayer(const String &mapKey, int width, int height) | DumbDisplay | |
| createTurtleLayer(int width, int height) | DumbDisplay | |
| createWebViewLayer(int width, int height, const String &jsObjectName="DD") | DumbDisplay | |
| debugOnly(int i) (defined in DumbDisplay) | DumbDisplay | |
| debugSetup(DDDebugInterface *debugInterface) | DumbDisplay | |
| deleteAllRemainingAutoPinConfigs() | DumbDisplay | |
| deleteLayer(DDLayer *pLayer) | DumbDisplay | |
| deleteLayer(DDLayerHandle layerHandle) | DumbDisplay | |
| deleteTunnel(DDTunnel *pTunnel) | DumbDisplay | |
| DumbDisplay(DDInputOutput *pIO, uint16_t sendBufferSize=DD_DEF_SEND_BUFFER_SIZE, long idleTimeout=DD_DEF_IDLE_TIMEOUT) (defined in DumbDisplay) | DumbDisplay | inline |
| freezeDrawing() | DumbDisplay | |
| getCompatibilityVersion() const | DumbDisplay | |
| getConnectVersion() const | DumbDisplay | |
| loadLayerCommands(const String &id) | DumbDisplay | |
| log(const String &logLine, bool isError=false) | DumbDisplay | |
| logToSerial(const String &logLine, bool force=false) | DumbDisplay | |
| masterReset() | DumbDisplay | |
| notone() (defined in DumbDisplay) | DumbDisplay | |
| pinAutoPinLayers(const String &layoutSpec, int uLeft, int uTop, int uWidth, int uHeight, const String &align="") | DumbDisplay | |
| pinLayer(DDLayer *pLayer, int uLeft, int uTop, int uWidth, int uHeight, const String &align="") | DumbDisplay | |
| playbackLayerCommands() | DumbDisplay | |
| playbackLayerSetupCommands(const String &layerSetupPersistId) | DumbDisplay | |
| playSound(const String &soundName) | DumbDisplay | |
| recordLayerCommands() | DumbDisplay | |
| recordLayerSetupCommands() | DumbDisplay | |
| reorderLayer(DDLayer *pLayer, const String &how) | DumbDisplay | |
| resetPinLayers() | DumbDisplay | |
| saveCachedSound(const String &soundName) | DumbDisplay | |
| saveCachedSoundAsH(const String &soundName) | DumbDisplay | |
| saveImage(const String &imageName, const uint8_t *bytes, int byteCount) | DumbDisplay | |
| saveLayerCommands(const String &id, bool persist=false, bool stopAfterSave=false) | DumbDisplay | |
| savePixelImage(const String &imageName, const uint8_t *bytes, int width, int height, const String &color="", char compressMethod=0) | DumbDisplay | |
| savePixelImage16(const String &imageName, const uint16_t *data, int width, int height, const String &options="", char compressMethod=0) | DumbDisplay | |
| savePixelImageGS(const String &imageName, const uint8_t *data, int width, int height, const String &options="", char compressMethod=0) | DumbDisplay | |
| saveSound16(const String &soundName, const int16_t *data, int sampleCount, int sampleRate, int numChannels=1) | DumbDisplay | |
| saveSound8(const String &soundName, const int8_t *bytes, int sampleCount, int sampleRate, int numChannels=1) | DumbDisplay | |
| saveSoundChunked16(const String &soundName, int sampleRate, int numChannels=1) | DumbDisplay | |
| saveSoundChunked8(const String &soundName, int sampleRate, int numChannels=1) | DumbDisplay | |
| sendNoOp() | DumbDisplay | |
| sendSoundChunk16(int chunkId, const int16_t *data, int sampleCount, bool isFinal=false) | DumbDisplay | |
| sendSoundChunk8(int chunkId, const int8_t *bytes, int sampleCount, bool isFinal=false) | DumbDisplay | |
| setConnectVersionChangedCallback(DDConnectVersionChangedCallback connectVersionChangedCallback) | DumbDisplay | |
| setFeedbackSingleClickOnly(bool singleClickOnly=true) | DumbDisplay | |
| setIdleCallback(DDIdleCallback idleCallback) | DumbDisplay | |
| setRootLayer(int width, int height, const String &containedAlignment="") | DumbDisplay | |
| stitchImages(const String &imageNames, const String &asImageName) | DumbDisplay | |
| stopRecordLayerCommands(const String &saveId="", bool persistSave=false) | DumbDisplay | |
| stopSound() (defined in DumbDisplay) | DumbDisplay | |
| streamSound16(int sampleRate, int numChannels=1) | DumbDisplay | |
| streamSound8(int sampleRate, int numChannels=1) | DumbDisplay | |
| tone(uint32_t freq, uint32_t duration) | DumbDisplay | |
| unfreezeDrawing(bool refreezeAfterward=false) | DumbDisplay | |
| walkLayers(void(*walker)(DDLayer *)) | DumbDisplay | |
| writeComment(const String &comment) | DumbDisplay |