Home
last modified time | relevance | path

Searched refs:EngineValueOptions (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.h40 bool ConstructValues(CORE_NS::IPropertyHandle* handle, EngineValueOptions) override; in META_BEGIN_NAMESPACE()
41 bool ConstructValues(IValue::Ptr value, EngineValueOptions) override; in META_BEGIN_NAMESPACE()
42 bool ConstructValue(EnginePropertyParams property, EngineValueOptions) override; in META_BEGIN_NAMESPACE()
43 …uctValue(CORE_NS::IPropertyHandle* handle, BASE_NS::string_view path, EngineValueOptions) override; in META_BEGIN_NAMESPACE()
59 void AddValue(EnginePropertyParams p, EngineValueOptions options); in META_BEGIN_NAMESPACE()
61 EngineValueOptions options); in META_BEGIN_NAMESPACE()
63 …tyParams params, BASE_NS::string pathTaken, BASE_NS::string_view path, EngineValueOptions options); in META_BEGIN_NAMESPACE()
H A Dengine_value_manager.cpp71 void EngineValueManager::AddValue(EnginePropertyParams p, EngineValueOptions options) in AddValue()
99 bool EngineValueManager::ConstructValues(CORE_NS::IPropertyHandle* handle, EngineValueOptions optio… in ConstructValues()
114 bool EngineValueManager::ConstructValues(IValue::Ptr value, EngineValueOptions options) in ConstructValues()
125 … p, EngineValueOptions { prefix, options.values, options.pushValuesDirectlyToEngine }); in ConstructValues()
133 AddValue(propParams, EngineValueOptions { prefix, options.values }); in ConstructValues()
138 bool EngineValueManager::ConstructValue(EnginePropertyParams property, EngineValueOptions options) in ConstructValue()
145 …rtyParams params, BASE_NS::string pathTaken, BASE_NS::string_view path, EngineValueOptions options) in ConstructValueImpl()
178 …tyHandle* handle, BASE_NS::string pathTaken, BASE_NS::string_view path, EngineValueOptions options) in ConstructValueImpl()
198 CORE_NS::IPropertyHandle* handle, BASE_NS::string_view path, EngineValueOptions options) in ConstructValue()
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_value_manager.h28 struct EngineValueOptions { struct
46 virtual bool ConstructValues(CORE_NS::IPropertyHandle* handle, EngineValueOptions) = 0; argument
48 virtual bool ConstructValues(IValue::Ptr value, EngineValueOptions) = 0;
50 virtual bool ConstructValue(EnginePropertyParams property, EngineValueOptions) = 0;
51 …onstructValue(CORE_NS::IPropertyHandle* handle, BASE_NS::string_view path, EngineValueOptions) = 0;
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/
H A Dutil.h23 …const IEngineValueManager::Ptr& m, const IEngineValue::Ptr& value, EngineValueOptions options = {}) in META_BEGIN_NAMESPACE()
27 … value, EngineValueOptions { options.namePrefix, &vec, options.pushValuesDirectlyToEngine })) {
38 …const IEngineValueManager::Ptr& m, CORE_NS::IPropertyHandle* handle, EngineValueOptions options = …
42 … handle, EngineValueOptions { options.namePrefix, &vec, options.pushValuesDirectlyToEngine })) {
48 … m, v, EngineValueOptions { "", options.values, options.pushValuesDirectlyToEngine });
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_object.cpp229 …AddEngineValuesRecursively(m->valueManager, handle, META_NS::EngineValueOptions{name, &values, tru… in UpdateMetaCache()