X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Freplacement.h;h=1c4d34c03e3714e42675ed4412d55489425dde1e;hb=c20463e1d4a77117810c67adfec49bcdfab5efde;hp=3c4d8291c45707b351ed640bbd147d4314c7c007;hpb=ebdb9f3433e77a3e4ad7ab9f6fec5a5da108314a;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/builder/replacement.h b/dali-toolkit/internal/builder/replacement.h index 3c4d829..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. @@ -141,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 */ @@ -223,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;