X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fdefault-item-layout.h;h=d3f1514bb36fda60798ec92e88b37683a535698d;hb=05fc311b489e5c929433c722439eef45116f0e8b;hp=8299d843d1aabbec5b54eeba6b1e372313deb6a4;hpb=dcf0eeebe1e683b311b675e93adcc21a0602e671;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h b/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h index 8299d84..d3f1514 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/default-item-layout.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H__ -#define __DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H__ +#ifndef DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H +#define DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H /* - * Copyright (c) 2015 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. @@ -27,29 +27,37 @@ namespace Dali namespace Toolkit { /** - * @addtogroup dali-toolkit-controls-item-view + * @addtogroup dali_toolkit_controls_item_view * @{ */ +/** + * @brief Enumeration for default item layout mode. + * @SINCE_1_0.0 + */ namespace DefaultItemLayout { +/** + * @brief Enumeration for the type of DefaultItemLayout + * @SINCE_1_0.0 + */ enum Type { - DEPTH, ///< Items arranged in a grid, scrolling along the Z-Axis. - GRID, ///< Items arranged in a grid, scrolling along the Y-Axis. - LIST, ///< One item per line, scrolling along the Y-Axis. - SPIRAL ///< Items arranged in a spiral, centered around the Y-Axis. + DEPTH, ///< Items arranged in a grid, scrolling along the Z-Axis. @SINCE_1_0.0 + GRID, ///< Items arranged in a grid, scrolling along the Y-Axis. @SINCE_1_0.0 + LIST, ///< One item per line, scrolling along the Y-Axis. @SINCE_1_0.0 + SPIRAL ///< Items arranged in a spiral, centered around the Y-Axis. @SINCE_1_0.0 }; /** - * @brief Creates a built-in default item-layout - * - * @param[in] type The type of layout required. + * @brief Creates a built-in default item-layout. * - * @return An ItemLayoutPtr to the newly created layout. + * @SINCE_1_0.0 + * @param[in] type The type of layout required + * @return An ItemLayoutPtr to the newly created layout */ -DALI_IMPORT_API ItemLayoutPtr New( Type type ); +DALI_TOOLKIT_API ItemLayoutPtr New( Type type ); } // namespace DefaultItemLayout @@ -60,4 +68,4 @@ DALI_IMPORT_API ItemLayoutPtr New( Type type ); } // namespace Dali -#endif // __DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H__ +#endif // DALI_TOOLKIT_DEFAULT_ITEM_LAYOUT_H