X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fpage-turn-view%2Fpage-turn-portrait-view.h;h=5983fbc61c2b45f75d8aaaeba40b5b28b7d2d7ca;hb=HEAD;hp=506c9ad09531592d85638e7882366ed9d2fb73d3;hpb=4f6e2be595ae72c307285f8c74f9bcb15c95a11c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/devel-api/controls/page-turn-view/page-turn-portrait-view.h b/dali-toolkit/devel-api/controls/page-turn-view/page-turn-portrait-view.h index 506c9ad..5983fbc 100644 --- a/dali-toolkit/devel-api/controls/page-turn-view/page-turn-portrait-view.h +++ b/dali-toolkit/devel-api/controls/page-turn-view/page-turn-portrait-view.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_PAGE_TURN_PORTRAIT_VIEW_H__ -#define __DALI_TOOLKIT_PAGE_TURN_PORTRAIT_VIEW_H__ +#ifndef DALI_TOOLKIT_PAGE_TURN_PORTRAIT_VIEW_H +#define DALI_TOOLKIT_PAGE_TURN_PORTRAIT_VIEW_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 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. @@ -23,22 +23,20 @@ namespace Dali { - namespace Toolkit { - namespace Internal DALI_INTERNAL { // Forward declarations class PageTurnPortraitView; -} +} // namespace DALI_INTERNAL /** * @brief PageTurnPortraitView provides a page turn view in portrait mode * * @SINCE_1_1.4 */ -class DALI_IMPORT_API PageTurnPortraitView : public PageTurnView +class DALI_TOOLKIT_API PageTurnPortraitView : public PageTurnView { public: /** @@ -52,13 +50,13 @@ public: * @brief Copy constructor. * @SINCE_1_1.4 */ - PageTurnPortraitView( const PageTurnPortraitView& pageTurnPortraitView ); + PageTurnPortraitView(const PageTurnPortraitView& pageTurnPortraitView); /** * @brief Assignment operator. * @SINCE_1_1.4 */ - PageTurnPortraitView& operator=( const PageTurnPortraitView& pageTurnPortraitView ); + PageTurnPortraitView& operator=(const PageTurnPortraitView& pageTurnPortraitView); /** * @brief Destructor @@ -72,10 +70,10 @@ public: * @brief Create an initialized PageTurnPortraitView control * @SINCE_1_1.4 * @param[in] pageFactory The factory which provides PageTurnView with pages. - * @param[in] pageSize The size of the page + * @param[in] viewPageSize The size of the page * @return A handle to the PageTurnPortraitView control. */ - static PageTurnPortraitView New( PageFactory& pageFactory, const Vector2& pageSize ); + static PageTurnPortraitView New(PageFactory& pageFactory, const Vector2& viewPageSize); /** * @brief Downcast an Object handle to PageTurnPortraitView. If handle points to a PageTurnPortraitView the @@ -84,24 +82,23 @@ public: * @param[in] handle Handle to an object * @return handle to a PageTurnPortraitView or an uninitialized handle */ - static PageTurnPortraitView DownCast( BaseHandle handle ); + static PageTurnPortraitView DownCast(BaseHandle handle); public: // Not intended for application developers - /// @cond internal /** * @brief Creates a handle using the Toolkit::Internal implementation. * @SINCE_1_1.4 * @param[in] implementation The Control implementation. */ - DALI_INTERNAL PageTurnPortraitView( Internal::PageTurnPortraitView& implementation ); + DALI_INTERNAL PageTurnPortraitView(Internal::PageTurnPortraitView& implementation); /** * @brief Allows the creation of this Control from an Internal::CustomActor pointer. * @SINCE_1_1.4 * @param[in] internal A pointer to the internal CustomActor. */ - explicit DALI_INTERNAL PageTurnPortraitView( Dali::Internal::CustomActor* internal ); + explicit DALI_INTERNAL PageTurnPortraitView(Dali::Internal::CustomActor* internal); /// @endcond }; @@ -109,4 +106,4 @@ public: // Not intended for application developers } // namespace Dali -#endif /* __DALI_TOOLKIT_PAGE_TURN_PORTRAIT_VIEW_H__ */ +#endif /* DALI_TOOLKIT_PAGE_TURN_PORTRAIT_VIEW_H */