X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Feffects-view%2Feffects-view-impl.h;h=bd09dcb199a4c30f1470634ce823490a5133b982;hp=e8476e7fab0affeff07ca9923ad509be32ab5078;hb=b1e8521ad77e7b4e62b59613b2edef64429130e9;hpb=1972f043026a3e1bdcaad71c17859a8f324d1e6d diff --git a/dali-toolkit/internal/controls/effects-view/effects-view-impl.h b/dali-toolkit/internal/controls/effects-view/effects-view-impl.h index e8476e7..bd09dcb 100644 --- a/dali-toolkit/internal/controls/effects-view/effects-view-impl.h +++ b/dali-toolkit/internal/controls/effects-view/effects-view-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_EFFECTS_VIEW_H__ -#define __DALI_TOOLKIT_INTERNAL_EFFECTS_VIEW_H__ +#ifndef DALI_TOOLKIT_INTERNAL_EFFECTS_VIEW_H +#define DALI_TOOLKIT_INTERNAL_EFFECTS_VIEW_H /* - * Copyright (c) 2014 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -22,12 +22,12 @@ #include #include #include +#include +#include // INTERNAL INCLUDES #include #include -#include -#include namespace Dali { @@ -58,15 +58,6 @@ public: EffectsView(); /** - * Constructor. - * @copydoc Toolkit::EffectsView New(const unsigned int,const float,const Pixel::Format,const float,const float) - */ - EffectsView(const unsigned int numSamples, const float blurBellCurveWidth, const int spread, - const Pixel::Format pixelFormat, - const float downsampleWidthScale, const float downsampleHeightScale, - FrameBufferImage image); - - /** * A reference counted object may only be deleted by calling Unreference() */ virtual ~EffectsView(); @@ -137,14 +128,14 @@ private: // From Control virtual void OnSizeSet( const Vector3& targetSize ); /** - * @copydoc Toolkit::Internal::Control::OnStageConnection + * @copydoc Toolkit::Internal::Control::OnSceneConnection */ - virtual void OnStageConnection( int depth ); + virtual void OnSceneConnection( int depth ); /** - * @copydoc Toolkit::Internal::Control::OnStageDisconnection + * @copydoc Toolkit::Internal::Control::OnSceneDisconnection */ - virtual void OnStageDisconnection(); + virtual void OnSceneDisconnection(); /** * @copydoc Toolkit::Internal::Control::OnChildAdd @@ -215,11 +206,11 @@ private: // attributes/properties ///////////////////////////////////////////////////////////// // for rendering all user added children to offscreen target - FrameBufferImage mImageForChildren; - Toolkit::Visual mRendererForChildren; - RenderTask mRenderTaskForChildren; - CameraActor mCameraForChildren; - Actor mChildrenRoot; // for creating a subtree for all user added child actors + FrameBuffer mFrameBufferForChildren; + Renderer mRendererForChildren; + RenderTask mRenderTaskForChildren; + CameraActor mCameraForChildren; + Actor mChildrenRoot; // for creating a subtree for all user added child actors ///////////////////////////////////////////////////////////// // background fill color @@ -231,8 +222,8 @@ private: // attributes/properties Vector2 mLastSize; ///////////////////////////////////////////////////////////// // post blur image - FrameBufferImage mImagePostFilter; - Toolkit::Visual mRendererPostFilter; + FrameBuffer mFrameBufferPostFilter; + Renderer mRendererPostFilter; Vector mFilters; @@ -275,5 +266,4 @@ inline const Toolkit::Internal::EffectsView& GetImpl( const Toolkit::EffectsView } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_EFFECTS_VIEW_H__ - +#endif // DALI_TOOLKIT_INTERNAL_EFFECTS_VIEW_H