|
| | _GridUi () |
| |
| | ~_GridUi () |
| |
| void | begin (rb::Protocol *protocol, int cols=12, int rows=18, bool enableSplitting=true) |
| |
| rb::Protocol * | begin (const char *owner, const char *deviceName) |
| |
| rb::Protocol * | beginConnect (const char *owner, const char *deviceName, const char *wifiSSID, const char *wifiPassword="") |
| |
| rb::Protocol * | beginStartAp (const char *owner, const char *deviceName, const char *wifiSSID, const char *wifiPassword="", bool withCaptivePortal=true) |
| |
| void | commit () |
| |
| void | end () |
| |
| bool | handleRbPacket (const std::string &command, rbjson::Object *pkt) |
| |
| rb::Protocol * | protocol () const |
| |
| void | changeTab (uint16_t index) |
| |
| builder::Arm & | arm (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Bar & | bar (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Button & | button (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Camera & | camera (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Checkbox & | checkbox (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Circle & | circle (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Input & | input (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Joystick & | joystick (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Led & | led (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Orientation & | orientation (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Slider & | slider (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::SpinEdit & | spinedit (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Switcher & | switcher (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Text & | text (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| builder::Select & | select (float x, float y, float w, float h, uint16_t uuid=0, uint16_t tab=0) |
| |
| template<typename T > |
| T * | newWidget (float x, float y, float w, float h, uint16_t uuid, uint16_t tab) |
| |
Definition at line 42 of file gridui.h.