Home
last modified time | relevance | path

Searched refs:IContainable (Results 1 - 12 of 12) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/
H A Dintf_containable.h26 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 Dnode_impl.h28 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 Decs_animation.h46 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 Dnode_impl.cpp1095 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 Dscene_impl.cpp504 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 Dtesting_objects.cpp192 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 Dref_uri_util.cpp30 auto containee = interface_cast<IContainable>(obj); in FindParentObject()
/foundation/graphic/graphic_3d/lume/metaobject/src/container/
H A Dflat_container.cpp170 if (const auto cont = interface_cast<IContainable>(object)) { in SetObjectParent()
H A Dcontainer_base.cpp335 const auto containable = interface_pointer_cast<IContainable>(object); in IsAncestorOf()
344 if (auto parentContainable = interface_cast<IContainable>(parent)) { in IsAncestorOf()
H A Dcontainer.cpp223 if (const auto cont = interface_cast<IContainable>(object)) { in SetObjectParent()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Danimation.h37 IAttachment, IContainable, IMutableContainable, IAnimationInternal, Interfaces...> {
41 IContainable, IMutableContainable, IAnimationInternal, Interfaces...>;
70 protected: // IContainable
/foundation/graphic/graphic_3d/kits/js/src/
H A DNodeImpl.cpp169 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