X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=shared%2Fdali-table-view.h;h=c265c094af3e3256989b20345c9e4b6e41284889;hb=5a56ed534cbc24150d68f03ea7fba7cfcc653835;hp=d4fee6855eca30d28247b4f30036e66b2299ad90;hpb=e6806c116e1307bef6644e40b387d69b80100391;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/shared/dali-table-view.h b/shared/dali-table-view.h index d4fee68..c265c09 100644 --- a/shared/dali-table-view.h +++ b/shared/dali-table-view.h @@ -2,7 +2,7 @@ #define DALI_DEMO_TABLEVIEW_H /* - * Copyright (c) 2020 Samsung Electronics Co., Ltd. + * Copyright (c) 2021 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,7 +33,6 @@ class DaliTableView : public Dali::ConnectionTracker { public: - /** * Constructor * @@ -66,7 +65,7 @@ public: */ void SortAlphabetically(bool sortAlphabetically); -private: // Application callbacks & implementation +private: // Application callbacks & implementation static constexpr unsigned int FOCUS_ANIMATION_ACTOR_NUMBER = 2; ///< The number of elements used to form the custom focus effect /** @@ -239,14 +238,14 @@ private: }; FocusEffect mFocusEffect[FOCUS_ANIMATION_ACTOR_NUMBER]; ///< The elements used to create the custom focus effect - std::vector mPages; ///< List of pages. - ExampleList mExampleList; ///< List of examples. + std::vector mPages; ///< List of pages. + ExampleList mExampleList; ///< List of examples. float mPageWidth; ///< The width of a page within the scroll-view, used to calculate the domain int mTotalPages; ///< Total pages within scrollview. - bool mScrolling : 1; ///< Flag indicating whether view is currently being scrolled - bool mSortAlphabetically : 1; ///< Sort examples alphabetically. + bool mScrolling : 1; ///< Flag indicating whether view is currently being scrolled + bool mSortAlphabetically : 1; ///< Sort examples alphabetically. }; #endif // DALI_DEMO_TABLEVIEW_H