X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Factors%2Factor-wrapper.h;h=ab6999b1c46230136b7e68a1950a06e5dfc3bbde;hp=79381ba0f6a4b338b05d204b487303b3b207c41e;hb=3e17d9f63dedb5d669409301f8d9a3d8c393f979;hpb=428bd47c26043ccaabab1a64cbc7cbd7ce3c7427 diff --git a/plugins/dali-script-v8/src/actors/actor-wrapper.h b/plugins/dali-script-v8/src/actors/actor-wrapper.h index 79381ba..ab6999b 100644 --- a/plugins/dali-script-v8/src/actors/actor-wrapper.h +++ b/plugins/dali-script-v8/src/actors/actor-wrapper.h @@ -48,12 +48,11 @@ public: UNKNOWN_ACTOR = -1, ACTOR = 0, IMAGE_ACTOR =1, - TEXT_ACTOR =2, - MESH_ACTOR =3, - LAYER_ACTOR =4, - CAMERA_ACTOR =5, - LIGHT_ACTOR =6, - TEXT_VIEW =7 + MESH_ACTOR =2, + LAYER_ACTOR =3, + CAMERA_ACTOR =4, + LIGHT_ACTOR =5, + TEXT_LABEL =6 }; /** @@ -91,11 +90,10 @@ public: // The Actor ObjectTemplates. static v8::Persistent mActorTemplate; static v8::Persistent mImageActorTemplate; - static v8::Persistent mTextActorTemplate; static v8::Persistent mMeshActorTemplate; static v8::Persistent mCameraActorTemplate; static v8::Persistent mLayerActorTemplate; - static v8::Persistent mTextViewTemplate; + static v8::Persistent mTextLabelTemplate; /** * @return the wrapped actor