X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpage-turn-view%2Fpage-turn-view-impl.h;h=3815bd83873adc1d072b6bb3c2383e9437a6c3ed;hb=81b6946e6eae9989ba04ba164adf9347e85efdfe;hp=2d4071767fa024b4d5ca1c1c746568e7954f12d0;hpb=4f6e2be595ae72c307285f8c74f9bcb15c95a11c;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h b/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h index 2d40717..3815bd8 100644 --- a/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h +++ b/dali-toolkit/internal/controls/page-turn-view/page-turn-view-impl.h @@ -57,10 +57,10 @@ protected: ~Page(){}; /** - * Set the page image content - * @param[in] image The content of the page. + * Set the page texture content + * @param[in] texture The content of the page. */ - void SetImage( Image image ); + void SetTexture( Texture texture ); /** * Apply an effect onto the page actor. @@ -123,7 +123,7 @@ protected: * Constructor. * It initializes the PageTurnView members */ - PageTurnView( PageFactory& pageFactory, const Vector2& pageSize ); + PageTurnView( PageFactory& pageFactory, const Vector2& viewPageSize ); /** * A reference counted object may only be deleted by calling Unreference() @@ -134,9 +134,9 @@ public: /** * Set the page size - * @param[in] pageSize The size of pages + * @param[in] viewPageSize The size of pages */ - void SetPageSize( const Vector2& pageSize ); + void SetPageSize( const Vector2& viewPageSize ); /** * Retrieve the page size. @@ -258,14 +258,14 @@ private: // from Control virtual void OnInitialize(); /** - * @copydoc CustomActorImpl::OnStageConnection() + * @copydoc CustomActorImpl::OnSceneConnection() */ - virtual void OnStageConnection( int depth ); + virtual void OnSceneConnection( int depth ); /** - * @copydoc CustomActorImpl::OnStageDisconnection() + * @copydoc CustomActorImpl::OnSceneDisconnection() */ - virtual void OnStageDisconnection(); + virtual void OnSceneDisconnection(); private: // implemented differently by PageTurnLandscapeView and PageTurnPortraitView