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

#include <clientlib.h>

Inherits client::EventTarget.

Public Member Functions

Stringget_lang ()
 
void set_lang (const String &)
 
EventListenerget_onboundary ()
 
void set_onboundary (EventListener *)
 
EventListenerget_onend ()
 
void set_onend (EventListener *)
 
EventListenerget_onerror ()
 
void set_onerror (EventListener *)
 
EventListenerget_onmark ()
 
void set_onmark (EventListener *)
 
EventListenerget_onpause ()
 
void set_onpause (EventListener *)
 
EventListenerget_onresume ()
 
void set_onresume (EventListener *)
 
EventListenerget_onstart ()
 
void set_onstart (EventListener *)
 
double get_pitch ()
 
void set_pitch (double)
 
double get_rate ()
 
void set_rate (double)
 
Stringget_text ()
 
void set_text (const String &)
 
SpeechSynthesisVoiceget_voice ()
 
void set_voice (SpeechSynthesisVoice *)
 
double get_volume ()
 
void set_volume (double)
 
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)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
SpeechSynthesisUtteranceget_prototype ()
 
void set_prototype (SpeechSynthesisUtterance *)
 
 SpeechSynthesisUtterance ()
 
 SpeechSynthesisUtterance (const String &text)
 
- 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

◆ SpeechSynthesisUtterance() [1/2]

client::SpeechSynthesisUtterance::SpeechSynthesisUtterance ( )

◆ SpeechSynthesisUtterance() [2/2]

client::SpeechSynthesisUtterance::SpeechSynthesisUtterance ( const String text)

Member Function Documentation

◆ addEventListener() [1/5]

void client::SpeechSynthesisUtterance::addEventListener ( const String type,
EventListener listener 
)

◆ addEventListener() [2/5]

void client::SpeechSynthesisUtterance::addEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ addEventListener() [3/5]

void client::SpeechSynthesisUtterance::addEventListener ( const String type,
EventListener listener,
AddEventListenerOptions options 
)

◆ addEventListener() [4/5]

void client::SpeechSynthesisUtterance::addEventListener ( const String type,
EventListenerObject listener 
)

◆ addEventListener() [5/5]

void client::SpeechSynthesisUtterance::addEventListener ( const String type,
EventListenerObject listener,
AddEventListenerOptions options 
)

◆ get_lang()

String* client::SpeechSynthesisUtterance::get_lang ( )

◆ get_onboundary()

EventListener* client::SpeechSynthesisUtterance::get_onboundary ( )

◆ get_onend()

EventListener* client::SpeechSynthesisUtterance::get_onend ( )

◆ get_onerror()

EventListener* client::SpeechSynthesisUtterance::get_onerror ( )

◆ get_onmark()

EventListener* client::SpeechSynthesisUtterance::get_onmark ( )

◆ get_onpause()

EventListener* client::SpeechSynthesisUtterance::get_onpause ( )

◆ get_onresume()

EventListener* client::SpeechSynthesisUtterance::get_onresume ( )

◆ get_onstart()

EventListener* client::SpeechSynthesisUtterance::get_onstart ( )

◆ get_pitch()

double client::SpeechSynthesisUtterance::get_pitch ( )

◆ get_prototype()

SpeechSynthesisUtterance* client::SpeechSynthesisUtterance::get_prototype ( )

◆ get_rate()

double client::SpeechSynthesisUtterance::get_rate ( )

◆ get_text()

String* client::SpeechSynthesisUtterance::get_text ( )

◆ get_voice()

SpeechSynthesisVoice* client::SpeechSynthesisUtterance::get_voice ( )

◆ get_volume()

double client::SpeechSynthesisUtterance::get_volume ( )

◆ removeEventListener() [1/5]

void client::SpeechSynthesisUtterance::removeEventListener ( const String type,
EventListener listener 
)

◆ removeEventListener() [2/5]

void client::SpeechSynthesisUtterance::removeEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ removeEventListener() [3/5]

void client::SpeechSynthesisUtterance::removeEventListener ( const String type,
EventListener listener,
EventListenerOptions options 
)

◆ removeEventListener() [4/5]

void client::SpeechSynthesisUtterance::removeEventListener ( const String type,
EventListenerObject listener 
)

◆ removeEventListener() [5/5]

void client::SpeechSynthesisUtterance::removeEventListener ( const String type,
EventListenerObject listener,
EventListenerOptions options 
)

◆ set_lang()

void client::SpeechSynthesisUtterance::set_lang ( const String )

◆ set_onboundary()

void client::SpeechSynthesisUtterance::set_onboundary ( EventListener )

◆ set_onend()

void client::SpeechSynthesisUtterance::set_onend ( EventListener )

◆ set_onerror()

void client::SpeechSynthesisUtterance::set_onerror ( EventListener )

◆ set_onmark()

void client::SpeechSynthesisUtterance::set_onmark ( EventListener )

◆ set_onpause()

void client::SpeechSynthesisUtterance::set_onpause ( EventListener )

◆ set_onresume()

void client::SpeechSynthesisUtterance::set_onresume ( EventListener )

◆ set_onstart()

void client::SpeechSynthesisUtterance::set_onstart ( EventListener )

◆ set_pitch()

void client::SpeechSynthesisUtterance::set_pitch ( double  )

◆ set_prototype()

void client::SpeechSynthesisUtterance::set_prototype ( SpeechSynthesisUtterance )

◆ set_rate()

void client::SpeechSynthesisUtterance::set_rate ( double  )

◆ set_text()

void client::SpeechSynthesisUtterance::set_text ( const String )

◆ set_voice()

void client::SpeechSynthesisUtterance::set_voice ( SpeechSynthesisVoice )

◆ set_volume()

void client::SpeechSynthesisUtterance::set_volume ( double  )