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

#include <clientlib.h>

Inherits client::TextTrackCue.

Public Member Functions

ArrayBufferget_data ()
 
void set_data (ArrayBuffer *)
 
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)
 
DataCueget_prototype ()
 
void set_prototype (DataCue *)
 
 DataCue ()
 
- Public Member Functions inherited from client::TextTrackCue
double get_endTime ()
 
void set_endTime (double)
 
Stringget_id ()
 
void set_id (const String &)
 
EventListenerget_onenter ()
 
void set_onenter (EventListener *)
 
EventListenerget_onexit ()
 
void set_onexit (EventListener *)
 
bool get_pauseOnExit ()
 
void set_pauseOnExit (bool)
 
double get_startTime ()
 
void set_startTime (double)
 
Stringget_text ()
 
void set_text (const String &)
 
TextTrackget_track ()
 
DocumentFragmentgetCueAsHTML ()
 
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)
 
TextTrackCueget_prototype ()
 
void set_prototype (TextTrackCue *)
 
 TextTrackCue (double startTime, double endTime, 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

◆ DataCue()

client::DataCue::DataCue ( )

Member Function Documentation

◆ addEventListener() [1/5]

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

◆ addEventListener() [2/5]

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

◆ addEventListener() [3/5]

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

◆ addEventListener() [4/5]

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

◆ addEventListener() [5/5]

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

◆ get_data()

ArrayBuffer* client::DataCue::get_data ( )

◆ get_prototype()

DataCue* client::DataCue::get_prototype ( )

◆ removeEventListener() [1/5]

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

◆ removeEventListener() [2/5]

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

◆ removeEventListener() [3/5]

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

◆ removeEventListener() [4/5]

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

◆ removeEventListener() [5/5]

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

◆ set_data()

void client::DataCue::set_data ( ArrayBuffer )

◆ set_prototype()

void client::DataCue::set_prototype ( DataCue )