Home
last modified time | relevance | path

Searched refs:tabBarSymbol (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_content_pattern.h163 const std::optional<TabBarSymbol>& tabBarSymbol, TabBarBuilderFunc&& builder) in SetTabBar() argument
167 tabBarParam_.SetSymbol(tabBarSymbol); in SetTabBar()
168 if (tabBarSymbol.has_value()) { in SetTabBar()
169 symbol_ = tabBarSymbol.value(); in SetTabBar()
H A Dtab_content_model_ng.h40 …const std::optional<TabBarSymbol> &tabBarSymbol, TabBarBuilderFunc &&builder, bool useContentOnly)…
H A Dtab_content_model.h131 …const std::optional<TabBarSymbol>& tabBarSymbol, std::function<void()>&& builder, bool useContentO…
H A Dtab_content_model_ng.cpp481 …const std::optional<TabBarSymbol>& tabBarSymbol, TabBarBuilderFunc&& builder, bool /*useContentOnl… in SetTabBar() argument
487 …frameNodePattern->SetTabBar(text.value_or(""), icon.value_or(""), tabBarSymbol, std::move(builder)… in SetTabBar()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp712 TabBarSymbol tabBarSymbol; variable
713 tabContentModel.SetTabBar("", "", tabBarSymbol, nullptr, true);
1416 TabBarSymbol tabBarSymbol; variable
1421 tabBarSymbol.selectedFlag = true;
1422 tabContentModel.SetTabBar("", "", tabBarSymbol, nullptr, true);
1462 TabBarSymbol tabBarSymbol; variable
1495 TabBarSymbol tabBarSymbol; variable
1496 tabBarSymbol.onApply = nullptr;
1529 TabBarSymbol tabBarSymbol; variable
1534 tabBarSymbol.selectedFlag = false;
[all …]
H A Dtabs_sub_tab_bar_style_test_ng.cpp1364 TabBarSymbol tabBarSymbol; variable
1365 tabContentModel.SetTabBar("", "", tabBarSymbol, nullptr, true);
1425 TabBarSymbol tabBarSymbol; variable
1426 tabContentModel.SetTabBar("", "", tabBarSymbol, nullptr, true);
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dtab_content_model_impl.h30 const std::optional<TabBarSymbol>& tabBarSymbol, std::function<void()>&& builder,
H A Dtab_content_model_impl.cpp87 …const std::optional<TabBarSymbol>& tabBarSymbol, std::function<void()>&& builder, bool useContentO… in SetTabBar() argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tab_content.cpp628 std::optional<TabBarSymbol> tabBarSymbol = std::nullopt; in SetBottomTabBarStyle() local
641 tabBarSymbol = symbolApply; in SetBottomTabBarStyle()
666 TabContentModel::GetInstance()->SetTabBar(textOpt, iconOpt, tabBarSymbol, nullptr, false); in SetBottomTabBarStyle()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabcontent.md1723 ![tabContent8](figures/tabBarSymbol.gif)
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-container-tabcontent.md1409 ![tabContent8](figures/tabBarSymbol.gif)