MSvgMouseListener Class Reference
class MSvgMouseListener : public MSvgListener
|
This interface is the callback mechanism for the SVG Engine to communicate to interested clients about mouse clicking
Public Member Functions
|
TBool
|
MouseEntered
(
RPointerArray
<
CSvgElementImpl
> &,
TInt
,
TInt
)
|
TBool
|
MouseExited
(
RPointerArray
<
CSvgElementImpl
> &,
TInt
,
TInt
)
|
TBool
|
MouseMoved
(
RPointerArray
<
CSvgElementImpl
> &,
TInt
,
TInt
)
|
TBool
|
MousePressed
(
RPointerArray
<
CSvgElementImpl
> &,
TInt
,
TInt
)
|
TBool
|
MouseReleased
(
RPointerArray
<
CSvgElementImpl
> &,
TInt
,
TInt
)
|
Member Functions Documentation
MouseEntered(RPointerArray< CSvgElementImpl > &, TInt, TInt)
Notified when the mouse pointer enters a visible svg element.
-
Since
-
1.0 param : aElements -- SVG elements containing the mouse point. param : aX -- x coordinate of mouse pointer. param : aY -- y coordinate of mouse pointer.
MouseExited(RPointerArray< CSvgElementImpl > &, TInt, TInt)
Notified when the mouse pointer exits a visible svg element.
-
Since
-
1.0 param : aElements -- SVG elements containing the mouse point. param : aX -- x coordinate of mouse pointer. param : aY -- y coordinate of mouse pointer.
MouseMoved(RPointerArray< CSvgElementImpl > &, TInt, TInt)
Notified when the mouse pointer has already entered a visible svg element and just moved but remains inside its bounding-box.
-
Since
-
1.0 param : aElements -- SVG elements containing the mouse point. param : aX -- x coordinate of mouse pointer. param : aY -- y coordinate of mouse pointer.
MousePressed(RPointerArray< CSvgElementImpl > &, TInt, TInt)
Notified when the mouse pointer is pressed down on visible svg element.
-
Since
-
1.0 param : aElements -- SVG elements containing the mouse point. param : aX -- x coordinate of mouse pointer. param : aY -- y coordinate of mouse pointer.
MouseReleased(RPointerArray< CSvgElementImpl > &, TInt, TInt)
Notified when the mouse pointer is released on on visible svg element.
-
Since
-
1.0 param : aElements -- SVG elements containing the mouse point. param : aX -- x coordinate of mouse pointer. param : aY -- y coordinate of mouse pointer.
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.