X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Fpublic-api%2Ftext%2Ftext-controller.h;h=8133451c54fd7a7df68702605416e2b530eb1ee1;hp=d2c9117edf8a9b13d926183ddb8e921469abdad8;hb=09e2475439f1d40c576df0fdc0bc9e26a9661758;hpb=cbf1db0d70086e78736daaf1a4f0dc3e832378e3 diff --git a/dali-toolkit/public-api/text/text-controller.h b/dali-toolkit/public-api/text/text-controller.h index d2c9117..8133451 100644 --- a/dali-toolkit/public-api/text/text-controller.h +++ b/dali-toolkit/public-api/text/text-controller.h @@ -109,7 +109,7 @@ public: * * @note UI Controls are expected to minimize calls to this method e.g. call once after size negotiation. * @param[in] size A the size of a bounding box to layout text within. - * @return True if the View was updated. + * @return True if the text model or decorations were updated. */ bool Relayout( const Vector2& size ); @@ -153,14 +153,17 @@ public: void KeyboardFocusLostEvent(); /** - * @brief Caller by editable UI controls when focus is lost. + * @brief Caller by editable UI controls when a tap gesture occurs. + * @param[in] tapCount The number of taps. + * @param[in] x The x position relative to the top-left of the parent control. + * @param[in] y The y position relative to the top-left of the parent control. */ - void TapEvent( float x, float y ); + void TapEvent( unsigned int tapCount, float x, float y ); /** * @copydoc Dali::Toolkit::Text::Decorator::Observer::GrabHandleEvent() */ - virtual void GrabHandleEvent( GrabHandleState state, float x ); + virtual void GrabHandleEvent( GrabHandleState state, float x, float y ); protected: