WebCFace 2.5.2
Web-based Communication Framework & Dashboard-like UI
Loading...
Searching...
No Matches
Canvas2DData Struct Reference

#include <webcface/common/internal/message/canvas2d.h>

Public Member Functions

 Canvas2DData ()=default
 
 Canvas2DData (double width, double height)
 

Public Attributes

double width = 0
 
double height = 0
 
std::map< std::string, std::shared_ptr< Canvas2DComponentData > > components
 
std::vector< SharedStringdata_ids
 

Constructor & Destructor Documentation

◆ Canvas2DData() [1/2]

Canvas2DData ( )
default

◆ Canvas2DData() [2/2]

Canvas2DData ( double  width,
double  height 
)
inline

Member Data Documentation

◆ components

std::map<std::string, std::shared_ptr<Canvas2DComponentData> > components

◆ data_ids

std::vector<SharedString> data_ids

◆ height

double height = 0

◆ width

double width = 0

The documentation for this struct was generated from the following file: