X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Freplacement.h;h=1c4d34c03e3714e42675ed4412d55489425dde1e;hb=4019119f94f02948f2dc26a8495d44d1143c684a;hp=358c21c5faff651d70bde8d84979f12ff20b3e87;hpb=c3f7ea6cb0c0b75c2276193aff88b5c7a679a2d5;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/builder/replacement.h b/dali-toolkit/internal/builder/replacement.h index 358c21c..1c4d34c 100644 --- a/dali-toolkit/internal/builder/replacement.h +++ b/dali-toolkit/internal/builder/replacement.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_INTERNAL_BUILDER_REPLACEMENT__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 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. @@ -102,13 +102,6 @@ public: * @param node The TreeNode to check * @return Optional value */ - OptionalUnsignedInt IsUnsignedInteger( const TreeNode & node ) const; - - /* @brief Check node for a type - * - * @param node The TreeNode to check - * @return Optional value - */ OptionalVector2 IsVector2( const TreeNode & node ) const; /* @brief Check node for a type @@ -148,6 +141,13 @@ public: /* @brief Check node for a type * + * @param node The TreeNode to check + * @return Optional value + */ + OptionalExtents IsExtents( const TreeNode & node ) const; + + /* @brief Check node for a type + * * @param child The optional child TreeNode * @return Optional value */ @@ -230,6 +230,13 @@ public: */ bool IsArray( OptionalChild child, Property::Value& out ) const; + /* @brief Check node for a type + * + * @param child The optional child TreeNode + * @return Optional value + */ + OptionalExtents IsExtents( OptionalChild child ) const; + private: // Overriding map (overrides the default map). The map is not owned. const Property::Map* const mOverrideMap;