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

#include <clientlib.h>

Inherits client::SVGGraphicsElement, client::DocumentEvent, client::SVGFitToViewBox, and client::SVGZoomAndPan.

Public Member Functions

Stringget_contentScriptType ()
 
void set_contentScriptType (const String &)
 
Stringget_contentStyleType ()
 
void set_contentStyleType (const String &)
 
double get_currentScale ()
 
void set_currentScale (double)
 
SVGPointget_currentTranslate ()
 
SVGAnimatedLengthget_height ()
 
EventListenerget_onabort ()
 
void set_onabort (EventListener *)
 
EventListenerget_onerror ()
 
void set_onerror (EventListener *)
 
EventListenerget_onresize ()
 
void set_onresize (EventListener *)
 
EventListenerget_onscroll ()
 
void set_onscroll (EventListener *)
 
EventListenerget_onunload ()
 
void set_onunload (EventListener *)
 
EventListenerget_onzoom ()
 
void set_onzoom (EventListener *)
 
double get_pixelUnitToMillimeterX ()
 
double get_pixelUnitToMillimeterY ()
 
double get_screenPixelToMillimeterX ()
 
double get_screenPixelToMillimeterY ()
 
SVGRectget_viewport ()
 
SVGAnimatedLengthget_width ()
 
SVGAnimatedLengthget_x ()
 
SVGAnimatedLengthget_y ()
 
bool checkEnclosure (SVGElement *element, SVGRect *rect)
 
bool checkIntersection (SVGElement *element, SVGRect *rect)
 
SVGAnglecreateSVGAngle ()
 
SVGLengthcreateSVGLength ()
 
SVGMatrixcreateSVGMatrix ()
 
SVGNumbercreateSVGNumber ()
 
SVGPointcreateSVGPoint ()
 
SVGRectcreateSVGRect ()
 
SVGTransformcreateSVGTransform ()
 
SVGTransformcreateSVGTransformFromMatrix (SVGMatrix *matrix)
 
void deselectAll ()
 
void forceRedraw ()
 
CSSStyleDeclarationgetComputedStyle (Element *elt)
 
CSSStyleDeclarationgetComputedStyle (Element *elt, const String &pseudoElt)
 
double getCurrentTime ()
 
ElementgetElementById (const String &elementId)
 
NodeListOf< Object > * getEnclosureList (SVGRect *rect, SVGElement *referenceElement)
 
NodeListOf< Object > * getIntersectionList (SVGRect *rect, SVGElement *referenceElement)
 
void pauseAnimations ()
 
void setCurrentTime (double seconds)
 
double suspendRedraw (double maxWaitMilliseconds)
 
void unpauseAnimations ()
 
void unsuspendRedraw (double suspendHandleID)
 
void unsuspendRedrawAll ()
 
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)
 
SVGSVGElementget_prototype ()
 
void set_prototype (SVGSVGElement *)
 
 SVGSVGElement ()
 
- 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)
 
- Public Member Functions inherited from client::DocumentEvent
EventcreateEvent (const String &eventInterface)
 
- Public Member Functions inherited from client::SVGFitToViewBox
SVGAnimatedPreserveAspectRatioget_preserveAspectRatio ()
 
SVGAnimatedRectget_viewBox ()
 
- Public Member Functions inherited from client::SVGZoomAndPan
double get_zoomAndPan ()
 
double get_SVG_ZOOMANDPAN_DISABLE ()
 
double get_SVG_ZOOMANDPAN_MAGNIFY ()
 
double get_SVG_ZOOMANDPAN_UNKNOWN ()
 

Constructor & Destructor Documentation

◆ SVGSVGElement()

client::SVGSVGElement::SVGSVGElement ( )

Member Function Documentation

◆ addEventListener() [1/5]

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

◆ addEventListener() [2/5]

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

◆ addEventListener() [3/5]

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

◆ addEventListener() [4/5]

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

◆ addEventListener() [5/5]

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

◆ checkEnclosure()

bool client::SVGSVGElement::checkEnclosure ( SVGElement element,
SVGRect rect 
)

◆ checkIntersection()

bool client::SVGSVGElement::checkIntersection ( SVGElement element,
SVGRect rect 
)

◆ createSVGAngle()

SVGAngle* client::SVGSVGElement::createSVGAngle ( )

◆ createSVGLength()

SVGLength* client::SVGSVGElement::createSVGLength ( )

◆ createSVGMatrix()

SVGMatrix* client::SVGSVGElement::createSVGMatrix ( )

◆ createSVGNumber()

SVGNumber* client::SVGSVGElement::createSVGNumber ( )

◆ createSVGPoint()

SVGPoint* client::SVGSVGElement::createSVGPoint ( )

◆ createSVGRect()

SVGRect* client::SVGSVGElement::createSVGRect ( )

◆ createSVGTransform()

SVGTransform* client::SVGSVGElement::createSVGTransform ( )

◆ createSVGTransformFromMatrix()

SVGTransform* client::SVGSVGElement::createSVGTransformFromMatrix ( SVGMatrix matrix)

◆ deselectAll()

void client::SVGSVGElement::deselectAll ( )

◆ forceRedraw()

void client::SVGSVGElement::forceRedraw ( )

◆ get_contentScriptType()

String* client::SVGSVGElement::get_contentScriptType ( )

◆ get_contentStyleType()

String* client::SVGSVGElement::get_contentStyleType ( )

◆ get_currentScale()

double client::SVGSVGElement::get_currentScale ( )

◆ get_currentTranslate()

SVGPoint* client::SVGSVGElement::get_currentTranslate ( )

◆ get_height()

SVGAnimatedLength* client::SVGSVGElement::get_height ( )

◆ get_onabort()

EventListener* client::SVGSVGElement::get_onabort ( )

◆ get_onerror()

EventListener* client::SVGSVGElement::get_onerror ( )

◆ get_onresize()

EventListener* client::SVGSVGElement::get_onresize ( )

◆ get_onscroll()

EventListener* client::SVGSVGElement::get_onscroll ( )

◆ get_onunload()

EventListener* client::SVGSVGElement::get_onunload ( )

◆ get_onzoom()

EventListener* client::SVGSVGElement::get_onzoom ( )

◆ get_pixelUnitToMillimeterX()

double client::SVGSVGElement::get_pixelUnitToMillimeterX ( )

◆ get_pixelUnitToMillimeterY()

double client::SVGSVGElement::get_pixelUnitToMillimeterY ( )

◆ get_prototype()

SVGSVGElement* client::SVGSVGElement::get_prototype ( )

◆ get_screenPixelToMillimeterX()

double client::SVGSVGElement::get_screenPixelToMillimeterX ( )

◆ get_screenPixelToMillimeterY()

double client::SVGSVGElement::get_screenPixelToMillimeterY ( )

◆ get_viewport()

SVGRect* client::SVGSVGElement::get_viewport ( )

◆ get_width()

SVGAnimatedLength* client::SVGSVGElement::get_width ( )

◆ get_x()

SVGAnimatedLength* client::SVGSVGElement::get_x ( )

◆ get_y()

SVGAnimatedLength* client::SVGSVGElement::get_y ( )

◆ getComputedStyle() [1/2]

CSSStyleDeclaration* client::SVGSVGElement::getComputedStyle ( Element elt)

◆ getComputedStyle() [2/2]

CSSStyleDeclaration* client::SVGSVGElement::getComputedStyle ( Element elt,
const String pseudoElt 
)

◆ getCurrentTime()

double client::SVGSVGElement::getCurrentTime ( )

◆ getElementById()

Element* client::SVGSVGElement::getElementById ( const String elementId)

◆ getEnclosureList()

NodeListOf<Object>* client::SVGSVGElement::getEnclosureList ( SVGRect rect,
SVGElement referenceElement 
)

◆ getIntersectionList()

NodeListOf<Object>* client::SVGSVGElement::getIntersectionList ( SVGRect rect,
SVGElement referenceElement 
)

◆ pauseAnimations()

void client::SVGSVGElement::pauseAnimations ( )

◆ removeEventListener() [1/5]

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

◆ removeEventListener() [2/5]

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

◆ removeEventListener() [3/5]

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

◆ removeEventListener() [4/5]

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

◆ removeEventListener() [5/5]

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

◆ set_contentScriptType()

void client::SVGSVGElement::set_contentScriptType ( const String )

◆ set_contentStyleType()

void client::SVGSVGElement::set_contentStyleType ( const String )

◆ set_currentScale()

void client::SVGSVGElement::set_currentScale ( double  )

◆ set_onabort()

void client::SVGSVGElement::set_onabort ( EventListener )

◆ set_onerror()

void client::SVGSVGElement::set_onerror ( EventListener )

◆ set_onresize()

void client::SVGSVGElement::set_onresize ( EventListener )

◆ set_onscroll()

void client::SVGSVGElement::set_onscroll ( EventListener )

◆ set_onunload()

void client::SVGSVGElement::set_onunload ( EventListener )

◆ set_onzoom()

void client::SVGSVGElement::set_onzoom ( EventListener )

◆ set_prototype()

void client::SVGSVGElement::set_prototype ( SVGSVGElement )

◆ setCurrentTime()

void client::SVGSVGElement::setCurrentTime ( double  seconds)

◆ suspendRedraw()

double client::SVGSVGElement::suspendRedraw ( double  maxWaitMilliseconds)

◆ unpauseAnimations()

void client::SVGSVGElement::unpauseAnimations ( )

◆ unsuspendRedraw()

void client::SVGSVGElement::unsuspendRedraw ( double  suspendHandleID)

◆ unsuspendRedrawAll()

void client::SVGSVGElement::unsuspendRedrawAll ( )