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=3e0fd35605744fc43cd6cd936e26125ee2331f1d;hb=f4c1e7f52d49c3ce033b9ee4c3c7414b06a22d45;hpb=7a24e2759c8627d8b77e1472d207739ab5677ebe 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 3e0fd35..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,14 +93,16 @@ private: // From Control virtual float GetHeightForWidth( float width ); /** - * @copydoc Text::ControlInterface::RequestTextRelayout() + * @copydoc Control::OnStageConnection() */ - virtual void RequestTextRelayout(); + virtual void OnStageConnection( int depth ); + +// From ControlInterface /** - * @copydoc Text::ControlInterface::MaxLengthReached() + * @copydoc Text::ControlInterface::RequestTextRelayout() */ - virtual void MaxLengthReached(); + virtual void RequestTextRelayout(); private: // Implementation @@ -122,11 +124,7 @@ private: private: // Data - Text::ControllerPtr mController; - Text::RendererPtr mRenderer; - RenderableActor mRenderableActor; - - int mRenderingBackend; + Toolkit::Visual::Base mVisual; }; } // namespace Internal @@ -155,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