Home
last modified time | relevance | path

Searched refs:objectContext_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dmeta_object.cpp73 if (!objectContext_) { in PropertyObjectContext()
77 objectContext_ = ConstructProperty<IObjectContext::Ptr>(context->GetObjectRegistry(), "ObjectContext", context); in PropertyObjectContext()
78 CORE_ASSERT(objectContext_); in PropertyObjectContext()
79 if (auto internal = interface_cast<IPropertyInternal>(objectContext_.GetProperty())) { in PropertyObjectContext()
83 return objectContext_; in PropertyObjectContext()
88 if (!objectContext_) { in PropertyObjectContext()
92 objectContext_ = ConstructProperty<IObjectContext::Ptr>(context->GetObjectRegistry(), "ObjectContext", context); in PropertyObjectContext()
93 CORE_ASSERT(objectContext_); in PropertyObjectContext()
94 if (auto internal = interface_cast<IPropertyInternal>(objectContext_.GetProperty())) { in PropertyObjectContext()
98 return objectContext_; in PropertyObjectContext()
[all...]
H A Dmeta_object.h100 mutable Property<IObjectContext::Ptr> objectContext_; member in Internal::MetaObject

Completed in 1 milliseconds