MSvgTextListener Class Reference

class MSvgTextListener : public MSvgListener

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

SVGEngine.lib
Since
3.1

Inherits from

Member Functions Documentation

TextActivated(TInt)

TBool TextActivated ( TInt aTextHandle ) [pure virtual]

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

Since
1.0

Parameters

TInt aTextHandle

TextEntered(TInt)

TBool TextEntered ( TInt aTextHandle ) [pure virtual]

Notified when a pointer enters a text element.

Since
1.0

Parameters

TInt aTextHandle

TextExited(TInt)

TBool TextExited ( TInt aTextHandle ) [pure virtual]

Notified when a pointer exits a text element.

Since
1.0

Parameters

TInt aTextHandle