X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fenums.h;h=70bddb06e458260de2695e9e682e3d3ab856058c;hp=f3f893f8460be1abb7bf1c905fe9e7928e4bce59;hb=e35b08ebd60473aef7500601706f665ac8cf7d39;hpb=bea7b708b28cb38349ff99c3a656d40c065a8c54 diff --git a/dali-toolkit/public-api/enums.h b/dali-toolkit/public-api/enums.h index f3f893f..70bddb0 100644 --- a/dali-toolkit/public-api/enums.h +++ b/dali-toolkit/public-api/enums.h @@ -25,6 +25,7 @@ namespace Dali { /** * @brief DALi Toolkit namespace. + * @SINCE_1_0.0 */ namespace Toolkit { @@ -35,19 +36,21 @@ namespace Toolkit /** * @brief Control Orientation namespace. + * @SINCE_1_0.0 */ namespace ControlOrientation { /** * @brief The internal orientation of a control. + * @SINCE_1_0.0 */ enum Type { - Up, ///< The contents of control are in a vertical layout, from top to bottom - Left, ///< The contents of control are in a horizontal layout, from left to right - Down, ///< The contents of control are in a vertical layout, from bottom to top - Right ///< The contents of control are in a horizontal layout, from right to left + Up, ///< The contents of control are in a vertical layout, from top to bottom @SINCE_1_0.0 + Left, ///< The contents of control are in a horizontal layout, from left to right @SINCE_1_0.0 + Down, ///< The contents of control are in a vertical layout, from bottom to top @SINCE_1_0.0 + Right ///< The contents of control are in a horizontal layout, from right to left @SINCE_1_0.0 }; } // namespace ControlOrientation @@ -63,6 +66,7 @@ DALI_IMPORT_API bool IsVertical(ControlOrientation::Type orientation); /** * @brief Query whether an orientation is horizontal. * + * @SINCE_1_0.0 * @param[in] orientation The orientation. * @return True if the orientation is horizontal. */