![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| double | get_numberOfItems () |
| SVGPathSeg * | appendItem (SVGPathSeg *newItem) |
| void | clear () |
| SVGPathSeg * | getItem (double index) |
| SVGPathSeg * | initialize (SVGPathSeg *newItem) |
| SVGPathSeg * | insertItemBefore (SVGPathSeg *newItem, double index) |
| SVGPathSeg * | removeItem (double index) |
| SVGPathSeg * | replaceItem (SVGPathSeg *newItem, double index) |
| SVGPathSegList * | get_prototype () |
| void | set_prototype (SVGPathSegList *) |
| SVGPathSegList () | |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (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) |
| client::SVGPathSegList::SVGPathSegList | ( | ) |
| SVGPathSeg* client::SVGPathSegList::appendItem | ( | SVGPathSeg * | newItem | ) |
| void client::SVGPathSegList::clear | ( | ) |
| double client::SVGPathSegList::get_numberOfItems | ( | ) |
| SVGPathSegList* client::SVGPathSegList::get_prototype | ( | ) |
| SVGPathSeg* client::SVGPathSegList::getItem | ( | double | index | ) |
| SVGPathSeg* client::SVGPathSegList::initialize | ( | SVGPathSeg * | newItem | ) |
| SVGPathSeg* client::SVGPathSegList::insertItemBefore | ( | SVGPathSeg * | newItem, |
| double | index | ||
| ) |
| SVGPathSeg* client::SVGPathSegList::removeItem | ( | double | index | ) |
| SVGPathSeg* client::SVGPathSegList::replaceItem | ( | SVGPathSeg * | newItem, |
| double | index | ||
| ) |
| void client::SVGPathSegList::set_prototype | ( | SVGPathSegList * | ) |
1.8.13