|
Esp32-RBGridUI
Library for creating UIs for the RBController app
|
#include <input.h>
Public Member Functions | |
| Input & | text (const std::string &text) |
| Input & | color (const std::string &color) |
| Input & | type (const std::string &type) |
| Input & | disabled (bool disabled) |
| Input & | onChanged (callback_t cb) |
Public Member Functions inherited from gridui::builder::Widget | |
| Widget (Widget &&o) noexcept | |
| const char * | widgetTypeName () const |
Public Member Functions inherited from gridui::builder::BuilderMixin< Input, gridui::Input > | |
| Input & | css (const std::string &key, const std::string &value) |
| Constructed | finish () |
Friends | |
| class | gridui::_GridUi |
Additional Inherited Members | |
Public Types inherited from gridui::builder::BuilderMixin< Input, gridui::Input > | |
| typedef std::function< void(Constructed &)> | callback_t |
Protected Member Functions inherited from gridui::builder::Widget | |
| Widget (const char *type, WidgetState &state) | |
| void | serialize (std::ostream &ss) |
| rbjson::Object & | extra () |
| rbjson::Object & | style () |
Protected Member Functions inherited from gridui::builder::BuilderMixin< Input, gridui::Input > | |
| void | addCallback (const std::string &name, const callback_t &cb) |
Protected Attributes inherited from gridui::builder::Widget | |
| WidgetState & | m_state |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |