![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::HTMLCollectionOf< HTMLOptionElement >.
Public Member Functions | |
double | get_length () |
void | set_length (double) |
double | get_selectedIndex () |
void | set_selectedIndex (double) |
void | add (HTMLOptionElement *element) |
void | add (HTMLOptionElement *element, HTMLElement *before) |
void | add (HTMLOptionElement *element, double before) |
void | remove (double index) |
HTMLOptionsCollection * | get_prototype () |
void | set_prototype (HTMLOptionsCollection *) |
HTMLOptionsCollection () | |
![]() | |
HTMLOptionElement * | item (double index) |
HTMLOptionElement * | namedItem (const String &name) |
HTMLOptionElement *& | operator[] (int index) |
HTMLOptionElement * | operator[] (int index) const |
![]() | |
double | get_length () |
Element * | item (double index) |
Element *& | operator[] (int index) |
Element * | operator[] (int index) const |
![]() | |
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::HTMLOptionsCollection::HTMLOptionsCollection | ( | ) |
void client::HTMLOptionsCollection::add | ( | HTMLOptionElement * | element | ) |
void client::HTMLOptionsCollection::add | ( | HTMLOptionElement * | element, |
HTMLElement * | before | ||
) |
void client::HTMLOptionsCollection::add | ( | HTMLOptionElement * | element, |
double | before | ||
) |
double client::HTMLOptionsCollection::get_length | ( | ) |
HTMLOptionsCollection* client::HTMLOptionsCollection::get_prototype | ( | ) |
double client::HTMLOptionsCollection::get_selectedIndex | ( | ) |
void client::HTMLOptionsCollection::remove | ( | double | index | ) |
void client::HTMLOptionsCollection::set_length | ( | double | ) |
void client::HTMLOptionsCollection::set_prototype | ( | HTMLOptionsCollection * | ) |
void client::HTMLOptionsCollection::set_selectedIndex | ( | double | ) |