/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_content_pattern.h | 163 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 D | tab_content_model_ng.h | 40 …const std::optional<TabBarSymbol> &tabBarSymbol, TabBarBuilderFunc &&builder, bool useContentOnly)…
|
H A D | tab_content_model.h | 131 …const std::optional<TabBarSymbol>& tabBarSymbol, std::function<void()>&& builder, bool useContentO…
|
H A D | tab_content_model_ng.cpp | 481 …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 D | tabs_attr_test_ng.cpp | 712 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 D | tabs_sub_tab_bar_style_test_ng.cpp | 1364 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 D | tab_content_model_impl.h | 30 const std::optional<TabBarSymbol>& tabBarSymbol, std::function<void()>&& builder,
|
H A D | tab_content_model_impl.cpp | 87 …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 D | js_tab_content.cpp | 628 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 D | ts-container-tabcontent.md | 1723 
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-container-tabcontent.md | 1409 
|