Home
last modified time | relevance | path

Searched refs:DOMMenu (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_menu.cpp22 DOMMenu::DOMMenu(NodeId nodeId, const std::string& nodeName) : DOMNode(nodeId, nodeName) in DOMMenu() function in OHOS::Ace::Framework::DOMMenu
27 DOMMenu::~DOMMenu() in ~DOMMenu()
40 void DOMMenu::InitializeStyle() in InitializeStyle()
45 void DOMMenu::ResetInitializedStyle() in ResetInitializedStyle()
51 void DOMMenu::OnChildNodeRemoved(const RefPtr<DOMNode>& child) in OnChildNodeRemoved()
65 void DOMMenu::PrepareSpecializedComponent() in PrepareSpecializedComponent()
115 bool DOMMenu::AddSpecializedEvent(int32_t pageId, const std::string& event) in AddSpecializedEvent()
127 RefPtr<Component> DOMMenu::GetSpecializedComponent() in GetSpecializedComponent()
132 void DOMMenu::BindIdNode(const RefPtr<DOMNode>& idNode) in BindIdNode()
186 double DOMMenu::GetJsonDouble( in GetJsonDouble()
[all …]
H A Ddom_menu.h25 class DOMMenu final : public DOMNode {
26 DECLARE_ACE_TYPE(DOMMenu, DOMNode);
29 DOMMenu(NodeId nodeId, const std::string& nodeName);
30 ~DOMMenu() override;
H A Ddom_document.cpp174 { DOM_NODE_TAG_MENU, &DOMNodeCreator<DOMMenu> }, in CreateNodeWithId()
421 auto menuNode = AceType::DynamicCast<DOMMenu>(targetNode); in HandleComponentPostBinding()
/ohos5.0/foundation/arkui/ace_engine/
H A D如何新增一个组件.md255 { DOM_NODE_TAG_MENU, &DOMNodeCreator<DOMMenu> },