webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
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 |
SVGPathSeg SVGPathSegList::appendItem | ( | SVGPathSeg? | newItem | ) |
void SVGPathSegList::clear | ( | ) |
SVGPathSeg SVGPathSegList::getItem | ( | unsigned long | index | ) |
SVGPathSeg SVGPathSegList::initialize | ( | SVGPathSeg? | newItem | ) |
SVGPathSeg SVGPathSegList::insertItemBefore | ( | SVGPathSeg? | newItem, |
unsigned long | index | ||
) |
SVGPathSeg SVGPathSegList::removeItem | ( | unsigned long | index | ) |
SVGPathSeg SVGPathSegList::replaceItem | ( | SVGPathSeg? | newItem, |
unsigned long | index | ||
) |