Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dnavigation_composed_element.cpp39 const std::unordered_map<std::string, std::function<bool(const NavigationComposedElement&)>>
56 void NavigationComposedElement::Dump() in Dump()
75 std::unique_ptr<JsonValue> NavigationComposedElement::ToJsonObject() const in ToJsonObject()
90 std::string NavigationComposedElement::GetNavigationTitle() const in GetNavigationTitle()
99 std::string NavigationComposedElement::GetNavigationSubTitle() const in GetNavigationSubTitle()
108 std::string NavigationComposedElement::GetNavigationToolBar() const in GetNavigationToolBar()
134 std::string NavigationComposedElement::GetNavigationSubTitleMode() const in GetNavigationSubTitleMode()
153 bool NavigationComposedElement::GetHideNavigationBackButton() const in GetHideNavigationBackButton()
162 bool NavigationComposedElement::GetHideNavigationBar() const in GetHideNavigationBar()
171 bool NavigationComposedElement::GetNavigationHideToolBar() const in GetNavigationHideToolBar()
[all …]
H A Dnavigation_composed_element.h27 class ACE_EXPORT NavigationComposedElement : public InspectorComposedElement {
28 DECLARE_ACE_TYPE(NavigationComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument
31 explicit NavigationComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()
32 ~NavigationComposedElement() override = default;
H A Dinspector_composed_component.cpp115 … [](const std::string& id) { return AceType::MakeRefPtr<V2::NavigationComposedElement>(id); } }, in __anona4bda69c0502()