|
WebCFace 3.2.0
Web-based Communication Framework & Dashboard-like UI
|
#include <webcface/common/internal/message/canvas2d.h>
Public Member Functions | |
| Canvas2D ()=default | |
| Canvas2D (const SharedString &field, double width, double height, std::map< std::string, std::shared_ptr< Canvas2DComponentData >, std::less<> > data_diff, std::optional< std::vector< SharedString > > data_ids) | |
Public Attributes | |
| SharedString | field |
| double | width |
| double | height |
| std::map< std::string, std::shared_ptr< Canvas2DComponentData >, std::less<> > | 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>, std::less<> > data_diff |
| std::optional<std::vector<SharedString> > data_ids |
| SharedString field |
| double height |
|
staticconstexprinherited |
| double width |