MSvgHyperlinkListener Class Reference

class MSvgHyperlinkListener

This interface is the callback mechanism for the SVG Engine to communicate to interested clients about hyperlinks. The client (listener) is notified when a pointer has entered or exited a hyperlink and when a hyperlink is activated.

SVGEngine.lib
Since
1.0
Public Member Functions
TBool LinkActivated(const TDesC &)
TBool LinkActivatedWithShow(const TDesC &, const TDesC &)
TBool LinkEntered(const TDesC &)
TBool LinkExited(const TDesC &)

Member Functions Documentation

LinkActivated(const TDesC &)

TBool LinkActivated(const TDesC &aUri)[pure virtual]

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

Since
1.0

Parameters

const TDesC & aUri

LinkActivatedWithShow(const TDesC &, const TDesC &)

TBool LinkActivatedWithShow(const TDesC &aUri,
const TDesC &aShow
)[pure virtual]

This method is called to notify the client that a link has been activated. When Show is also present .

Since
1.0

Parameters

const TDesC & aUri
const TDesC & aShow

LinkEntered(const TDesC &)

TBool LinkEntered(const TDesC &aUri)[pure virtual]

Notified when a pointer enters a hyperlink element.

Since
1.0

Parameters

const TDesC & aUri

LinkExited(const TDesC &)

TBool LinkExited(const TDesC &aUri)[pure virtual]

Notified when a pointer exits a hyperlink element.

Since
1.0

Parameters

const TDesC & aUri