Searched refs:GaugeComposedElement (Results 1 – 3 of 3) sorted by relevance
27 { "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 …]
24 class ACE_EXPORT GaugeComposedElement : public InspectorComposedElement {25 DECLARE_ACE_TYPE(GaugeComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument28 explicit GaugeComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()29 ~GaugeComposedElement() override = default;
196 …ENT_TAG, [](const std::string& id) { return AceType::MakeRefPtr<V2::GaugeComposedElement>(id); } }, in __anona4bda69c3b02()