X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=base%2Fdali-toolkit%2Finternal%2Fcontrols%2Ftext-view%2Ftext-view-impl.h;h=ac82fc8077b5dcf3dc0cbaceab4483f1d6d6cba6;hb=7e315a440bad7033d19fefa8f9952d625ee6f076;hp=70c149a5fc75a763e15487c2da8735d0b8319b8a;hpb=ad9e64505734ea0a7b6f58198b8dd192e613ee6d;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/base/dali-toolkit/internal/controls/text-view/text-view-impl.h b/base/dali-toolkit/internal/controls/text-view/text-view-impl.h index 70c149a..ac82fc8 100644 --- a/base/dali-toolkit/internal/controls/text-view/text-view-impl.h +++ b/base/dali-toolkit/internal/controls/text-view/text-view-impl.h @@ -18,6 +18,13 @@ * */ +// EXTERNAL INCLUDES +#include +#include +#include +#include +#include + // INTERNAL INCLUDES #include #include @@ -325,7 +332,7 @@ public: /** * @copydoc ScrolledSignal() */ - Toolkit::TextView::ScrolledSignalV2& ScrolledSignal(); + Toolkit::TextView::ScrolledSignalType& ScrolledSignal(); /** * Connects a callback function with the object's signals. @@ -490,7 +497,7 @@ private: * @param[in] actor Handle of the text-view. * @param[in] gesture Data structure with the parameters of the gesture. */ - void OnTextPan( Actor actor, PanGesture gesture ); + void OnTextPan( Actor actor, const PanGesture& gesture ); /** * Ensures the text-view's boundaries are fully covered of text. @@ -740,7 +747,7 @@ private: bool mPreviousSnapshotModeEnabled:1; ///< Stores the previous snapshot mode value. bool mMarkUpEnabled:1; ///< enable to scan for mark-up - Toolkit::TextView::ScrolledSignalV2 mScrolledSignalV2; ///< Signal emitted when text is scrolled. + Toolkit::TextView::ScrolledSignalType mScrolledSignal; ///< Signal emitted when text is scrolled. }; } // namespace Internal