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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

double get_numberOfItems ()
 
StringappendItem (const String &newItem)
 
void clear ()
 
StringgetItem (double index)
 
Stringinitialize (const String &newItem)
 
StringinsertItemBefore (const String &newItem, double index)
 
StringremoveItem (double index)
 
StringreplaceItem (const String &newItem, double index)
 
SVGStringListget_prototype ()
 
void set_prototype (SVGStringList *)
 
 SVGStringList ()
 
- 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

◆ SVGStringList()

client::SVGStringList::SVGStringList ( )

Member Function Documentation

◆ appendItem()

String* client::SVGStringList::appendItem ( const String newItem)

◆ clear()

void client::SVGStringList::clear ( )

◆ get_numberOfItems()

double client::SVGStringList::get_numberOfItems ( )

◆ get_prototype()

SVGStringList* client::SVGStringList::get_prototype ( )

◆ getItem()

String* client::SVGStringList::getItem ( double  index)

◆ initialize()

String* client::SVGStringList::initialize ( const String newItem)

◆ insertItemBefore()

String* client::SVGStringList::insertItemBefore ( const String newItem,
double  index 
)

◆ removeItem()

String* client::SVGStringList::removeItem ( double  index)

◆ replaceItem()

String* client::SVGStringList::replaceItem ( const String newItem,
double  index 
)

◆ set_prototype()

void client::SVGStringList::set_prototype ( SVGStringList )