X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fscrollable%2Fitem-view%2Fitem-view.h;h=d1f29a5b8a4ce48b73ad8142d44e711cbbe6da7a;hb=refs%2Fchanges%2F99%2F38499%2F2;hp=1dd4fe33bfb93f993b6731801dc73049b2841273;hpb=306d2f61a1b64179e801fa8a0bb2bd7b4e9dd682;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/public-api/controls/scrollable/item-view/item-view.h b/dali-toolkit/public-api/controls/scrollable/item-view/item-view.h index 1dd4fe3..d1f29a5 100644 --- a/dali-toolkit/public-api/controls/scrollable/item-view/item-view.h +++ b/dali-toolkit/public-api/controls/scrollable/item-view/item-view.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_ITEM_VIEW_H__ /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2015 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. @@ -277,6 +277,11 @@ public: float GetRefreshInterval() const; /** + * @brief Do a refresh of the item view. + */ + void Refresh(); + + /** * @brief Given the Item ID, this returns the accompanying actor. * * @param[in] itemId The Item ID of the actor required.