Esp32-RBGridUI
Library for creating UIs for the RBController app
|
#include <switcher.h>
Public Member Functions | |
Switcher & | fontSize (float fontSize) |
Switcher & | color (const std::string &color) |
Switcher & | min (int min) |
Switcher & | max (int max) |
Switcher & | 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< Switcher, gridui::Switcher > | |
Switcher & | css (const std::string &key, const std::string &value) |
gridui::Switcher | finish () |
Friends | |
class | gridui::_GridUi |
Additional Inherited Members | |
Public Types inherited from gridui::builder::BuilderMixin< Switcher, gridui::Switcher > | |
typedef std::function< void(gridui::Switcher &)> | 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< Switcher, gridui::Switcher > | |
void | addCallback (const std::string &name, const callback_t &cb) |
Protected Attributes inherited from gridui::builder::Widget | |
WidgetState & | m_state |
Definition at line 11 of file switcher.h.
|
inline |
Definition at line 23 of file switcher.h.
|
inline |
Definition at line 18 of file switcher.h.
|
inline |
Definition at line 33 of file switcher.h.
|
inline |
Definition at line 28 of file switcher.h.
|
friend |
Definition at line 14 of file switcher.h.