X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fcontrol-depth-index-ranges.h;h=d0f4187e897db828c67589863ab66302334a714d;hp=ff5732cf00992639e301f936e8190f0ff445f599;hb=50fb32886d0518953ed92209d767b8204b29b387;hpb=5c07fde9dd6a022e2080c871994499e56eff89aa diff --git a/dali-toolkit/public-api/controls/control-depth-index-ranges.h b/dali-toolkit/public-api/controls/control-depth-index-ranges.h index ff5732c..d0f4187 100644 --- a/dali-toolkit/public-api/controls/control-depth-index-ranges.h +++ b/dali-toolkit/public-api/controls/control-depth-index-ranges.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_CONTROL_DEPTH_INDEX_RANGES_H__ /* - * 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. @@ -18,21 +18,28 @@ * */ +// EXTERNAL INCLUDES #include + namespace Dali { namespace Toolkit { /** - * @addtogroup dali-toolkit-controls + * @addtogroup dali_toolkit_controls * @{ */ -enum ControlDepthIndexRanges +/** + * @deprecated DALi 1.1.16 + * + * @brief These depth indices should not be used. + */ +enum DepthIndexRanges { - BACKGROUND_DEPTH_INDEX = static_cast( -Dali::Layer::TREE_DEPTH_MULTIPLIER * 0.1f ), - CONTENT_DEPTH_INDEX = 0, - DECORATION_DEPTH_INDEX = static_cast( Dali::Layer::TREE_DEPTH_MULTIPLIER * 0.1f ) + BACKGROUND_DEPTH_INDEX = static_cast( -Dali::Layer::TREE_DEPTH_MULTIPLIER * 0.1f ), ///< @deprecated DALi 1.1.16 + CONTENT_DEPTH_INDEX = 0, ///< @deprecated DALi 1.1.16 + DECORATION_DEPTH_INDEX = static_cast( Dali::Layer::TREE_DEPTH_MULTIPLIER * 0.1f ) ///< @deprecated DALi 1.1.16 }; /** @@ -42,5 +49,4 @@ enum ControlDepthIndexRanges } - #endif