API documentation  2.0rc1
Public Member Functions | List of all members
client::SVGPathElement Class Reference

#include <clientlib.h>

Inherits client::SVGGraphicsElement.

Public Member Functions

SVGPathSegListget_pathSegList ()
 
SVGPathSegArcAbscreateSVGPathSegArcAbs (double x, double y, double r1, double r2, double angle, bool largeArcFlag, bool sweepFlag)
 
SVGPathSegArcRelcreateSVGPathSegArcRel (double x, double y, double r1, double r2, double angle, bool largeArcFlag, bool sweepFlag)
 
SVGPathSegClosePathcreateSVGPathSegClosePath ()
 
SVGPathSegCurvetoCubicAbscreateSVGPathSegCurvetoCubicAbs (double x, double y, double x1, double y1, double x2, double y2)
 
SVGPathSegCurvetoCubicRelcreateSVGPathSegCurvetoCubicRel (double x, double y, double x1, double y1, double x2, double y2)
 
SVGPathSegCurvetoCubicSmoothAbscreateSVGPathSegCurvetoCubicSmoothAbs (double x, double y, double x2, double y2)
 
SVGPathSegCurvetoCubicSmoothRelcreateSVGPathSegCurvetoCubicSmoothRel (double x, double y, double x2, double y2)
 
SVGPathSegCurvetoQuadraticAbscreateSVGPathSegCurvetoQuadraticAbs (double x, double y, double x1, double y1)
 
SVGPathSegCurvetoQuadraticRelcreateSVGPathSegCurvetoQuadraticRel (double x, double y, double x1, double y1)
 
SVGPathSegCurvetoQuadraticSmoothAbscreateSVGPathSegCurvetoQuadraticSmoothAbs (double x, double y)
 
SVGPathSegCurvetoQuadraticSmoothRelcreateSVGPathSegCurvetoQuadraticSmoothRel (double x, double y)
 
SVGPathSegLinetoAbscreateSVGPathSegLinetoAbs (double x, double y)
 
SVGPathSegLinetoHorizontalAbscreateSVGPathSegLinetoHorizontalAbs (double x)
 
SVGPathSegLinetoHorizontalRelcreateSVGPathSegLinetoHorizontalRel (double x)
 
SVGPathSegLinetoRelcreateSVGPathSegLinetoRel (double x, double y)
 
SVGPathSegLinetoVerticalAbscreateSVGPathSegLinetoVerticalAbs (double y)
 
SVGPathSegLinetoVerticalRelcreateSVGPathSegLinetoVerticalRel (double y)
 
SVGPathSegMovetoAbscreateSVGPathSegMovetoAbs (double x, double y)
 
SVGPathSegMovetoRelcreateSVGPathSegMovetoRel (double x, double y)
 
double getPathSegAtLength (double distance)
 
SVGPointgetPointAtLength (double distance)
 
double getTotalLength ()
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
SVGPathElementget_prototype ()
 
void set_prototype (SVGPathElement *)
 
 SVGPathElement ()
 
- Public Member Functions inherited from client::SVGGraphicsElement
SVGElementget_farthestViewportElement ()
 
SVGElementget_nearestViewportElement ()
 
SVGAnimatedTransformListget_transform ()
 
SVGRectgetBBox ()
 
SVGMatrixgetCTM ()
 
SVGMatrixgetScreenCTM ()
 
SVGMatrixgetTransformToElement (SVGElement *element)
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
SVGGraphicsElementget_prototype ()
 
void set_prototype (SVGGraphicsElement *)
 
 SVGGraphicsElement ()
 
- Public Member Functions inherited from client::SVGElement
Objectget_className ()
 
EventListenerget_onclick ()
 
void set_onclick (EventListener *)
 
EventListenerget_ondblclick ()
 
void set_ondblclick (EventListener *)
 
EventListenerget_onfocusin ()
 
void set_onfocusin (EventListener *)
 
EventListenerget_onfocusout ()
 
void set_onfocusout (EventListener *)
 
EventListenerget_onload ()
 
void set_onload (EventListener *)
 
EventListenerget_onmousedown ()
 
void set_onmousedown (EventListener *)
 
EventListenerget_onmousemove ()
 
void set_onmousemove (EventListener *)
 
EventListenerget_onmouseout ()
 
void set_onmouseout (EventListener *)
 
EventListenerget_onmouseover ()
 
void set_onmouseover (EventListener *)
 
EventListenerget_onmouseup ()
 
void set_onmouseup (EventListener *)
 
SVGSVGElementget_ownerSVGElement ()
 
SVGElementget_viewportElement ()
 
Stringget_xmlbase ()
 
void set_xmlbase (const String &)
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
SVGElementget_prototype ()
 
void set_prototype (SVGElement *)
 
 SVGElement ()
 
- Public Member Functions inherited from client::Element
HTMLSlotElementget_assignedSlot ()
 
NamedNodeMapget_attributes ()
 
DOMTokenListget_classList ()
 
Stringget_className ()
 
void set_className (const String &)
 
double get_clientHeight ()
 
double get_clientLeft ()
 
double get_clientTop ()
 
double get_clientWidth ()
 
Stringget_id ()
 
void set_id (const String &)
 
Stringget_innerHTML ()
 
void set_innerHTML (const String &)
 
double get_msContentZoomFactor ()
 
void set_msContentZoomFactor (double)
 
Stringget_msRegionOverflow ()
 
EventListenerget_onariarequest ()
 
void set_onariarequest (EventListener *)
 
EventListenerget_oncommand ()
 
void set_oncommand (EventListener *)
 
EventListenerget_ongotpointercapture ()
 
void set_ongotpointercapture (EventListener *)
 
EventListenerget_onlostpointercapture ()
 
void set_onlostpointercapture (EventListener *)
 
EventListenerget_onmsgesturechange ()
 
void set_onmsgesturechange (EventListener *)
 
EventListenerget_onmsgesturedoubletap ()
 
void set_onmsgesturedoubletap (EventListener *)
 
EventListenerget_onmsgestureend ()
 
void set_onmsgestureend (EventListener *)
 
EventListenerget_onmsgesturehold ()
 
void set_onmsgesturehold (EventListener *)
 
EventListenerget_onmsgesturestart ()
 
void set_onmsgesturestart (EventListener *)
 
EventListenerget_onmsgesturetap ()
 
void set_onmsgesturetap (EventListener *)
 
EventListenerget_onmsgotpointercapture ()
 
void set_onmsgotpointercapture (EventListener *)
 
EventListenerget_onmsinertiastart ()
 
void set_onmsinertiastart (EventListener *)
 
EventListenerget_onmslostpointercapture ()
 
void set_onmslostpointercapture (EventListener *)
 
EventListenerget_onmspointercancel ()
 
void set_onmspointercancel (EventListener *)
 
EventListenerget_onmspointerdown ()
 
void set_onmspointerdown (EventListener *)
 
EventListenerget_onmspointerenter ()
 
void set_onmspointerenter (EventListener *)
 
EventListenerget_onmspointerleave ()
 
void set_onmspointerleave (EventListener *)
 
EventListenerget_onmspointermove ()
 
void set_onmspointermove (EventListener *)
 
EventListenerget_onmspointerout ()
 
void set_onmspointerout (EventListener *)
 
EventListenerget_onmspointerover ()
 
void set_onmspointerover (EventListener *)
 
EventListenerget_onmspointerup ()
 
void set_onmspointerup (EventListener *)
 
EventListenerget_ontouchcancel ()
 
void set_ontouchcancel (EventListener *)
 
EventListenerget_ontouchend ()
 
void set_ontouchend (EventListener *)
 
EventListenerget_ontouchmove ()
 
void set_ontouchmove (EventListener *)
 
EventListenerget_ontouchstart ()
 
void set_ontouchstart (EventListener *)
 
EventListenerget_onwebkitfullscreenchange ()
 
void set_onwebkitfullscreenchange (EventListener *)
 
EventListenerget_onwebkitfullscreenerror ()
 
void set_onwebkitfullscreenerror (EventListener *)
 
Stringget_outerHTML ()
 
void set_outerHTML (const String &)
 
Stringget_prefix ()
 
double get_scrollHeight ()
 
double get_scrollLeft ()
 
void set_scrollLeft (double)
 
double get_scrollTop ()
 
void set_scrollTop (double)
 
double get_scrollWidth ()
 
ShadowRootget_shadowRoot ()
 
Stringget_slot ()
 
void set_slot (const String &)
 
Stringget_tagName ()
 
ShadowRootattachShadow (ShadowRootInit *shadowRootInitDict)
 
Elementclosest (const String &selector)
 
StringgetAttribute (const String &qualifiedName)
 
StringgetAttributeNS (const String &namespaceURI, const String &localName)
 
AttrgetAttributeNode (const String &name)
 
AttrgetAttributeNodeNS (const String &namespaceURI, const String &localName)
 
ClientRectgetBoundingClientRect ()
 
ClientRectListgetClientRects ()
 
NodeListOf< Element > * getElementsByClassName (const String &classNames)
 
NodeListOf< Element > * getElementsByTagName (const String &name)
 
HTMLCollectionOf< Element > * getElementsByTagNameNS (const String &namespaceURI, const String &localName)
 
bool hasAttribute (const String &name)
 
bool hasAttributeNS (const String &namespaceURI, const String &localName)
 
bool hasAttributes ()
 
bool matches (const String &selectors)
 
ObjectmsGetRegionContent ()
 
ClientRectmsGetUntransformedBounds ()
 
bool msMatchesSelector (const String &selectors)
 
void msReleasePointerCapture (double pointerId)
 
void msSetPointerCapture (double pointerId)
 
void msZoomTo (MsZoomToOptions *args)
 
void releasePointerCapture (double pointerId)
 
void removeAttribute (const String &qualifiedName)
 
void removeAttributeNS (const String &namespaceURI, const String &localName)
 
AttrremoveAttributeNode (Attr *oldAttr)
 
void requestFullscreen ()
 
void requestPointerLock ()
 
void scroll (ScrollToOptions *options)
 
void scroll (double x, double y)
 
void scrollBy (ScrollToOptions *options)
 
void scrollBy (double x, double y)
 
void scrollIntoView ()
 
void scrollIntoView (bool arg)
 
void scrollIntoView (ScrollIntoViewOptions *arg)
 
void scrollTo (ScrollToOptions *options)
 
void scrollTo (double x, double y)
 
void setAttribute (const String &qualifiedName, const String &value)
 
void setAttributeNS (const String &namespaceURI, const String &qualifiedName, const String &value)
 
AttrsetAttributeNode (Attr *newAttr)
 
AttrsetAttributeNodeNS (Attr *newAttr)
 
void setPointerCapture (double pointerId)
 
bool webkitMatchesSelector (const String &selectors)
 
void webkitRequestFullScreen ()
 
void webkitRequestFullscreen ()
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
Elementget_prototype ()
 
void set_prototype (Element *)
 
 Element ()
 
- Public Member Functions inherited from client::Node
Stringget_baseURI ()
 
NodeListOf< Node > * get_childNodes ()
 
Nodeget_firstChild ()
 
bool get_isConnected ()
 
Nodeget_lastChild ()
 
Stringget_localName ()
 
Stringget_namespaceURI ()
 
Nodeget_nextSibling ()
 
Stringget_nodeName ()
 
double get_nodeType ()
 
Stringget_nodeValue ()
 
void set_nodeValue (const String &)
 
Documentget_ownerDocument ()
 
HTMLElementget_parentElement ()
 
Nodeget_parentNode ()
 
Nodeget_previousSibling ()
 
Stringget_textContent ()
 
void set_textContent (const String &)
 
NodeappendChild (Node *newChild)
 
NodecloneNode ()
 
NodecloneNode (bool deep)
 
double compareDocumentPosition (Node *other)
 
bool contains (Node *child)
 
bool hasChildNodes ()
 
NodeinsertBefore (Node *newChild, Node *refChild)
 
bool isDefaultNamespace (const String &namespaceURI)
 
bool isEqualNode (Node *arg)
 
bool isSameNode (Node *other)
 
StringlookupNamespaceURI (const String &prefix)
 
StringlookupPrefix (const String &namespaceURI)
 
void normalize ()
 
NoderemoveChild (Node *oldChild)
 
NodereplaceChild (Node *newChild, Node *oldChild)
 
Nodeget_prototype ()
 
void set_prototype (Node *)
 
 Node ()
 
double get_ATTRIBUTE_NODE ()
 
double get_CDATA_SECTION_NODE ()
 
double get_COMMENT_NODE ()
 
double get_DOCUMENT_FRAGMENT_NODE ()
 
double get_DOCUMENT_NODE ()
 
double get_DOCUMENT_POSITION_CONTAINED_BY ()
 
double get_DOCUMENT_POSITION_CONTAINS ()
 
double get_DOCUMENT_POSITION_DISCONNECTED ()
 
double get_DOCUMENT_POSITION_FOLLOWING ()
 
double get_DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC ()
 
double get_DOCUMENT_POSITION_PRECEDING ()
 
double get_DOCUMENT_TYPE_NODE ()
 
double get_ELEMENT_NODE ()
 
double get_ENTITY_NODE ()
 
double get_ENTITY_REFERENCE_NODE ()
 
double get_NOTATION_NODE ()
 
double get_PROCESSING_INSTRUCTION_NODE ()
 
double get_TEXT_NODE ()
 
- Public Member Functions inherited from client::EventTarget
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
bool dispatchEvent (Event *evt)
 
void removeEventListener (const String &type)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, bool options)
 
EventTargetget_prototype ()
 
void set_prototype (EventTarget *)
 
 EventTarget ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 
- Public Member Functions inherited from client::GlobalEventHandlers
EventListenerget_onpointercancel ()
 
void set_onpointercancel (EventListener *)
 
EventListenerget_onpointerdown ()
 
void set_onpointerdown (EventListener *)
 
EventListenerget_onpointerenter ()
 
void set_onpointerenter (EventListener *)
 
EventListenerget_onpointerleave ()
 
void set_onpointerleave (EventListener *)
 
EventListenerget_onpointermove ()
 
void set_onpointermove (EventListener *)
 
EventListenerget_onpointerout ()
 
void set_onpointerout (EventListener *)
 
EventListenerget_onpointerover ()
 
void set_onpointerover (EventListener *)
 
EventListenerget_onpointerup ()
 
void set_onpointerup (EventListener *)
 
EventListenerget_onwheel ()
 
void set_onwheel (EventListener *)
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
- Public Member Functions inherited from client::ElementTraversal
double get_childElementCount ()
 
Elementget_firstElementChild ()
 
Elementget_lastElementChild ()
 
Elementget_nextElementSibling ()
 
Elementget_previousElementSibling ()
 
- Public Member Functions inherited from client::ParentNode
double get_childElementCount ()
 
Elementget_firstElementChild ()
 
Elementget_lastElementChild ()
 
HTMLCollectionget_children ()
 
ElementquerySelector (const String &selectors)
 
NodeListOf< Element > * querySelectorAll (const String &selectors)
 
- Public Member Functions inherited from client::ChildNode
void remove ()
 
- Public Member Functions inherited from client::ElementCSSInlineStyle
CSSStyleDeclarationget_style ()
 
- Public Member Functions inherited from client::SVGTests
SVGStringListget_requiredExtensions ()
 
SVGStringListget_requiredFeatures ()
 
SVGStringListget_systemLanguage ()
 
bool hasExtension (const String &extension)
 

Constructor & Destructor Documentation

◆ SVGPathElement()

client::SVGPathElement::SVGPathElement ( )

Member Function Documentation

◆ addEventListener() [1/5]

void client::SVGPathElement::addEventListener ( const String type,
EventListener listener 
)

◆ addEventListener() [2/5]

void client::SVGPathElement::addEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ addEventListener() [3/5]

void client::SVGPathElement::addEventListener ( const String type,
EventListener listener,
AddEventListenerOptions options 
)

◆ addEventListener() [4/5]

void client::SVGPathElement::addEventListener ( const String type,
EventListenerObject listener 
)

◆ addEventListener() [5/5]

void client::SVGPathElement::addEventListener ( const String type,
EventListenerObject listener,
AddEventListenerOptions options 
)

◆ createSVGPathSegArcAbs()

SVGPathSegArcAbs* client::SVGPathElement::createSVGPathSegArcAbs ( double  x,
double  y,
double  r1,
double  r2,
double  angle,
bool  largeArcFlag,
bool  sweepFlag 
)

◆ createSVGPathSegArcRel()

SVGPathSegArcRel* client::SVGPathElement::createSVGPathSegArcRel ( double  x,
double  y,
double  r1,
double  r2,
double  angle,
bool  largeArcFlag,
bool  sweepFlag 
)

◆ createSVGPathSegClosePath()

SVGPathSegClosePath* client::SVGPathElement::createSVGPathSegClosePath ( )

◆ createSVGPathSegCurvetoCubicAbs()

SVGPathSegCurvetoCubicAbs* client::SVGPathElement::createSVGPathSegCurvetoCubicAbs ( double  x,
double  y,
double  x1,
double  y1,
double  x2,
double  y2 
)

◆ createSVGPathSegCurvetoCubicRel()

SVGPathSegCurvetoCubicRel* client::SVGPathElement::createSVGPathSegCurvetoCubicRel ( double  x,
double  y,
double  x1,
double  y1,
double  x2,
double  y2 
)

◆ createSVGPathSegCurvetoCubicSmoothAbs()

SVGPathSegCurvetoCubicSmoothAbs* client::SVGPathElement::createSVGPathSegCurvetoCubicSmoothAbs ( double  x,
double  y,
double  x2,
double  y2 
)

◆ createSVGPathSegCurvetoCubicSmoothRel()

SVGPathSegCurvetoCubicSmoothRel* client::SVGPathElement::createSVGPathSegCurvetoCubicSmoothRel ( double  x,
double  y,
double  x2,
double  y2 
)

◆ createSVGPathSegCurvetoQuadraticAbs()

SVGPathSegCurvetoQuadraticAbs* client::SVGPathElement::createSVGPathSegCurvetoQuadraticAbs ( double  x,
double  y,
double  x1,
double  y1 
)

◆ createSVGPathSegCurvetoQuadraticRel()

SVGPathSegCurvetoQuadraticRel* client::SVGPathElement::createSVGPathSegCurvetoQuadraticRel ( double  x,
double  y,
double  x1,
double  y1 
)

◆ createSVGPathSegCurvetoQuadraticSmoothAbs()

SVGPathSegCurvetoQuadraticSmoothAbs* client::SVGPathElement::createSVGPathSegCurvetoQuadraticSmoothAbs ( double  x,
double  y 
)

◆ createSVGPathSegCurvetoQuadraticSmoothRel()

SVGPathSegCurvetoQuadraticSmoothRel* client::SVGPathElement::createSVGPathSegCurvetoQuadraticSmoothRel ( double  x,
double  y 
)

◆ createSVGPathSegLinetoAbs()

SVGPathSegLinetoAbs* client::SVGPathElement::createSVGPathSegLinetoAbs ( double  x,
double  y 
)

◆ createSVGPathSegLinetoHorizontalAbs()

SVGPathSegLinetoHorizontalAbs* client::SVGPathElement::createSVGPathSegLinetoHorizontalAbs ( double  x)

◆ createSVGPathSegLinetoHorizontalRel()

SVGPathSegLinetoHorizontalRel* client::SVGPathElement::createSVGPathSegLinetoHorizontalRel ( double  x)

◆ createSVGPathSegLinetoRel()

SVGPathSegLinetoRel* client::SVGPathElement::createSVGPathSegLinetoRel ( double  x,
double  y 
)

◆ createSVGPathSegLinetoVerticalAbs()

SVGPathSegLinetoVerticalAbs* client::SVGPathElement::createSVGPathSegLinetoVerticalAbs ( double  y)

◆ createSVGPathSegLinetoVerticalRel()

SVGPathSegLinetoVerticalRel* client::SVGPathElement::createSVGPathSegLinetoVerticalRel ( double  y)

◆ createSVGPathSegMovetoAbs()

SVGPathSegMovetoAbs* client::SVGPathElement::createSVGPathSegMovetoAbs ( double  x,
double  y 
)

◆ createSVGPathSegMovetoRel()

SVGPathSegMovetoRel* client::SVGPathElement::createSVGPathSegMovetoRel ( double  x,
double  y 
)

◆ get_pathSegList()

SVGPathSegList* client::SVGPathElement::get_pathSegList ( )

◆ get_prototype()

SVGPathElement* client::SVGPathElement::get_prototype ( )

◆ getPathSegAtLength()

double client::SVGPathElement::getPathSegAtLength ( double  distance)

◆ getPointAtLength()

SVGPoint* client::SVGPathElement::getPointAtLength ( double  distance)

◆ getTotalLength()

double client::SVGPathElement::getTotalLength ( )

◆ removeEventListener() [1/5]

void client::SVGPathElement::removeEventListener ( const String type,
EventListener listener 
)

◆ removeEventListener() [2/5]

void client::SVGPathElement::removeEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ removeEventListener() [3/5]

void client::SVGPathElement::removeEventListener ( const String type,
EventListener listener,
EventListenerOptions options 
)

◆ removeEventListener() [4/5]

void client::SVGPathElement::removeEventListener ( const String type,
EventListenerObject listener 
)

◆ removeEventListener() [5/5]

void client::SVGPathElement::removeEventListener ( const String type,
EventListenerObject listener,
EventListenerOptions options 
)

◆ set_prototype()

void client::SVGPathElement::set_prototype ( SVGPathElement )