Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/metaobject/include/meta/interface/engine/
H A Dintf_engine_value_manager.h46 virtual bool ConstructValues(CORE_NS::IPropertyHandle* handle, EngineValueOptions) = 0;
48 virtual bool ConstructValues(IValue::Ptr value, EngineValueOptions) = 0;
71 bool ConstructValues(CORE_NS::IPropertyHandle* handle) in ConstructValues() function in IEngineValueManager
73 return ConstructValues(handle, {}); in ConstructValues()
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/api/engine/
H A Dutil.h26 if (m->ConstructValues(
41 if (m->ConstructValues(
/foundation/graphic/graphic_3d/lume/metaobject/src/engine/
H A Dengine_value_manager.h40 bool ConstructValues(CORE_NS::IPropertyHandle* handle, EngineValueOptions) override;
41 bool ConstructValues(IValue::Ptr value, EngineValueOptions) override;
H A Dengine_value_manager.cpp99 bool EngineValueManager::ConstructValues(CORE_NS::IPropertyHandle* handle, EngineValueOptions options) in ConstructValues() function in Internal::EngineValueManager
114 bool EngineValueManager::ConstructValues(IValue::Ptr value, EngineValueOptions options) in ConstructValues() function in Internal::EngineValueManager
124 return ConstructValues( in ConstructValues()

Completed in 2 milliseconds