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-portrait-view.h;h=7a95bc0f51d107cbc35310a6d3da400fb01f2386;hp=1fac650277b132eab2be36676e586de3c2d88e7f;hb=6b7c807d4a72e4fae1bbcc7aa64c024f5f84944d;hpb=874974e96f49a99ac0650a6115f758e876ce2f05 diff --git a/dali-toolkit/public-api/controls/page-turn-view/page-turn-portrait-view.h b/dali-toolkit/public-api/controls/page-turn-view/page-turn-portrait-view.h index 1fac650..7a95bc0 100644 --- a/dali-toolkit/public-api/controls/page-turn-view/page-turn-portrait-view.h +++ b/dali-toolkit/public-api/controls/page-turn-view/page-turn-portrait-view.h @@ -34,26 +34,29 @@ class PageTurnPortraitView; } /** - * PageTurnLandscapeView provides a page turn view in portrait mode + * @brief PageTurnPortraitView provides a page turn view in portrait mode * - * @since DALi 1.1.4 + * @SINCE_1_1.4 */ class DALI_IMPORT_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 ); @@ -61,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. @@ -73,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 */ @@ -82,17 +88,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_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