#include <wifi/WifiWebServer.h>
|
| WSelect (String title, String id, String options[], unsigned numOptions, int(*getValue)(), void(*setValue)(int), bool(*enabled)()=nullptr) |
|
| WSelect (String title, String id, String options[], String values[], unsigned numOptions, int(*getValue)(), void(*setValue)(int), bool(*enabled)()=nullptr) |
|
| 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 |
|
◆ WSelect() [1/2]
WSelect::WSelect |
( |
String |
title, |
|
|
String |
id, |
|
|
String |
options[], |
|
|
unsigned |
numOptions, |
|
|
int(*)() |
getValue, |
|
|
void(*)(int) |
setValue, |
|
|
bool(*)() |
enabled = nullptr |
|
) |
| |
|
inline |
◆ WSelect() [2/2]
WSelect::WSelect |
( |
String |
title, |
|
|
String |
id, |
|
|
String |
options[], |
|
|
String |
values[], |
|
|
unsigned |
numOptions, |
|
|
int(*)() |
getValue, |
|
|
void(*)(int) |
setValue, |
|
|
bool(*)() |
enabled = nullptr |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: