X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Fcontrols%2Fpage-turn-view%2Fpage-turn-landscape-view.h;h=d8503bf76013ff4b70bbd33d465aa71c838ec98b;hp=0c4d0b0631d5e2a43f8f79704ab62cbf89659ee7;hb=6b7c807d4a72e4fae1bbcc7aa64c024f5f84944d;hpb=2ddfbb9e23a7c3fc30e604236c41e0ef6d2ed6a2 diff --git a/dali-toolkit/public-api/controls/page-turn-view/page-turn-landscape-view.h b/dali-toolkit/public-api/controls/page-turn-view/page-turn-landscape-view.h index 0c4d0b0..d8503bf 100644 --- a/dali-toolkit/public-api/controls/page-turn-view/page-turn-landscape-view.h +++ b/dali-toolkit/public-api/controls/page-turn-view/page-turn-landscape-view.h @@ -2,7 +2,7 @@ #define __DALI_TOOLKIT_PAGE_TURN_LANDSCAPE_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. @@ -18,7 +18,7 @@ * */ -//INTERNAL INCLUDES +// INTERNAL INCLUDES #include namespace Dali @@ -34,24 +34,28 @@ class PageTurnLandscapeView; } /** - * PageTurnLandscapeView provides a page turn view in landscape mode + * @brief PageTurnLandscapeView provides a page turn view in landscape mode + * @SINCE_1_0.0 */ class DALI_IMPORT_API PageTurnLandscapeView : public PageTurnView { public: /** - * Create an uninitialized PageTurnLandscapeView; this can be initialized with PageTurnLandscapeView::New() + * @brief Create an uninitialized PageTurnLandscapeView; this can be initialized with PageTurnLandscapeView::New() * Calling member functions with an uninitialized Dali::Object is not allowed. + * @SINCE_1_0.0 */ PageTurnLandscapeView(); /** - * Copy constructor. + * @brief Copy constructor. + * @SINCE_1_0.0 */ PageTurnLandscapeView( const PageTurnLandscapeView& pageTurnLandscapeView ); /** - * Assignment operator. + * @brief Assignment operator. + * @SINCE_1_0.0 */ PageTurnLandscapeView& operator=( const PageTurnLandscapeView& pageTurnLandscapeView ); @@ -59,11 +63,13 @@ public: * @brief Destructor * * This is non-virtual since derived Handle types must not contain data or virtual methods. + * @SINCE_1_0.0 */ ~PageTurnLandscapeView(); /** - * Create an initialized PageTurnLandscapeView control + * @brief Create an initialized PageTurnLandscapeView control + * @SINCE_1_0.0 * @param[in] pageFactory The factory which provides PageTurnView with pages. * @param[in] pageSize The size of the page * @return A handle to the PageTurnLandscapeView control. @@ -71,8 +77,9 @@ public: static PageTurnLandscapeView New( PageFactory& pageFactory, const Vector2& pageSize ); /** - * Downcast an Object handle to PageTurnPortraitView. If handle points to a PageTurnLandscapeView the + * @brief Downcast an Object handle to PageTurnPortraitView. If handle points to a PageTurnLandscapeView the * downcast produces valid handle. If not the returned handle is left uninitialized. + * @SINCE_1_0.0 * @param[in] handle Handle to an object * @return handle to a PageTurnLandscapeView or an uninitialized handle */ @@ -80,17 +87,21 @@ 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_0.0 * @param[in] implementation The Control implementation. */ DALI_INTERNAL PageTurnLandscapeView( Internal::PageTurnLandscapeView& 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_0.0 * @param[in] internal A pointer to the internal CustomActor. */ explicit DALI_INTERNAL PageTurnLandscapeView( Dali::Internal::CustomActor* internal ); + /// @endcond }; } // namespace Toolkit