API documentation  2.0rc1
Public Member Functions | List of all members
client::SVGLengthList Class Reference

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_numberOfItems ()
 
SVGLengthappendItem (SVGLength *newItem)
 
void clear ()
 
SVGLengthgetItem (double index)
 
SVGLengthinitialize (SVGLength *newItem)
 
SVGLengthinsertItemBefore (SVGLength *newItem, double index)
 
SVGLengthremoveItem (double index)
 
SVGLengthreplaceItem (SVGLength *newItem, double index)
 
SVGLengthListget_prototype ()
 
void set_prototype (SVGLengthList *)
 
 SVGLengthList ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Constructor & Destructor Documentation

◆ SVGLengthList()

client::SVGLengthList::SVGLengthList ( )

Member Function Documentation

◆ appendItem()

SVGLength* client::SVGLengthList::appendItem ( SVGLength newItem)

◆ clear()

void client::SVGLengthList::clear ( )

◆ get_numberOfItems()

double client::SVGLengthList::get_numberOfItems ( )

◆ get_prototype()

SVGLengthList* client::SVGLengthList::get_prototype ( )

◆ getItem()

SVGLength* client::SVGLengthList::getItem ( double  index)

◆ initialize()

SVGLength* client::SVGLengthList::initialize ( SVGLength newItem)

◆ insertItemBefore()

SVGLength* client::SVGLengthList::insertItemBefore ( SVGLength newItem,
double  index 
)

◆ removeItem()

SVGLength* client::SVGLengthList::removeItem ( double  index)

◆ replaceItem()

SVGLength* client::SVGLengthList::replaceItem ( SVGLength newItem,
double  index 
)

◆ set_prototype()

void client::SVGLengthList::set_prototype ( SVGLengthList )