Home
last modified time | relevance | path

Searched refs:StaticGetClassId (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dany_builder.h35 return AnyType::StaticGetClassId();
60 GetObjectRegistry().GetPropertyRegister().UnregisterAny(Type::StaticGetClassId()); in UnregisterUserAny()
66 GetObjectRegistry().GetPropertyRegister().UnregisterAny(Any<Type>::StaticGetClassId()); in UnregisterTypeForBuiltinAny()
72 GetObjectRegistry().GetPropertyRegister().UnregisterAny(ArrayAny<Type>::StaticGetClassId()); in UnregisterTypeForBuiltinArrayAny()
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dregister_anys.cpp98 (pr.UnregisterAny(ArrayAny<List>::StaticGetClassId()), ...); in UnregisterTypes()
99 (pr.UnregisterAny(Any<List>::StaticGetClassId()), ...); in UnregisterTypes()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/detail/
H A Dany.h35 static constexpr ObjectId StaticGetClassId() in StaticGetClassId() function in BaseTypedAny
42 return StaticGetClassId();
223 static constexpr ObjectId StaticGetClassId() in StaticGetClassId() function in BaseTypedArrayAny
230 return StaticGetClassId();
/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Dregister_engine_access.cpp128 META_NS::GetObjectRegistry().GetPropertyRegister().UnregisterAny(META_NS::Any<Prop>::StaticGetClassId()); in UnregisterEngineAccessImplAndAny()

Completed in 3 milliseconds