WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
|
#include <webcface/common/internal/message/canvas2d.h>
Public Member Functions | |
Res ()=default | |
Res (unsigned int req_id, const SharedString &sub_field, double width, double height, const std::map< std::string, std::shared_ptr< Canvas2DComponentData > > &data_diff, const std::optional< std::vector< SharedString > > &data_ids) | |
Public Attributes | |
unsigned int | req_id = 0 |
SharedString | sub_field |
double | width = 0 |
double | height = 0 |
std::map< std::string, std::shared_ptr< Canvas2DComponentData > > | data_diff |
std::optional< std::vector< SharedString > > | data_ids |
Static Public Attributes | |
static constexpr int | kind |
|
default |
|
inline |
std::map<std::string, std::shared_ptr<Canvas2DComponentData> > data_diff |
std::optional<std::vector<SharedString> > data_ids |
double height = 0 |
|
staticconstexprinherited |
unsigned int req_id = 0 |
SharedString sub_field |
double width = 0 |