X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=plugins%2Fdali-script-v8%2Fsrc%2Fconstants%2Fconstants-wrapper.cpp;h=ea4e120428a8912222d91aaee9e7201e96b54532;hb=refs%2Fchanges%2F49%2F88249%2F1;hp=eab1614bf2fcf5318f1f28344992ae7304b79cf8;hpb=6991753931a9a5b8a6b253c5e9e1541556239d1b;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/plugins/dali-script-v8/src/constants/constants-wrapper.cpp b/plugins/dali-script-v8/src/constants/constants-wrapper.cpp index eab1614..ea4e120 100644 --- a/plugins/dali-script-v8/src/constants/constants-wrapper.cpp +++ b/plugins/dali-script-v8/src/constants/constants-wrapper.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -27,14 +27,12 @@ #include #include #include -#include -#include #include #include #include #include -#include -#include +#include +#include #include #include @@ -159,7 +157,6 @@ const IntegerPair EnumTable[] = { "DRAW_MODE_NORMAL", DrawMode::NORMAL }, { "DRAW_MODE_OVERLAY_2D", DrawMode::OVERLAY_2D }, - { "DRAW_MODE_STENCIL", DrawMode::STENCIL }, { "RESOURCE_LOADING", Dali::ResourceLoading }, { "RESOURCE_LOADING_SUCCEEDED", Dali::ResourceLoadingSucceeded }, @@ -278,14 +275,11 @@ const IntegerPair EnumTable[] = { "ALPHA_FUNCTION_SIN", AlphaFunction::SIN }, { "ALPHA_FUNCTION_EASE_OUT_BACK", AlphaFunction::EASE_OUT_BACK }, + { "CLIPPING_MODE_DISABLED", ClippingMode::DISABLED }, + { "CLIPPING_MODE_CLIP_CHILDREN", ClippingMode::CLIP_CHILDREN }, }; const unsigned int EnumTableCount = sizeof(EnumTable)/sizeof(EnumTable[0]); - - - - - } // un-named name space