X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Ftext-scroller.h;h=f2203a78a44b87363c9be1beea38d023deb30ad9;hb=410125f32fcd135226a2a0a668b2855ea9e17a69;hp=b8dc10f6d5323f441cac49f0b4c4b99e477c0a17;hpb=886ad3dc35609a01504e03707996a4c102ef23e7;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/text-scroller.h b/dali-toolkit/internal/text/text-scroller.h index b8dc10f..f2203a7 100644 --- a/dali-toolkit/internal/text/text-scroller.h +++ b/dali-toolkit/internal/text/text-scroller.h @@ -25,9 +25,9 @@ #include // INTERNAL INCLUDES -#include +#include +#include #include -#include namespace Dali { @@ -70,7 +70,7 @@ public: * @param[in] horizontalAlignment horizontal alignment of the text * @param[in] verticalAlignment vertical alignment of the text */ - void SetParameters( Actor scrollingTextActor, Dali::Renderer renderer, TextureSet textureSet, const Size& controlSize, const Size& offScreenSize, CharacterDirection direction, Layout::HorizontalAlignment horizontalAlignment, Layout::VerticalAlignment verticalAlignment ); + void SetParameters( Actor scrollingTextActor, Dali::Renderer renderer, TextureSet textureSet, const Size& controlSize, const Size& offScreenSize, CharacterDirection direction, HorizontalAlignment::Type horizontalAlignment, VerticalAlignment::Type verticalAlignment ); /** * @brief Set the gap distance to elapse before the text wraps around @@ -124,7 +124,7 @@ public: * @brief Set the mode of scrolling stop * @param[in] stopMode type when text scrolling is stoped. */ - void SetStopMode( DevelTextLabel::AutoScrollStopMode::Type stopMode ); + void SetStopMode( TextLabel::AutoScrollStopMode::Type stopMode ); /** * @brief Stop the auto scrolling. @@ -135,7 +135,7 @@ public: * @brief Get the mode of scrolling stop * @return stopMode type when text scrolling is stoped. */ - DevelTextLabel::AutoScrollStopMode::Type GetStopMode() const; + TextLabel::AutoScrollStopMode::Type GetStopMode() const; private: // Implementation @@ -183,7 +183,7 @@ private: int mLoopCount; ///< Number of time the text should scroll float mLoopDelay; ///< Time delay of loop start float mWrapGap; ///< Gap before text wraps around when scrolling - DevelTextLabel::AutoScrollStopMode::Type mStopMode; ///< Stop mode of scrolling text, when loop count is 0. + TextLabel::AutoScrollStopMode::Type mStopMode; ///< Stop mode of scrolling text, when loop count is 0. }; // TextScroller class