X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Factors%2Factor-api.h;h=8543f11d8b0ee2c9661f0b615f99d0accfc5a18d;hb=1c5674a11a51310ee689d6daf4e6b7d94dec607e;hp=b1dfd4b58c45c7c38799b6db2110dc9e18d7e920;hpb=bf28aab81fbfe59f0d99b1b38658f17d3e37821d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/src/actors/actor-api.h b/plugins/dali-script-v8/src/actors/actor-api.h index b1dfd4b..8543f11 100644 --- a/plugins/dali-script-v8/src/actors/actor-api.h +++ b/plugins/dali-script-v8/src/actors/actor-api.h @@ -28,7 +28,7 @@ namespace Dali namespace V8Plugin { -namespace TextViewApi +namespace TextLabelApi { /** * Temporary TextView constructor @@ -68,12 +68,6 @@ namespace ActorApi void RotateBy( const v8::FunctionCallbackInfo< v8::Value >& args ); void ScaleBy( const v8::FunctionCallbackInfo< v8::Value >& args ); - // new function just for JavaScript API, to apply a PathConstraint to an actor - void ApplyPathConstraint( const v8::FunctionCallbackInfo< v8::Value >& args ); - - // new function just for JavaScript API, to remove a PathConstraint from an actor - void RemovePathConstraint( const v8::FunctionCallbackInfo< v8::Value >& args ); - // new function just for JavaScript API, to help developers know what type of actor // they're dealing with, returns actor name as a string void GetActorType( const v8::FunctionCallbackInfo< v8::Value >& args );