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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_numberOfItems ()
 
SVGPathSegappendItem (SVGPathSeg *newItem)
 
void clear ()
 
SVGPathSeggetItem (double index)
 
SVGPathSeginitialize (SVGPathSeg *newItem)
 
SVGPathSeginsertItemBefore (SVGPathSeg *newItem, double index)
 
SVGPathSegremoveItem (double index)
 
SVGPathSegreplaceItem (SVGPathSeg *newItem, double index)
 
SVGPathSegListget_prototype ()
 
void set_prototype (SVGPathSegList *)
 
 SVGPathSegList ()
 
- 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

◆ SVGPathSegList()

client::SVGPathSegList::SVGPathSegList ( )

Member Function Documentation

◆ appendItem()

SVGPathSeg* client::SVGPathSegList::appendItem ( SVGPathSeg newItem)

◆ clear()

void client::SVGPathSegList::clear ( )

◆ get_numberOfItems()

double client::SVGPathSegList::get_numberOfItems ( )

◆ get_prototype()

SVGPathSegList* client::SVGPathSegList::get_prototype ( )

◆ getItem()

SVGPathSeg* client::SVGPathSegList::getItem ( double  index)

◆ initialize()

SVGPathSeg* client::SVGPathSegList::initialize ( SVGPathSeg newItem)

◆ insertItemBefore()

SVGPathSeg* client::SVGPathSegList::insertItemBefore ( SVGPathSeg newItem,
double  index 
)

◆ removeItem()

SVGPathSeg* client::SVGPathSegList::removeItem ( double  index)

◆ replaceItem()

SVGPathSeg* client::SVGPathSegList::replaceItem ( SVGPathSeg newItem,
double  index 
)

◆ set_prototype()

void client::SVGPathSegList::set_prototype ( SVGPathSegList )