Home
last modified time | relevance | path

Searched refs:GaugeComposedElement (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dgauge_composed_element.cpp27 { "value", [](const GaugeComposedElement& inspector) { return inspector.GetValue(); } }, in __anon021f30250202()
37 void GaugeComposedElement::Dump() in Dump()
49 std::unique_ptr<JsonValue> GaugeComposedElement::ToJsonObject() const in ToJsonObject()
58 std::string GaugeComposedElement::GetValue() const in GetValue()
67 std::string GaugeComposedElement::GetMaxValue() const in GetMaxValue()
76 std::string GaugeComposedElement::GetMinValue() const in GetMinValue()
85 std::string GaugeComposedElement::GetStartAngle() const in GetStartAngle()
95 std::string GaugeComposedElement::GetEndAngle() const in GetEndAngle()
105 std::string GaugeComposedElement::GetStrokeWidth() const in GetStrokeWidth()
114 std::string GaugeComposedElement::GetColors() const in GetColors()
[all …]
H A Dgauge_composed_element.h24 class ACE_EXPORT GaugeComposedElement : public InspectorComposedElement {
25 DECLARE_ACE_TYPE(GaugeComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument
28 explicit GaugeComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()
29 ~GaugeComposedElement() override = default;
H A Dinspector_composed_component.cpp196 …ENT_TAG, [](const std::string& id) { return AceType::MakeRefPtr<V2::GaugeComposedElement>(id); } }, in __anona4bda69c3b02()