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