![]() |
Windows Virtual Shields for Arduino
|
This is the complete list of members for Graphics, including all inherited members.
_isUpdated | Sensor | protected |
addButton(UINT x, UINT y, String text, String tag=(const char *) 0) | Graphics | |
clear(ARGB argb=0) | Text | |
clearId(UINT id) | Text | |
clearLine(UINT line) | Text | |
drawAt(UINT x, UINT y, String text, ARGB argb=0) | Graphics | |
drawImage(UINT x, UINT y, String url, String tag=(const char *) 0, UINT width=0, UINT height=0) | Graphics | |
enableTouch(bool enable) | Graphics | |
fillRectangle(UINT x, UINT y, UINT width, UINT height, ARGB argb, String tag=(const char *) 0) | Graphics | |
get() | Sensor | |
getOnChange(double delta=0) | Sensor | |
Graphics(const VirtualShield &shield) | Graphics | |
input(UINT x, UINT y, bool multiline=false, String text=(const char *) 0, UINT width=0, UINT height=0) | Graphics | |
isButtonClicked(String tag, ShieldEvent *shieldEvent=0) | Graphics | |
isButtonClicked(int id, ShieldEvent *shieldEvent=0) | Graphics | |
isEvent(const char *tag, const char *action, ShieldEvent *shieldEvent) | Sensor | virtual |
isEvent(int id, const char *action, ShieldEvent *shieldEvent) | Sensor | virtual |
isPressed(int id, ShieldEvent *shieldEvent=0) | Graphics | |
isPressed(String tag, ShieldEvent *shieldEvent=0) | Graphics | |
isReleased(int id, ShieldEvent *shieldEvent=0) | Graphics | |
isReleased(String tag, ShieldEvent *shieldEvent=0) | Graphics | |
isRunning | Sensor | |
isTouchEvent(ShieldEvent *shieldEvent=0) | Graphics | |
isUpdated() | Sensor | |
line(UINT x1, UINT y1, UINT x2, UINT y2, ARGB color, UINT weight=1) | Graphics | |
onEvent | Sensor | |
onJsonReceived(JsonObject &root, ShieldEvent *shieldEvent) override | Graphics | virtual |
orientation(int autoRotationPreferences=-1) | Graphics | |
print(String text, ARGB argb=0) | Text | |
printAt(UINT line, String text, Attr extraAttributes[]=0, int extraAttributeCount=0) | Text | |
printAt(UINT line, EPtr text, Attr extraAttributes[]=0, int extraAttributeCount=0) | Text | |
printAt(UINT line, double value, ARGB argb=0) | Text | |
recentEvent | Sensor | |
sendStop(const char *serviceName) | Sensor | |
Sensor(const VirtualShield &shield, const char sensorType) | Sensor | |
sensorAction(SensorAction sensorAction, double delta=0, long interval=0) const | Sensor | |
sensorType | Sensor | |
setOnEvent(void(*onEvent)(ShieldEvent *shieldEvent)) | Sensor | inline |
shield | Sensor | |
start(double delta=0, long interval=0) | Sensor | |
stop() | Sensor | virtual |
Text(const VirtualShield &shield) | Text | |
writeAll(const char *serviceName, EPtr values[], int count, Attr extraAttributes[]=0, int extraAttributeCount=0) | Sensor |