Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp46 NodeImpl::NodeImpl(NodeType type) : SceneResourceImpl(SceneResourceImpl::NODE), type_(type) in NodeImpl() function in NodeImpl
50 NodeImpl::~NodeImpl() in ~NodeImpl()
57 if (id == NodeImpl::ID) { in GetInstanceImpl()
72 props.push_back(TROGetProperty<BASE_NS::string, NodeImpl, &NodeImpl::GetPath>("path")); in GetPropertyDescs()
73 …props.push_back(TROGetSetProperty<Object, NodeImpl, &NodeImpl::GetPosition, &NodeImpl::SetPosition… in GetPropertyDescs()
74 …props.push_back(TROGetSetProperty<Object, NodeImpl, &NodeImpl::GetRotation, &NodeImpl::SetRotation… in GetPropertyDescs()
75 …props.push_back(TROGetSetProperty<Object, NodeImpl, &NodeImpl::GetScale, &NodeImpl::SetScale>("sca… in GetPropertyDescs()
76 props.push_back(TROGetProperty<BASE_NS::string, NodeImpl, &NodeImpl::GetParent>("parent")); in GetPropertyDescs()
77 …props.push_back(TROGetSetProperty<bool, NodeImpl, &NodeImpl::GetVisible, &NodeImpl::SetVisible>("v… in GetPropertyDescs()
78 …props.push_back(TROGetSetProperty<bool, NodeImpl, &NodeImpl::GetChildContainer, &NodeImpl::SetVisi… in GetPropertyDescs()
[all …]
H A DGeometryJS.cpp30 return NodeImpl::GetInstanceImpl(id); in GetInstanceImpl()
55 NodeImpl::GetPropertyDescs(node_props); in Init()
69 …ryJS(napi_env e, napi_callback_info i) : BaseObject<GeometryJS>(e, i), NodeImpl(NodeImpl::GEOMETRY) in GeometryJS()
H A DNodeJS.cpp24 NodeImpl::GetPropertyDescs(node_props); in Init()
35 NodeJS::NodeJS(napi_env e, napi_callback_info i) : BaseObject<NodeJS>(e, i), NodeImpl(NodeImpl::NOD… in NodeJS()
111 return NodeImpl::GetInstanceImpl(id); in GetInstanceImpl()
H A DLightJS.cpp24 BaseLight::BaseLight(LightType lt) : NodeImpl(NodeImpl::NodeType::LIGHT), lightType_(lt) {} in BaseLight()
111 NodeImpl::GetPropertyDescs(np); in Init()
137 return NodeImpl::GetInstanceImpl(id); in GetInstanceImpl()
H A DCameraJS.cpp32 return NodeImpl::GetInstanceImpl(id); in GetInstanceImpl()
91 NodeImpl::GetPropertyDescs(node_props); in Init()
112 …CameraJS(napi_env e, napi_callback_info i) : BaseObject<CameraJS>(e, i), NodeImpl(NodeImpl::CAMERA) in CameraJS()
H A Dregister_module.cpp128 NodeImpl::RegisterEnums({ env, scene3dNS }); in RegisterClasses()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dnode_impl.cpp90 bool NodeImpl::IsConnected() in IsConnected()
99 void NodeImpl::DisableInputHandling() in DisableInputHandling()
139 void NodeImpl::Activate() in Activate()
167 void NodeImpl::Deactivate() in Deactivate()
185 void NodeImpl::AttachToHierarchy() in AttachToHierarchy()
202 void NodeImpl::DetachFromHierarchy() in DetachFromHierarchy()
238 bool NodeImpl::IsResourceClassType() in IsResourceClassType()
881 bool NodeImpl::HasLifecycleInfo() in HasLifecycleInfo()
1152 void NodeImpl::SetMeshToEngine() in SetMeshToEngine()
1238 void NodeImpl::Destroy() in Destroy()
[all …]
H A Dnode_impl.h27 class NodeImpl : public META_NS::ObjectContainerFwd<NodeImpl, SCENE_NS::ClassId::Node, SCENE_NS::IN…
30 …using Super = META_NS::ObjectContainerFwd<NodeImpl, SCENE_NS::ClassId::Node, SCENE_NS::INode, META…
56 …using Fwd = META_NS::ObjectContainerFwd<NodeImpl, SCENE_NS::ClassId::Node, SCENE_NS::INode, META_N…
194 …static void SetPathWithEcsNode(const BASE_NS::shared_ptr<NodeImpl>& self, const BASE_NS::string& n…
197 …static bool SetPathWithoutNode(const BASE_NS::shared_ptr<NodeImpl>& self, const BASE_NS::string& n…
234 …static void BuildChildrenIterateOver(const BASE_NS::shared_ptr<NodeImpl>& self, const SCENE_NS::IE…
247 static Ptr Create(SCENE_NS::INode::Ptr& node, NodeImpl& observer) in Create()
251 … NodeMonitor(SCENE_NS::INode::Ptr& node, NodeImpl& observer) : node_(node), observer_(observer) in NodeMonitor()
255 if (auto node = static_pointer_cast<NodeImpl>(node_.lock())) { in NodeMonitor()
299 NodeImpl& observer_;
[all …]
H A Dmesh_impl.cpp33 …: public META_NS::ConcreteBaseMetaObjectFwd<MeshImpl, NodeImpl, SCENE_NS::ClassId::Mesh, SCENE_NS:…
42 if (ret = NodeImpl::Build(data); ret) { in Build()
89 if (!NodeImpl::CompleteInitialization(path)) { in CompleteInitialization()
156 if (auto self = static_pointer_cast<NodeImpl>(selfObject)) { in SetPath()
170 … if (auto self = static_pointer_cast<NodeImpl>(selfObject)) { in SetPath()
187 … if (auto self = static_pointer_cast<NodeImpl>(selfObject)) { in SetPath()
329 if (auto node = static_pointer_cast<NodeImpl>(selfObject)) { in GetMaterial()
337 … if (auto node = static_pointer_cast<NodeImpl>(selfObject)) { in GetMaterial()
H A Denv_impl.cpp32 class EnvImpl : public ConcreteBaseMetaObjectFwd<EnvImpl, NodeImpl, SCENE_NS::ClassId::Environment,…
33 …using Super = ConcreteBaseMetaObjectFwd<EnvImpl, NodeImpl, SCENE_NS::ClassId::Environment, IEnviro…
85 if (!NodeImpl::CompleteInitialization(path)) { in CompleteInitialization()
H A Dlight_impl.cpp24 …: public META_NS::ConcreteBaseMetaObjectFwd<LightImpl, NodeImpl, SCENE_NS::ClassId::Light, SCENE_N…
44 if (ret = NodeImpl::Build(data); ret) { in Build()
86 if (!NodeImpl::CompleteInitialization(path)) { in META_IMPLEMENT_INTERFACE_PROPERTY()
H A Danim_impl.cpp33 : public META_NS::ConcreteBaseMetaObjectFwd<AnimImpl, NodeImpl, SCENE_NS::ClassId::Animation,
35 … using Super = META_NS::ConcreteBaseMetaObjectFwd<AnimImpl, NodeImpl, SCENE_NS::ClassId::Animation,
216 if (ret = NodeImpl::Build(data); ret) { in Build()
279 if (!NodeImpl::CompleteInitialization(path)) { in CompleteInitialization()
H A Dcamera_impl.cpp29 …: public META_NS::ConcreteBaseMetaObjectFwd<CameraImpl, NodeImpl, SCENE_NS::ClassId::Camera, SCENE…
83 if (ret = NodeImpl::Build(data); ret) { in Build()
105 if (!NodeImpl::CompleteInitialization(path)) { in CompleteInitialization()
130 …BindChanges<uint64_t>(propHandler_, NodeImpl::META_ACCESS_PROPERTY(LayerMask), meta, CAMERA_LAYERM… in CompleteInitialization()
H A Dmaterial_impl.cpp92 class MaterialImpl : public META_NS::ConcreteBaseMetaObjectFwd<MaterialImpl, NodeImpl, SCENE_NS::Cl…
104 if (ret = NodeImpl::Build(data); ret) { in Build()
182 if (auto self = static_pointer_cast<NodeImpl>(me.lock())) { in SetPath()
196 if (auto self = static_pointer_cast<NodeImpl>(selfObject)) { in SetPath()
212 if (auto self = static_pointer_cast<NodeImpl>(selfObject)) { in SetPath()
1124 if (!NodeImpl::CompleteInitialization(path)) { in CompleteInitialization()
/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DNodeImpl.h23 class NodeImpl : public SceneResourceImpl {
32 NodeImpl(NodeType type);
33 virtual ~NodeImpl();
H A DNodeJS.h22 class NodeJS : public BaseObject<NodeJS>,NodeImpl {
H A DGeometryJS.h23 class GeometryJS : public BaseObject<GeometryJS>, public NodeImpl {
H A DCameraJS.h26 class CameraJS : public BaseObject<CameraJS>, public NodeImpl {
H A DLightJS.h24 class BaseLight : public NodeImpl {
/ohos5.0/foundation/graphic/graphic_3d/kits/js/
H A DBUILD.gn112 "src/NodeImpl.cpp",