Esp32-RBGridUI
Library for creating UIs for the RBController app
|
#include <select.h>
Public Member Functions | |
Select & | color (const std::string &color) |
Select & | background (const std::string &background) |
Select & | disabled (bool disabled) |
Select & | options (const std::vector< std::string > &options) |
Select & | options (const std::string &options) |
Select & | selectedIndex (int index) |
Select & | onChanged (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< Select, gridui::Select > | |
Select & | css (const std::string &key, const std::string &value) |
gridui::Select | finish () |
Friends | |
class | gridui::_GridUi |
Additional Inherited Members | |
Public Types inherited from gridui::builder::BuilderMixin< Select, gridui::Select > | |
typedef std::function< void(gridui::Select &)> | 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< Select, gridui::Select > | |
void | addCallback (const std::string &name, const callback_t &cb) |
Protected Attributes inherited from gridui::builder::Widget | |
WidgetState & | m_state |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
friend |