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=37215a1bfc4b27ce484ca20828a4735d8402151f;hb=6b7c807d4a72e4fae1bbcc7aa64c024f5f84944d;hpb=b3aff14cae6b3af637e75171422c16661878ba8e 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 37215a1..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 @@ -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