|
Esp32-RBGridUI
Library for creating UIs for the RBController app
|
#include <camera.h>
Public Member Functions | |
| Camera & | rotation (float rotation) |
| Camera & | clip (bool clip) |
Public Member Functions inherited from gridui::builder::Widget | |
| Widget (Widget &&o) noexcept | |
| const char * | widgetTypeName () const |
Public Member Functions inherited from gridui::builder::BuilderMixin< Camera, gridui::Camera > | |
| Camera & | 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< Camera, gridui::Camera > | |
| 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< Camera, gridui::Camera > | |
| void | addCallback (const std::string &name, const callback_t &cb) |
Protected Attributes inherited from gridui::builder::Widget | |
| WidgetState & | m_state |
|
inline |
|
friend |