#include <wifi/WifiWebServer.h>
|
| | WButton (String title, String id, void(*pressed)()) |
| |
| | WButton (String title, String id, String href) |
| |
| | WButton (String title, String id, String href, void(*pressed)()) |
| |
| | WButton (String title, String id, bool reload, void(*pressed)()) |
| |
| | WElement (WValue *value=nullptr) |
| |
| | WElement (WAction *action) |
| |
| bool | needsReload () const |
| |
| String | getID () const |
| |
| void | appendCSS (String str) |
| |
| void | appendBody (String str) |
| |
| void | appendScript (String str) |
| |
| void | appendCSSf (const char *fmt,...) |
| |
| void | appendBodyf (const char *fmt,...) |
| |
| void | appendScriptf (const char *fmt,...) |
| |
| void | emitCSS (Print &out) const |
| |
| void | emitBody (Print &out) const |
| |
| void | emitValue (Print &out) const |
| |
| void | emitScript (Print &out) const |
| |
| String | getValue () const |
| |
| void | setValue (String val) const |
| |
◆ WButton() [1/4]
| WButton::WButton |
( |
String |
title, |
|
|
String |
id, |
|
|
void(*)() |
pressed |
|
) |
| |
|
inline |
◆ WButton() [2/4]
| WButton::WButton |
( |
String |
title, |
|
|
String |
id, |
|
|
String |
href |
|
) |
| |
|
inline |
◆ WButton() [3/4]
| WButton::WButton |
( |
String |
title, |
|
|
String |
id, |
|
|
String |
href, |
|
|
void(*)() |
pressed |
|
) |
| |
|
inline |
◆ WButton() [4/4]
| WButton::WButton |
( |
String |
title, |
|
|
String |
id, |
|
|
bool |
reload, |
|
|
void(*)() |
pressed |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: