X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fitem-view-declarations.h;h=ca0905925eefdea5c62960ea2614dc707a4d2280;hb=05fc311b489e5c929433c722439eef45116f0e8b;hp=050f1b5d7ff727a55f7ecb3f8dfb905b17b576cd;hpb=502a6996c58f8b8de2dd530235852d53d01d2ac0;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h b/dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h index 050f1b5..ca09059 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/item-view-declarations.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H__ -#define __DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H__ +#ifndef DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H +#define DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_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. @@ -35,15 +35,15 @@ namespace Toolkit typedef unsigned int ItemId; ///< Unique identity for each item in the view. @SINCE_1_0.0 -typedef std::vector ItemIdContainer; -typedef ItemIdContainer::iterator ItemIdIter; -typedef ItemIdContainer::const_iterator ConstItemIdIter; +typedef std::vector ItemIdContainer; ///< Item id container type @SINCE_1_0.0 +typedef ItemIdContainer::iterator ItemIdIter; ///< Item id iterator type @SINCE_1_0.0 +typedef ItemIdContainer::const_iterator ConstItemIdIter; ///< Item id const iterator type @SINCE_1_0.0 -typedef std::pair Item; +typedef std::pair Item; ///< Item type @SINCE_1_0.0 -typedef std::vector ItemContainer; -typedef ItemContainer::iterator ItemIter; -typedef ItemContainer::const_iterator ConstItemIter; +typedef std::vector ItemContainer; ///< Item container type @SINCE_1_0.0 +typedef ItemContainer::iterator ItemIter; ///< Item iterator type @SINCE_1_0.0 +typedef ItemContainer::const_iterator ConstItemIter; ///< Item const iterator type @SINCE_1_0.0 class ItemView; class ItemLayout; @@ -55,4 +55,4 @@ class ItemLayout; } // namespace Dali -#endif // __DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H__ +#endif // DALI_TOOLKIT_ITEM_VIEW_DECLARATIONS_H