Searched refs:IContainable (Results 1 - 12 of 12) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_containable.h | 26 META_REGISTER_INTERFACE(IContainable, "4bcc982b-4b40-4171-9b77-073dc86d8f63") 32 class IContainable : public CORE_NS::IInterface { class 33 META_INTERFACE(CORE_NS::IInterface, IContainable) 44 * @brief Implies IContainable where the parent can be re-set
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | node_impl.h | 28 META_NS::IContainable, META_NS::IMutableContainable, INodeEcsInterfacePrivate, 30 using Super = META_NS::ObjectContainerFwd<NodeImpl, SCENE_NS::ClassId::Node, SCENE_NS::INode, META_NS::IContainable, 56 using Fwd = META_NS::ObjectContainerFwd<NodeImpl, SCENE_NS::ClassId::Node, SCENE_NS::INode, META_NS::IContainable, 356 META_NS::IContainable* containable_ {};
|
H A D | ecs_animation.h | 46 META_NS::IContainable, META_NS::IMutableContainable, SCENE_NS::IEcsProxyObject, META_NS::ITimedAnimation> { 133 containable_ = interface_cast<IContainable>(super); 180 META_NS::IContainable* containable_ {};
|
H A D | node_impl.cpp | 1095 BASE_NS::vector<META_NS::IContainable::Ptr> nodes; in GetGlobalTransform() 1096 nodes.push_back(GetSelf<META_NS::IContainable>()); in GetGlobalTransform() 1098 while (auto containable = interface_pointer_cast<META_NS::IContainable>(current)) { in GetGlobalTransform() 1113 BASE_NS::vector<META_NS::IContainable::Ptr> nodes; in SetGlobalTransform() 1114 nodes.push_back(GetSelf<META_NS::IContainable>()); in SetGlobalTransform() 1117 while (auto containable = interface_pointer_cast<META_NS::IContainable>(current)) { in SetGlobalTransform() 1341 containable_ = interface_cast<IContainable>(super); in SetSuperInstance()
|
H A D | scene_impl.cpp | 504 if (auto containable = interface_cast<META_NS::IContainable>(node)) { in RemoveNodeFromCurrentContainer() 1192 auto containable = interface_cast<META_NS::IContainable>(node);
|
/foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
H A D | testing_objects.cpp | 192 class TestType : public ObjectFwd<TestType, ClassId::TestType, ClassId::Object, ITestType, IContainable, 195 using Super = ObjectFwd<TestType, ClassId::TestType, ClassId::Object, ITestType, IContainable, IMutableContainable, 296 IContainable, IMutableContainable> { 297 using Super = CommonObjectContainerFwd<FinalClass, ClassInfo, SuperClassInfo, ITestContainer, IContainable,
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | ref_uri_util.cpp | 30 auto containee = interface_cast<IContainable>(obj); in FindParentObject()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/container/ |
H A D | flat_container.cpp | 170 if (const auto cont = interface_cast<IContainable>(object)) { in SetObjectParent()
|
H A D | container_base.cpp | 335 const auto containable = interface_pointer_cast<IContainable>(object); in IsAncestorOf() 344 if (auto parentContainable = interface_cast<IContainable>(parent)) { in IsAncestorOf()
|
H A D | container.cpp | 223 if (const auto cont = interface_cast<IContainable>(object)) { in SetObjectParent()
|
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A D | animation.h | 37 IAttachment, IContainable, IMutableContainable, IAnimationInternal, Interfaces...> { 41 IContainable, IMutableContainable, IAnimationInternal, Interfaces...>; 70 protected: // IContainable
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | NodeImpl.cpp | 169 if (interface_cast<META_NS::IContainable>(node)->GetParent()) { in GetPath() 288 if (auto containable = interface_cast<META_NS::IContainable>(node)) { in GetParent()
|
Completed in 11 milliseconds