Home
last modified time | relevance | path

Searched refs:GetButtonType (Results 1 - 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dbutton_composed_element.cpp26 { "type", [](const ButtonComposedElement& inspector) { return inspector.GetButtonType(); } },
39 std::string("ButtonType: ").append(GetButtonType())); in Dump()
55 std::string ButtonComposedElement::GetButtonType() const in GetButtonType() function in OHOS::Ace::V2::ButtonComposedElement
58 auto type = renderButton ? renderButton->GetButtonType() : ButtonType::CAPSULE; in GetButtonType()
H A Dbutton_composed_element.h35 std::string GetButtonType() const;
/foundation/arkui/ace_engine/frameworks/core/components/button/
H A Drender_button.h104 ButtonType GetButtonType() const in GetButtonType() function in OHOS::Ace::RenderButton
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dbutton_modifier.cpp582 ArkUI_Int32 GetButtonType(ArkUINodeHandle node) in GetButtonType() function
652 ResetButtonControlSize, GetButtonType, SetButtonLabelWithCheck, ResetButtonLabelWithCheck, in GetButtonModifier()
666 ResetButtonControlSize, GetButtonType, SetButtonLabelWithCheck, ResetButtonLabelWithCheck, in GetCJUIButtonModifier()
/foundation/arkui/ace_engine/interfaces/native/node/
H A Dstyle_modifier.cpp6144 const ArkUI_AttributeItem* GetButtonType(ArkUI_NodeHandle node) in GetButtonType() function
13310 static Getter* getters[] = { GetButtonLabel, GetButtonType }; in GetButtonAttribute()

Completed in 30 milliseconds