X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Factors%2Fimage-actor-api.h;h=f5974e08b1d99056dcbb4677cec33dd0ecf12765;hb=b19288c9459456fb4f812add4dd1c372da79e5d8;hp=4bdbe766058e713c8297bfbdbe3b90b631740e31;hpb=465c78847a5b0920adbedfdf78cc2185552463ac;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/src/actors/image-actor-api.h b/plugins/dali-script-v8/src/actors/image-actor-api.h index 4bdbe76..f5974e0 100644 --- a/plugins/dali-script-v8/src/actors/image-actor-api.h +++ b/plugins/dali-script-v8/src/actors/image-actor-api.h @@ -42,6 +42,15 @@ namespace ImageActorApi */ void SetImage( const v8::FunctionCallbackInfo< v8::Value >& args ); void GetImage( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetSortModifier( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetSortModifier( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetBlendMode( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetBlendMode( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetBlendFunc( const v8::FunctionCallbackInfo< v8::Value >& args ); + void GetShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args ); + void SetShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args ); + void RemoveShaderEffect( const v8::FunctionCallbackInfo< v8::Value >& args ); }; // namespace ImageActorApi } // namespace V8Plugin