Home
last modified time | relevance | path

Searched refs:PropertyProxy (Results 1 - 14 of 14) sorted by relevance

/foundation/graphic/graphic_3d/kits/js/src/
H A DPropertyProxy.cpp16 #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 DObjectProxy.cpp26 : 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 DVec2Proxy.cpp19 Vec2Proxy::Vec2Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec2> prop) : PropertyProxy(prop) in Vec2Proxy()
H A DQuatProxy.cpp19 QuatProxy::QuatProxy(napi_env env, META_NS::Property<BASE_NS::Math::Quat> prop) : PropertyProxy(prop) in QuatProxy()
H A DVec4Proxy.cpp16 Vec4Proxy::Vec4Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec4> prop) : PropertyProxy(prop) in Vec4Proxy()
H A DVec3Proxy.cpp17 Vec3Proxy::Vec3Proxy(napi_env env, META_NS::Property<BASE_NS::Math::Vec3> prop) : PropertyProxy(prop) in Vec3Proxy()
H A DColorProxy.cpp17 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 DObjectProxy.h19 #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 DPropertyProxy.h28 class PropertyProxy { class
52 explicit PropertyProxy(META_NS::IProperty::Ptr prop);
53 virtual ~PropertyProxy();
H A DVec4Proxy.h23 #include "PropertyProxy.h"
24 class Vec4Proxy : public PropertyProxy {
H A DQuatProxy.h22 #include "PropertyProxy.h"
23 class QuatProxy : public PropertyProxy {
H A DVec3Proxy.h22 #include "PropertyProxy.h"
23 class Vec3Proxy : public PropertyProxy {
H A DVec2Proxy.h23 #include "PropertyProxy.h"
24 class Vec2Proxy : public PropertyProxy {
H A DColorProxy.h21 #include "PropertyProxy.h"
22 class ColorProxy : public PropertyProxy {

Completed in 4 milliseconds