WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include <webcface/internal/component_internal.h>
Public Member Functions | |
TemporalViewComponentData ()=default | |
bool | operator== (const ViewComponentData &other) const |
bool | operator!= (const ViewComponentData &other) const |
Public Attributes | |
std::shared_ptr< std::function< void()> > | on_click_func_tmp |
std::shared_ptr< std::function< void(ValAdaptor)> > | on_change_func_tmp |
std::optional< InputRef > | text_ref_tmp |
std::optional< ValAdaptor > | init_ |
SharedString | id |
int | type = 0 |
SharedString | text |
std::optional< SharedString > | on_click_member |
std::optional< SharedString > | on_click_field |
std::optional< SharedString > | text_ref_member |
std::optional< SharedString > | text_ref_field |
int | text_color = 0 |
int | bg_color = 0 |
std::optional< double > | min_ = std::nullopt |
std::optional< double > | max_ = std::nullopt |
std::optional< double > | step_ = std::nullopt |
std::vector< ValAdaptor > | option_ |
|
default |
|
inlineinherited |
|
inlineinherited |
|
inherited |
SharedString id |
std::optional<ValAdaptor> init_ |
|
inherited |
|
inherited |
std::shared_ptr<std::function<void(ValAdaptor)> > on_change_func_tmp |
|
inherited |
std::shared_ptr<std::function<void()> > on_click_func_tmp |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
|
inherited |
std::optional<InputRef> text_ref_tmp |
|
inherited |