Searched refs:PropertyProxy (Results 1 - 14 of 14) sorted by relevance
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | PropertyProxy.cpp | 16 #include "PropertyProxy.h" 24 PropertyProxy* proxy_; 28 PropCtx(PropertyProxy* p, BASE_NS::string m); 34 PropCtx::PropCtx(PropertyProxy* p, BASE_NS::string m) in PropCtx() 51 void PropertyProxy::UpdateLocal() in UpdateLocal() 58 int32_t PropertyProxy::UpdateRemote() in UpdateRemote() 75 void PropertyProxy::ScheduleUpdate() in ScheduleUpdate() 84 PropertyProxy::PropertyProxy(META_NS::IProperty::Ptr prop) : prop_(prop) in PropertyProxy() function in PropertyProxy 86 changeHandler_ = META_NS::MakeCallback<META_NS::IOnChanged>(this, &PropertyProxy in PropertyProxy() [all...] |
H A D | ObjectProxy.cpp | 26 : PropertyProxy(META_NS::IProperty::Ptr(property, const_cast<META_NS::IProperty*>(property.get()))), env_(env) in ObjectProxy() 44 void ObjectProxy::AddProperty(BASE_NS::unique_ptr<PropertyProxy> property, BASE_NS::string_view member) in AddProperty()
|
H A D | Vec2Proxy.cpp | 19 Vec2Proxy::Vec2Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec2> prop) : PropertyProxy(prop)
in Vec2Proxy()
|
H A D | QuatProxy.cpp | 19 QuatProxy::QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop) : PropertyProxy(prop)
in QuatProxy()
|
H A D | Vec4Proxy.cpp | 16 Vec4Proxy::Vec4Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec4> prop) : PropertyProxy(prop) in Vec4Proxy()
|
H A D | Vec3Proxy.cpp | 17 Vec3Proxy::Vec3Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec3> prop) : PropertyProxy(prop)
in Vec3Proxy()
|
H A D | ColorProxy.cpp | 17 ColorProxy::ColorProxy(napi_env env, META_NS::Property<SCENE_NS::Color> prop) : PropertyProxy(prop)
in ColorProxy()
|
/foundation/graphic/graphic_3d/kits/js/include/ |
H A D | ObjectProxy.h | 19 #include "PropertyProxy.h" 23 class ObjectProxy : public PropertyProxy 28 void AddProperty(BASE_NS::unique_ptr<PropertyProxy> property, BASE_NS::string_view member); 38 BASE_NS::unordered_map<BASE_NS::string, BASE_NS::unique_ptr<PropertyProxy>> properties_;
|
H A D | PropertyProxy.h | 28 class PropertyProxy { class 52 explicit PropertyProxy(META_NS::IProperty::Ptr prop); 53 virtual ~PropertyProxy();
|
H A D | Vec4Proxy.h | 23 #include "PropertyProxy.h" 24 class Vec4Proxy : public PropertyProxy {
|
H A D | QuatProxy.h | 22 #include "PropertyProxy.h" 23 class QuatProxy : public PropertyProxy {
|
H A D | Vec3Proxy.h | 22 #include "PropertyProxy.h" 23 class Vec3Proxy : public PropertyProxy {
|
H A D | Vec2Proxy.h | 23 #include "PropertyProxy.h" 24 class Vec2Proxy : public PropertyProxy {
|
H A D | ColorProxy.h | 21 #include "PropertyProxy.h" 22 class ColorProxy : public PropertyProxy {
|
Completed in 4 milliseconds