MCPcopy Create free account
hub / github.com/antvis/F2Native / AddGroup

Method AddGroup

core/graphics/shape/Group.cpp:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129xg::shape::Group *xg::shape::Group::AddGroup() {
130 auto g = std::make_unique<xg::shape::Group>();
131 xg::shape::Group *gp = g.get();
132 this->AddElement(std::move(g));
133 return gp;
134}
135
136void xg::shape::Group::UpdateAttribute(std::string attrName, double val) {
137 if(attrName == "alpha") {

Callers 4

XChartMethod · 0.45
XChart.cppFile · 0.45
InitLayoutMethod · 0.45
ToolTipControllerMethod · 0.45

Calls 2

AddElementMethod · 0.95
getMethod · 0.45

Tested by

no test coverage detected