X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpage-turn-view%2Fpage-turn-view-impl.h;h=3815bd83873adc1d072b6bb3c2383e9437a6c3ed;hp=1f4bc167a777b787787fcde29375e0cf3e3f93fc;hb=b1e8521ad77e7b4e62b59613b2edef64429130e9;hpb=a2de9cf491172cd5da9dc9ed60b17683dab6d7bc 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 1f4bc16..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 @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H__ -#define __DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H__ +#ifndef DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H +#define DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2016 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. @@ -21,12 +21,12 @@ // EXTERNAL INCLUDES #include #include -#include +#include // INTERNAL INCLUDES #include -#include -#include +#include +#include #include namespace Dali @@ -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 @@ -454,4 +454,5 @@ inline const Toolkit::Internal::PageTurnView& GetImplementation(const Toolkit::P } // namespace Toolkit } // namespace Dali -#endif /* __DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H__ */ + +#endif // DALI_TOOLKIT_INTERNAL_PAGE_TURN_VIEW_IMPL_H