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.
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.
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 .
LinkEntered(const TDesC &)
TBool
|
LinkEntered
|
(
|
const
TDesC
&
|
aUri
|
)
|
[pure virtual]
|
Notified when a pointer enters a hyperlink element.
LinkExited(const TDesC &)
TBool
|
LinkExited
|
(
|
const
TDesC
&
|
aUri
|
)
|
[pure virtual]
|
Notified when a pointer exits a hyperlink element.
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.