SVGStringList

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

appendItem
auto appendItem(string newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
clear
void clear()
Undocumented in source. Be warned that the author may not have intended to support it.
getItem
auto getItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
auto initialize(string newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
insertItemBefore
auto insertItemBefore(string newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
length
auto length()
Undocumented in source. Be warned that the author may not have intended to support it.
numberOfItems
auto numberOfItems()
Undocumented in source. Be warned that the author may not have intended to support it.
opDispatch
void opDispatch(string newItem)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndexAssign
void opIndexAssign(string newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
removeItem
auto removeItem(uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
replaceItem
auto replaceItem(string newItem, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta