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

import"SVGPathSegList.idl";

Public Member Functions

void clear ()
 
SVGPathSeg initialize (SVGPathSeg? newItem)
 
SVGPathSeg getItem (unsigned long index)
 
SVGPathSeg insertItemBefore (SVGPathSeg? newItem, unsigned long index)
 
SVGPathSeg replaceItem (SVGPathSeg? newItem, unsigned long index)
 
SVGPathSeg removeItem (unsigned long index)
 
SVGPathSeg appendItem (SVGPathSeg? newItem)
 

Public Attributes

readonly attribute unsigned long numberOfItems
 

Member Function Documentation

◆ appendItem()

SVGPathSeg SVGPathSegList::appendItem ( SVGPathSeg newItem)

◆ clear()

void SVGPathSegList::clear ( )

◆ getItem()

SVGPathSeg SVGPathSegList::getItem ( unsigned long  index)

◆ initialize()

SVGPathSeg SVGPathSegList::initialize ( SVGPathSeg newItem)

◆ insertItemBefore()

SVGPathSeg SVGPathSegList::insertItemBefore ( SVGPathSeg newItem,
unsigned long  index 
)

◆ removeItem()

SVGPathSeg SVGPathSegList::removeItem ( unsigned long  index)

◆ replaceItem()

SVGPathSeg SVGPathSegList::replaceItem ( SVGPathSeg newItem,
unsigned long  index 
)

Member Data Documentation

◆ numberOfItems

readonly attribute unsigned long SVGPathSegList::numberOfItems

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