MSvgTextAreaListener Class Reference

class MSvgTextAreaListener : public MSvgListener

This interface is the callback mechanism for the SVG Engine to communicate to interested clients about text area interaction.

SVGEngine.lib
Since
3.1

Inherits from

Member Functions Documentation

TextAreaActivated(TInt)

TBool TextAreaActivated(TIntaTextAreaHandle)[pure virtual]

This method is called to notify the client that a link has been activated.

Since
1.0

Parameters

TInt aTextAreaHandle

TextAreaEntered(TInt)

TBool TextAreaEntered(TIntaTextAreaHandle)[pure virtual]

Notified when a pointer enters a textbox element.

Since
1.0

Parameters

TInt aTextAreaHandle

TextAreaExited(TInt)

TBool TextAreaExited(TIntaTextAreaHandle)[pure virtual]

Notified when a pointer exits a textbox element.

Since
1.0

Parameters

TInt aTextAreaHandle