Searched refs:aggr (Results 1 - 11 of 11) sorted by relevance
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/ |
H A D | content_object.h | 45 void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) override 47 Super::SetSuperInstance(aggr, super);
|
H A D | object_container.h | 39 void SetSuperInstance(const META_NS::IObject::Ptr& aggr, const META_NS::IObject::Ptr& super) override 41 Super::SetSuperInstance(aggr, super);
|
/foundation/graphic/graphic_3d/lume/metaobject/src/ |
H A D | object_context.cpp | 22 void ObjectContext::SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) in SetSuperInstance() argument 24 ObjectFwd::SetSuperInstance(aggr, super); in SetSuperInstance()
|
H A D | base_object.cpp | 72 void BaseObject::SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) in SetSuperInstance() argument 74 me_ = interface_pointer_cast<IObjectInstance>(aggr); in SetSuperInstance()
|
H A D | attachment_container.cpp | 29 void AttachmentContainer::SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) in SetSuperInstance() argument 31 Super::SetSuperInstance(aggr, super); in SetSuperInstance()
|
H A D | object_context.h | 38 void SetSuperInstance(const META_NS::IObject::Ptr& aggr, const META_NS::IObject::Ptr& super) override;
|
H A D | attachment_container.h | 45 void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) override;
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/ |
H A D | intf_derived.h | 33 * "aggr" and the requested superclass implementation "impl". 35 virtual void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& impl) = 0;
|
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/ |
H A D | ecs_animation.h | 130 void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) override 132 ObjectFwd::SetSuperInstance(aggr, super);
|
H A D | node_impl.h | 329 void SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) override;
|
H A D | node_impl.cpp | 1338 void NodeImpl::SetSuperInstance(const IObject::Ptr& aggr, const IObject::Ptr& super) in SetSuperInstance() argument 1340 Fwd::SetSuperInstance(aggr, super); in SetSuperInstance()
|
Completed in 5 milliseconds