Esp32-RBGridUI
Library for creating UIs for the RBController app
Loading...
Searching...
No Matches
Public Member Functions | Friends
gridui::Orientation Class Reference

#include <orientation.h>

Inheritance diagram for gridui::Orientation:
gridui::Widget

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)
 
Widgetoperator= (const Widget &&o)
 
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 (const Widget &)=delete
 
Widgetoperator= (const Widget &)=delete
 
const rbjson::Object & data () const
 
- Protected Attributes inherited from gridui::Widget
WidgetStatem_state
 

Detailed Description

Definition at line 11 of file orientation.h.

Member Function Documentation

◆ color()

std::string gridui::Orientation::color ( ) const
inline

Definition at line 22 of file orientation.h.

◆ joystickX()

int32_t gridui::Orientation::joystickX ( )
inline

Definition at line 38 of file orientation.h.

◆ joystickY()

int32_t gridui::Orientation::joystickY ( )
inline

Definition at line 47 of file orientation.h.

◆ pitch()

float gridui::Orientation::pitch ( ) const
inline

Definition at line 30 of file orientation.h.

◆ roll()

float gridui::Orientation::roll ( ) const
inline

Definition at line 34 of file orientation.h.

◆ setColor()

void gridui::Orientation::setColor ( const std::string &  color)
inline

Definition at line 18 of file orientation.h.

◆ yaw()

float gridui::Orientation::yaw ( ) const
inline

Definition at line 26 of file orientation.h.

Friends And Related Symbol Documentation

◆ builder::BuilderMixin

template<typename Self , typename Finished >
friend class builder::BuilderMixin
friend

Definition at line 13 of file orientation.h.


The documentation for this class was generated from the following file: