Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dnavigation_title_composed_element.h24 class ACE_EXPORT NavigationTitleComposedElement : public InspectorComposedElement {
25 DECLARE_ACE_TYPE(NavigationTitleComposedElement, InspectorComposedElement) in DECLARE_ACE_TYPE() argument
28 explicit NavigationTitleComposedElement(const ComposeId& id) : InspectorComposedElement(id) {} in DECLARE_ACE_TYPE()
29 ~NavigationTitleComposedElement() override = default;
H A Dnavigation_title_composed_element.cpp24 std::unique_ptr<JsonValue> NavigationTitleComposedElement::ToJsonObject() const in ToJsonObject()
30 void NavigationTitleComposedElement::UpdateChildWithSlot(int32_t slot, const RefPtr<Component>& new… in UpdateChildWithSlot()
H A Dinspector_composed_component.cpp244 …[](const std::string& id) { return AceType::MakeRefPtr<V2::NavigationTitleComposedElement>(id); } … in __anona4bda69c5502()