Rendering API clean-up
[platform/core/uifw/dali-toolkit.git] / plugins / dali-script-v8 / src / shared / base-wrapped-object.h
index b9f2cb8..4cdc867 100644 (file)
@@ -80,9 +80,18 @@ public:
       IMAGE_ATTRIBUTES,
       ACTOR,
       ACTOR_PROPERTY,
+      ITEMVIEW,
+      ITEMFACTORY,
+      SCROLLVIEW,
       RENDER_TASK,
       RENDER_TASK_LIST,
       TIMER,
+      SHADER,
+      SAMPLER,
+      TEXTURE_SET,
+      GEOMETRY,
+      RENDERER,
+      PROPERTY_BUFFER,
       TAP_GESTURE,
       SHADER_EFFECT,
       PAN_GESTURE,
@@ -136,7 +145,7 @@ public:
   void SetJavascriptObject( v8::Isolate* isolate, v8::Local<v8::Object>& object );
 
   /**
-   * @return true if the object is of a certain wrapped type (e.g. ImageActor )
+   * @return true if the object is of a certain wrapped type (e.g. Animation )
    */
   static bool IsWrappedType( v8::Isolate* isolate, const v8::Local<v8::Object>& object,  BaseWrappedObject::Type type);