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-label-impl.h;h=bdc587dc819fb0d60921e44c4400ce4c6914cec7;hp=e45797af30273007da1f9dd0fd0f9e73b2467ebc;hb=f4c1e7f52d49c3ce033b9ee4c3c7414b06a22d45;hpb=4d0611f4911028b53905712013e1034d42531e5f diff --git a/dali-toolkit/internal/controls/text-controls/text-label-impl.h b/dali-toolkit/internal/controls/text-controls/text-label-impl.h index e45797a..bdc587d 100644 --- a/dali-toolkit/internal/controls/text-controls/text-label-impl.h +++ b/dali-toolkit/internal/controls/text-controls/text-label-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_INTERNAL_TEXT_LABEL_H__ -#define __DALI_TOOLKIT_INTERNAL_TEXT_LABEL_H__ +#ifndef DALI_TOOLKIT_INTERNAL_TEXT_LABEL_H +#define DALI_TOOLKIT_INTERNAL_TEXT_LABEL_H /* - * Copyright (c) 2015 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,8 +21,8 @@ // INTERNAL INCLUDES #include #include -#include -#include +#include +#include namespace Dali { @@ -93,25 +93,17 @@ private: // From Control virtual float GetHeightForWidth( float width ); /** - * @copydoc Text::ControlInterface::AddDecoration() + * @copydoc Control::OnStageConnection() */ - virtual void AddDecoration( Actor& actor, bool needsClipping ); + virtual void OnStageConnection( int depth ); + +// From ControlInterface /** * @copydoc Text::ControlInterface::RequestTextRelayout() */ virtual void RequestTextRelayout(); - /** - * @copydoc Text::ControlInterface::TextChanged() - */ - virtual void TextChanged(); - - /** - * @copydoc Text::ControlInterface::MaxLengthReached() - */ - virtual void MaxLengthReached(); - private: // Implementation /** @@ -132,11 +124,7 @@ private: private: // Data - Text::ControllerPtr mController; - Text::RendererPtr mRenderer; - RenderableActor mRenderableActor; - - int mRenderingBackend; + Toolkit::Visual::Base mVisual; }; } // namespace Internal @@ -165,4 +153,4 @@ inline const Toolkit::Internal::TextLabel& GetImpl( const Toolkit::TextLabel& te } // namespace Dali -#endif // __DALI_TOOLKIT_INTERNAL_TEXT_LABEL_H__ +#endif // DALI_TOOLKIT_INTERNAL_TEXT_LABEL_H