Home
last modified time | relevance | path

Searched refs:OBJECT_INFO (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dregister_default_anims.cpp41 AnimationController::OBJECT_INFO,
42 KeyframeAnimation::OBJECT_INFO,
43 PropertyAnimation::OBJECT_INFO,
44 TrackAnimation::OBJECT_INFO,
45 ParallelAnimation::OBJECT_INFO,
46 SequentialAnimation::OBJECT_INFO,
47 AnimationModifiers::Loop::OBJECT_INFO,
48 AnimationModifiers::Reverse::OBJECT_INFO,
49 AnimationModifiers::SpeedImpl::OBJECT_INFO,
51 Curves::Easing::LinearEasingCurve::OBJECT_INFO,
[all …]
H A Dregister_default_objs.cpp64 static constexpr ObjectTypeInfo OBJECTS[] = { MetaObject::OBJECT_INFO, Object::OBJECT_INFO,
65 ObjectContainer::OBJECT_INFO, ObjectFlatContainer::OBJECT_INFO, ProxyObject::OBJECT_INFO,
66 ContainerObserver::OBJECT_INFO, SettableFunction::OBJECT_INFO, PropertyFunction::OBJECT_INFO,
67 ObjectContext::OBJECT_INFO, AttachmentContainer::OBJECT_INFO, ContainerDataModel::OBJECT_INFO,
68 CompositeObjectProvider::OBJECT_INFO, InstantiatingObjectProvider::OBJECT_INFO,
69 …ContentLoaderObjectProvider::OBJECT_INFO, CsvStringResourceLoader::OBJECT_INFO, ClassContentLoader…
70 …ObjectHierarchyObserver::OBJECT_INFO, StartableObjectController::OBJECT_INFO, Internal::Number::OB…
71 Connector::OBJECT_INFO, JsonContentLoader::OBJECT_INFO, EngineValueManager::OBJECT_INFO,
72 EngineInputPropertyManager::OBJECT_INFO };
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
H A Dinterpolator.cpp168 ObjectTypeInfo OBJECT_INFO; member
174 { FloatInterpolator::OBJECT_INFO, UidFromType<float>(), ClassId::FloatInterpolator },
175 { DoubleInterpolator::OBJECT_INFO, UidFromType<double>(), ClassId::DoubleInterpolator },
185 { UInt8Interpolator::OBJECT_INFO, UidFromType<uint8_t>(), ClassId::UInt8Interpolator },
186 { UInt16Interpolator::OBJECT_INFO, UidFromType<uint16_t>(), ClassId::UInt16Interpolator },
189 { Int8Interpolator::OBJECT_INFO, UidFromType<int8_t>(), ClassId::Int8Interpolator },
190 { Int16Interpolator::OBJECT_INFO, UidFromType<int16_t>(), ClassId::Int16Interpolator },
191 { Int32Interpolator::OBJECT_INFO, UidFromType<int32_t>(), ClassId::Int32Interpolator },
192 { Int64Interpolator::OBJECT_INFO, UidFromType<int64_t>(), ClassId::Int64Interpolator },
202 registry.RegisterObjectType(info.OBJECT_INFO.GetFactory()); in RegisterDefaultInterpolators()
[all …]
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/ext/
H A Dobject_factory.h107 …static constexpr const META_NS::ObjectTypeInfo OBJECT_INFO { { META_NS::ObjectTypeInfo::UID }, Get…