Home
last modified time | relevance | path

Searched refs:DOMChart (Results 1 - 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.cpp32 RefPtr<Component> DOMChart::GetSpecializedComponent() in GetSpecializedComponent()
43 DOMChart::DOMChart(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) {} in DOMChart() function in OHOS::Ace::Framework::DOMChart
45 void DOMChart::SetChartAttrOptions(const ChartOptions& chartOptions) in SetChartAttrOptions()
50 void DOMChart::SetChartAttrDatasets(const std::vector<MainChart>& datasets) in SetChartAttrDatasets()
60 void DOMChart::SetChartAttrSegments(const std::vector<Segment>& segments) in SetChartAttrSegments()
65 bool DOMChart::SetSpecializedAttr(const std::pair<std::string, std::string>& attr) in SetSpecializedAttr()
68 static const LinearMapNode<void (*)(const std::string&, DOMChart&)> chartAttrsOperators[] = { in SetSpecializedAttr()
70 [](const std::string& val, DOMChart& chart) { in SetSpecializedAttr()
74 [](const std::string& val, DOMChart in SetSpecializedAttr()
[all...]
H A Ddom_chart.h164 class DOMChart : public DOMNode { class
165 DECLARE_ACE_TYPE(DOMChart, DOMNode);
168 DOMChart(NodeId nodeId, const std::string& nodeName);
169 ~DOMChart() override = default;
H A Ddom_document.cpp144 { DOM_NODE_TAG_CHART, &DOMNodeCreator<DOMChart> }, in CreateNodeWithId()
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/
H A Djs_command.cpp80 auto chart = AceType::DynamicCast<DOMChart>(node); in UpdateForChart()

Completed in 4 milliseconds