Searched refs:ButtonComposedElement (Results 1 – 3 of 3) sorted by relevance
36 void ButtonComposedElement::Dump() in Dump()48 std::unique_ptr<JsonValue> ButtonComposedElement::ToJsonObject() const in ToJsonObject()57 std::string ButtonComposedElement::GetButtonType() const in GetButtonType()64 std::string ButtonComposedElement::GetStateEffect() const in GetStateEffect()71 std::string ButtonComposedElement::GetLabel() const in GetLabel()84 std::string ButtonComposedElement::GetFontSize() const in GetFontSize()98 std::string ButtonComposedElement::GetFontWeight() const in GetFontWeight()112 std::string ButtonComposedElement::GetFontColor() const in GetFontColor()126 std::string ButtonComposedElement::GetBackgroundColor() const in GetBackgroundColor()135 RefPtr<RenderButton> ButtonComposedElement::GetRenderButton() const in GetRenderButton()[all …]
26 class ACE_EXPORT ButtonComposedElement : public InspectorComposedElement {27 DECLARE_ACE_TYPE(ButtonComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument30 explicit ButtonComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()31 ~ButtonComposedElement() override = default;
153 …NT_TAG, [](const std::string& id) { return AceType::MakeRefPtr<V2::ButtonComposedElement>(id); } }, in __anona4bda69c2002()