Esp32-RBGridUI
Library for creating UIs for the RBController app
|
#include <orientation.h>
Public Member Functions | |
void | setColor (const std::string &color) |
std::string | color () const |
float | yaw () const |
float | pitch () const |
float | roll () const |
int32_t | joystickX () |
int32_t | joystickY () |
Public Member Functions inherited from gridui::Widget | |
Widget () | |
Widget (const Widget &&o) | |
Widget (const Widget &o) | |
Widget & | operator= (const Widget &&o) |
bool | hasRegisteredCallbacks () const |
uint16_t | uuid () const |
void | setWidgetX (float val) |
float | widgetX () const |
void | setWidgetY (float val) |
float | widgetY () const |
void | setWidgetW (float val) |
float | widgetW () const |
void | setWidgetH (float val) |
float | widgetH () const |
void | setWidgetTab (uint16_t tab) |
uint16_t | widgetTab () const |
void | setCss (const std::string &propertyName, const std::string &value) |
std::string | css (const std::string &propertyName) const |
Friends | |
template<typename Self , typename Finished > | |
class | builder::BuilderMixin |
Additional Inherited Members | |
Protected Member Functions inherited from gridui::Widget | |
Widget (WidgetState *state) | |
Widget & | operator= (const Widget &)=delete |
const rbjson::Object & | data () const |
Protected Attributes inherited from gridui::Widget | |
WidgetState * | m_state |
Definition at line 11 of file orientation.h.
|
inline |
Definition at line 22 of file orientation.h.
|
inline |
Definition at line 38 of file orientation.h.
|
inline |
Definition at line 47 of file orientation.h.
|
inline |
Definition at line 30 of file orientation.h.
|
inline |
Definition at line 34 of file orientation.h.
|
inline |
Definition at line 18 of file orientation.h.
|
inline |
Definition at line 26 of file orientation.h.
|
friend |
Definition at line 13 of file orientation.h.