X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fdali-wrapper.cpp;h=09205d76f6ab5a2144d24672de9eea2a1b61a63b;hp=f67455159aa6b38744f88a9b8f1ad5eb38b397f2;hb=2b2e29847f9b8a544f0629db0285347ad07b6994;hpb=cc82bd9b187cda8fe2c8336b73fd1fa9376cfebd diff --git a/plugins/dali-script-v8/src/dali-wrapper.cpp b/plugins/dali-script-v8/src/dali-wrapper.cpp index f674551..09205d7 100644 --- a/plugins/dali-script-v8/src/dali-wrapper.cpp +++ b/plugins/dali-script-v8/src/dali-wrapper.cpp @@ -24,10 +24,10 @@ #include #include #include -#include #include +#include +#include #include -#include #include #include #include @@ -60,7 +60,8 @@ const ApiFunction ConstructorFunctionTable[]= { "Rotation", PropertyValueWrapper::NewRotation}, { "Matrix", PropertyValueWrapper::NewMatrix}, { "Path", PathWrapper::NewPath }, - { "PathConstraint", PathConstraintWrapper::NewPathConstraint }, + { "PathConstrainer", PathConstrainerWrapper::NewPathConstrainer}, + { "LinearConstrainer", LinearConstrainerWrapper::NewLinearConstrainer}, { "Actor", ActorWrapper::NewActor }, { "TextActor", ActorWrapper::NewActor }, { "ImageActor", ActorWrapper::NewActor }, @@ -72,7 +73,6 @@ const ApiFunction ConstructorFunctionTable[]= { "BufferImage", ImageWrapper::NewImage }, { "NinePatchImage", ImageWrapper::NewImage }, { "FrameBufferImage", ImageWrapper::NewImage }, - { "ImageAttributes", ImageAttributesWrapper::NewImageAttributes }, { "Animation", AnimationWrapper::NewAnimation}, { "ShaderEffect", ShaderEffectWrapper::NewShaderEffect}, { "Builder", BuilderWrapper::NewBuilder},