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=8f675315f4cb3b3e758fbd5ca3866e112df8c1ec;hp=d2c9117edf8a9b13d926183ddb8e921469abdad8;hb=0ae54c139d553cd05ba466a102ec18cf2cf11e81;hpb=43304152ae02a473296e85846bf8c1b08bd918ac diff --git a/dali-toolkit/public-api/text/text-controller.h b/dali-toolkit/public-api/text/text-controller.h index d2c9117..8f67531 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,9 +153,12 @@ 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()