X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fdevel-api%2Fcontrols%2Fpage-turn-view%2Fpage-turn-portrait-view.h;h=15dc95f620d215cf7506dd38142d4fda4cb75b79;hp=d237e502939768209277d49a172a53b41089780c;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=1c5674a11a51310ee689d6daf4e6b7d94dec607e 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 d237e50..15dc95f 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) 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. @@ -34,24 +34,29 @@ class PageTurnPortraitView; } /** - * PageTurnLandscapeView provides a page turn view in portrait mode + * @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: /** - * Create an uninitialized PageTurnPortraitView; this can be initialized with PageTurnPortraitView::New() + * @brief Create an uninitialized PageTurnPortraitView; this can be initialized with PageTurnPortraitView::New() * Calling member functions with an uninitialized Dali::Object is not allowed. + * @SINCE_1_1.4 */ PageTurnPortraitView(); /** - * Copy constructor. + * @brief Copy constructor. + * @SINCE_1_1.4 */ PageTurnPortraitView( const PageTurnPortraitView& pageTurnPortraitView ); /** - * Assignment operator. + * @brief Assignment operator. + * @SINCE_1_1.4 */ PageTurnPortraitView& operator=( const PageTurnPortraitView& pageTurnPortraitView ); @@ -59,11 +64,13 @@ public: * @brief Destructor * * This is non-virtual since derived Handle types must not contain data or virtual methods. + * @SINCE_1_1.4 */ ~PageTurnPortraitView(); /** - * Create an initialized PageTurnPortraitView control + * @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 * @return A handle to the PageTurnPortraitView control. @@ -71,8 +78,9 @@ public: static PageTurnPortraitView New( PageFactory& pageFactory, const Vector2& pageSize ); /** - * Downcast an Object handle to PageTurnPortraitView. If handle points to a PageTurnPortraitView the + * @brief Downcast an Object handle to PageTurnPortraitView. If handle points to a PageTurnPortraitView the * downcast produces valid handle. If not the returned handle is left uninitialized. + * @SINCE_1_1.4 * @param[in] handle Handle to an object * @return handle to a PageTurnPortraitView or an uninitialized handle */ @@ -80,21 +88,25 @@ public: public: // Not intended for application developers + /// @cond internal /** - * Creates a handle using the Toolkit::Internal implementation. + * @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 ); /** - * Allows the creation of this Control from an Internal::CustomActor pointer. + * @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 ); + /// @endcond }; } // namespace Toolkit } // namespace Dali -#endif /* __DALI_TOOLKIT_PAGE_TURN_PORTRAIT_VIEW_H__ */ +#endif /* DALI_TOOLKIT_PAGE_TURN_PORTRAIT_VIEW_H */