|
Esp32-RBGridUI
Library for creating UIs for the RBController app
|
#include <widget.h>
Public Types | |
| typedef std::function< void(Constructed &)> | callback_t |
Public Member Functions | |
| Self & | css (const std::string &key, const std::string &value) |
| Constructed | finish () |
Protected Member Functions | |
| void | addCallback (const std::string &name, const callback_t &cb) |
Friends | |
| class | gridui::_GridUi |
| std::function<void(Constructed&)> gridui::builder::BuilderMixin< Self, Finished >::callback_t |
|
inlineprotected |
|
inline |
|
inline |
|
friend |