Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbutton_composed_element.cpp36 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 …]
H A Dbutton_composed_element.h26 class ACE_EXPORT ButtonComposedElement : public InspectorComposedElement {
27 DECLARE_ACE_TYPE(ButtonComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument
30 explicit ButtonComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()
31 ~ButtonComposedElement() override = default;
H A Dinspector_composed_component.cpp153 …NT_TAG, [](const std::string& id) { return AceType::MakeRefPtr<V2::ButtonComposedElement>(id); } }, in __anona4bda69c2002()