X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fshared%2Fbase-wrapped-object.h;h=4f06f4cac975af94031e7600819955f8b526392d;hb=b0d0b451bd3414c8f502810f45fcacba2882d717;hp=b9f2cb88d9529de21eae4d5f109bd71f349038b5;hpb=2071317d301e9d5af326a3a2efcd2996263fbead;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/src/shared/base-wrapped-object.h b/plugins/dali-script-v8/src/shared/base-wrapped-object.h index b9f2cb8..4f06f4c 100644 --- a/plugins/dali-script-v8/src/shared/base-wrapped-object.h +++ b/plugins/dali-script-v8/src/shared/base-wrapped-object.h @@ -1,8 +1,8 @@ -#ifndef __DALI_V8PLUGIN_BASE_WRAPPED_OBJECT_H__ -#define __DALI_V8PLUGIN_BASE_WRAPPED_OBJECT_H__ +#ifndef DALI_V8PLUGIN_BASE_WRAPPED_OBJECT_H +#define DALI_V8PLUGIN_BASE_WRAPPED_OBJECT_H /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -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& 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& object, BaseWrappedObject::Type type); @@ -180,8 +189,8 @@ private: GarbageCollectorInterface& mGarbageCollector; ///< Dali garbage collector }; -} // V8Plugin +} // namespace V8Plugin -} // Dali +} // namespace Dali -#endif // header __DALI_V8PLUGIN_DALI_OBJECT_LIFETIME_MANAGER_H__ +#endif // DALI_V8PLUGIN_BASE_WRAPPED_OBJECT_H