![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| double | get_numberOfItems () |
| SVGPoint * | appendItem (SVGPoint *newItem) |
| void | clear () |
| SVGPoint * | getItem (double index) |
| SVGPoint * | initialize (SVGPoint *newItem) |
| SVGPoint * | insertItemBefore (SVGPoint *newItem, double index) |
| SVGPoint * | removeItem (double index) |
| SVGPoint * | replaceItem (SVGPoint *newItem, double index) |
| SVGPointList * | get_prototype () |
| void | set_prototype (SVGPointList *) |
| SVGPointList () | |
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::SVGPointList::SVGPointList | ( | ) |
| void client::SVGPointList::clear | ( | ) |
| double client::SVGPointList::get_numberOfItems | ( | ) |
| SVGPointList* client::SVGPointList::get_prototype | ( | ) |
| SVGPoint* client::SVGPointList::getItem | ( | double | index | ) |
| SVGPoint* client::SVGPointList::removeItem | ( | double | index | ) |
| void client::SVGPointList::set_prototype | ( | SVGPointList * | ) |
1.8.13