|
Esp32-RBGridUI
Library for creating UIs for the RBController app
|
#include <orientation.h>
Public Member Functions | |
| Orientation & | color (const std::string &color) |
| Orientation & | onPositionChanged (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< Orientation, gridui::Orientation > | |
| Orientation & | 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< Orientation, gridui::Orientation > | |
| 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< Orientation, gridui::Orientation > | |
| 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 orientation.h.
|
inline |
Definition at line 18 of file orientation.h.
|
friend |
Definition at line 14 of file orientation.h.