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=0bd7e8a980f95e80cd91884dbe56b53149295b71;hb=fddb0059f61f9e5dfd10521a14e15e6bad110d06;hp=c09250f8dfe17638c7005acff75d0ea681a63666;hpb=a76cdbc69caa7c0c52b2f4b235560cca6db69c2a;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 c09250f..0bd7e8a 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 @@ -28,9 +28,6 @@ // INTERNAL INCLUDES #include #include -#include -#include -#include #include #include @@ -201,7 +198,7 @@ private: // from Control /** * @copydoc CustomActorImpl::OnStageConnection() */ - virtual void OnStageConnection(); + virtual void OnStageConnection( int depth ); /** * @copydoc CustomActorImpl::OnStageDisconnection() @@ -319,9 +316,9 @@ protected: CameraActor mCameraActor; ///< The camera actor attached to the off screen tasks bool mPanning; ///< The boolean to indicate whether the pan gesture is continuing - std::vector mTurnEffect; ///< The group of PageTurnEffects - PageTurnBookSpineEffect mSpineEffectFront; ///< The book spine shader effect without flipping image content - PageTurnBookSpineEffect mSpineEffectBack; ///< The book spine shader effect with image content flipped + std::vector mTurnEffect; ///< The group of PageTurnEffects + ShaderEffect mSpineEffectFront; ///< The book spine shader effect without flipping image content + ShaderEffect mSpineEffectBack; ///< The book spine shader effect with image content flipped Vector2 mSpineShadowParameter; ///< The spine shadow parameter for all the above shader effects Vector2 mOriginalCenter; ///< The original center set to the PageTurnEffect Vector2 mCurrentCenter; ///< The current center set to the PageTurnEffect