X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fbuilder%2Freplacement.h;h=24260de2671ff7480bf1d6d9be5e2f840688411d;hp=358c21c5faff651d70bde8d84979f12ff20b3e87;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=1c5674a11a51310ee689d6daf4e6b7d94dec607e diff --git a/dali-toolkit/internal/builder/replacement.h b/dali-toolkit/internal/builder/replacement.h index 358c21c..24260de 100644 --- a/dali-toolkit/internal/builder/replacement.h +++ b/dali-toolkit/internal/builder/replacement.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_BUILDER_REPLACEMENT__ -#define __DALI_TOOLKIT_INTERNAL_BUILDER_REPLACEMENT__ +#ifndef DALI_TOOLKIT_INTERNAL_BUILDER_REPLACEMENT_H +#define DALI_TOOLKIT_INTERNAL_BUILDER_REPLACEMENT_H /* - * Copyright (c) 2014 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. @@ -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; @@ -255,5 +262,4 @@ private: } // namespace Dali - -#endif // header +#endif // DALI_TOOLKIT_INTERNAL_BUILDER_REPLACEMENT_H