Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dscene_impl.cpp96 …META_FORWARD_READONLY_PROPERTY(IObject::Ptr, Content, (contentImpl_ ? contentImpl_->Content() : nu…
97 …META_FORWARD_PROPERTY(bool, ContentSearchable, (contentImpl_ ? contentImpl_->ContentSearchable() :…
99 …META_NS::IContentLoader::Ptr, ContentLoader, (contentImpl_ ? contentImpl_->ContentLoader() : nullp…
221 contentImpl_ = registry.Create<META_NS::IContent>(META_NS::ClassId::ContentObject); in Build()
222 if (const auto req = interface_cast<META_NS::IRequiredInterfaces>(contentImpl_)) { in Build()
1720 contentImpl_->SetContent(contentObject); in OnRootNodeChanged()
1751 META_NS::IContent::Ptr contentImpl_ {}; member in __anon3577c0ce0110::SceneImpl