webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SVGPointList Interface Reference

import"SVGPointList.idl";

Public Member Functions

void clear ()
 
SVGPoint initialize (SVGPoint item)
 
SVGPoint getItem (unsigned long index)
 
SVGPoint insertItemBefore (SVGPoint item, unsigned long index)
 
SVGPoint replaceItem (SVGPoint item, unsigned long index)
 
SVGPoint removeItem (unsigned long index)
 
SVGPoint appendItem (SVGPoint item)
 

Public Attributes

readonly attribute unsigned long numberOfItems
 

Member Function Documentation

◆ appendItem()

SVGPoint SVGPointList::appendItem ( SVGPoint  item)

◆ clear()

void SVGPointList::clear ( )

◆ getItem()

SVGPoint SVGPointList::getItem ( unsigned long  index)

◆ initialize()

SVGPoint SVGPointList::initialize ( SVGPoint  item)

◆ insertItemBefore()

SVGPoint SVGPointList::insertItemBefore ( SVGPoint  item,
unsigned long  index 
)

◆ removeItem()

SVGPoint SVGPointList::removeItem ( unsigned long  index)

◆ replaceItem()

SVGPoint SVGPointList::replaceItem ( SVGPoint  item,
unsigned long  index 
)

Member Data Documentation

◆ numberOfItems

readonly attribute unsigned long SVGPointList::numberOfItems

The documentation for this interface was generated from the following file: