Home
last modified time | relevance | path

Searched refs:GetSelectComponent (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dselect_composed_element.cpp73 auto selectComponent = render->GetSelectComponent(); in GetOptions()
100 if (render->GetSelectComponent()) { in GetSelected()
101 return std::to_string(render->GetSelectComponent()->GetSelected()); in GetSelected()
111 return render->GetSelectComponent()->GetTipText()->GetData(); in GetSelectValue()
138 auto popup = render->GetSelectComponent()->GetPopup(); in GetSelectBgColor()
157 auto popup = render->GetSelectComponent()->GetPopup(); in GetSelectFont()
176 auto popup = render->GetSelectComponent()->GetPopup(); in GetSelectFontColor()
195 auto popup = render->GetSelectComponent()->GetPopup(); in GetOptionBgColor()
214 auto popup = render->GetSelectComponent()->GetPopup(); in GetOptionFont()
244 auto selectComponent = render->GetSelectComponent(); in GetWidth()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select/
H A Drender_select.h42 RefPtr<SelectComponent> GetSelectComponent() const in GetSelectComponent() function