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

#include <clientlib.h>

Inherits client::EventTarget.

Public Member Functions

SVGElementInstanceListget_childNodes ()
 
SVGElementget_correspondingElement ()
 
SVGUseElementget_correspondingUseElement ()
 
SVGElementInstanceget_firstChild ()
 
SVGElementInstanceget_lastChild ()
 
SVGElementInstanceget_nextSibling ()
 
SVGElementInstanceget_parentNode ()
 
SVGElementInstanceget_previousSibling ()
 
SVGElementInstanceget_prototype ()
 
void set_prototype (SVGElementInstance *)
 
 SVGElementInstance ()
 
- Public Member Functions inherited from client::EventTarget
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)
 
EventTargetget_prototype ()
 
void set_prototype (EventTarget *)
 
 EventTarget ()
 
- 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

◆ SVGElementInstance()

client::SVGElementInstance::SVGElementInstance ( )

Member Function Documentation

◆ get_childNodes()

SVGElementInstanceList* client::SVGElementInstance::get_childNodes ( )

◆ get_correspondingElement()

SVGElement* client::SVGElementInstance::get_correspondingElement ( )

◆ get_correspondingUseElement()

SVGUseElement* client::SVGElementInstance::get_correspondingUseElement ( )

◆ get_firstChild()

SVGElementInstance* client::SVGElementInstance::get_firstChild ( )

◆ get_lastChild()

SVGElementInstance* client::SVGElementInstance::get_lastChild ( )

◆ get_nextSibling()

SVGElementInstance* client::SVGElementInstance::get_nextSibling ( )

◆ get_parentNode()

SVGElementInstance* client::SVGElementInstance::get_parentNode ( )

◆ get_previousSibling()

SVGElementInstance* client::SVGElementInstance::get_previousSibling ( )

◆ get_prototype()

SVGElementInstance* client::SVGElementInstance::get_prototype ( )

◆ set_prototype()

void client::SVGElementInstance::set_prototype ( SVGElementInstance )