#include <clientlib.h>
Inherits client::EventTarget.
|
SVGElementInstanceList * | get_childNodes () |
|
SVGElement * | get_correspondingElement () |
|
SVGUseElement * | get_correspondingUseElement () |
|
SVGElementInstance * | get_firstChild () |
|
SVGElementInstance * | get_lastChild () |
|
SVGElementInstance * | get_nextSibling () |
|
SVGElementInstance * | get_parentNode () |
|
SVGElementInstance * | get_previousSibling () |
|
SVGElementInstance * | get_prototype () |
|
void | set_prototype (SVGElementInstance *) |
|
| SVGElementInstance () |
|
void | addEventListener (const String &type, EventListener *listener) |
|
void | addEventListener (const String &type, EventListener *listener, bool options) |
|
void | addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options) |
|
void | addEventListener (const String &type, EventListenerObject *listener) |
|
void | addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options) |
|
bool | dispatchEvent (Event *evt) |
|
void | removeEventListener (const String &type) |
|
void | removeEventListener (const String &type, EventListener *listener) |
|
void | removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options) |
|
void | removeEventListener (const String &type, EventListener *listener, bool options) |
|
void | removeEventListener (const String &type, EventListenerObject *listener) |
|
void | removeEventListener (const String &type, EventListenerObject *listener, bool options) |
|
EventTarget * | get_prototype () |
|
void | set_prototype (EventTarget *) |
|
| EventTarget () |
|
| 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) |
|
◆ SVGElementInstance()
client::SVGElementInstance::SVGElementInstance |
( |
| ) |
|
◆ get_childNodes()
◆ get_correspondingElement()
SVGElement* client::SVGElementInstance::get_correspondingElement |
( |
| ) |
|
◆ get_correspondingUseElement()
SVGUseElement* client::SVGElementInstance::get_correspondingUseElement |
( |
| ) |
|
◆ get_firstChild()
◆ get_lastChild()
◆ get_nextSibling()
◆ get_parentNode()
◆ get_previousSibling()
◆ get_prototype()
◆ set_prototype()