X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fitem-view-declarations.h;h=ca0905925eefdea5c62960ea2614dc707a4d2280;hp=0f79dc21a5a6d074748d552f650808dc04ad208c;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=d6f58f1070d7dcf950a2517cabe91828178a4788 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 0f79dc2..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. @@ -33,17 +33,17 @@ namespace Toolkit * @{ */ -typedef unsigned int ItemId; ///< Unique identity for each item in the view. +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