X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftext-controls%2Ftext-editor-impl.h;h=2be707235c8081f6a81703eec2987226382267fd;hp=2d7190b564268c9da6efc0944ec4eb7e294726ce;hb=00c549366e07db37a58ae6940abbae462d1061ea;hpb=63f9b5207c2794cdc460d587723be89585872a51 diff --git a/dali-toolkit/internal/controls/text-controls/text-editor-impl.h b/dali-toolkit/internal/controls/text-controls/text-editor-impl.h index 2d7190b..2be7072 100644 --- a/dali-toolkit/internal/controls/text-controls/text-editor-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-editor-impl.h @@ -24,7 +24,6 @@ // INTERNAL INCLUDES #include #include -#include #include #include #include @@ -206,13 +205,6 @@ private: // Implementation void GetHandleImagePropertyValue( Property::Value& value, Text::HandleType handleType, Text::HandleImageType handleImageType ); /** - * @brief Enable or disable clipping. - * - * @param[in] size The area to clip within. - */ - void EnableClipping( const Vector2& size ); - - /** * @brief Callback when keyboard is shown/hidden. * * @param[in] keyboardShown True if keyboard is shown. @@ -265,12 +257,13 @@ private: // Data Text::ControllerPtr mController; Text::RendererPtr mRenderer; Text::DecoratorPtr mDecorator; - Text::ClipperPtr mClipper; + Toolkit::Control mStencil; std::vector mClippingDecorationActors; ///< Decoration actors which need clipping. Actor mRenderableActor; CallbackBase* mIdleCallback; + float mAlignmentOffset; int mRenderingBackend; bool mHasBeenStaged:1; };