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

#include <clientlib.h>

Inherits client::EventTarget.

Inherited by client::IDBOpenDBRequest.

Public Member Functions

DOMExceptionget_error ()
 
EventListenerget_onerror ()
 
void set_onerror (EventListener *)
 
EventListenerget_onsuccess ()
 
void set_onsuccess (EventListener *)
 
Stringget_readyState ()
 
Objectget_result ()
 
IDBObjectStoreget_source ()
 
IDBTransactionget_transaction ()
 
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)
 
IDBRequestget_prototype ()
 
void set_prototype (IDBRequest *)
 
 IDBRequest ()
 
- 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

◆ IDBRequest()

client::IDBRequest::IDBRequest ( )

Member Function Documentation

◆ addEventListener() [1/5]

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

◆ addEventListener() [2/5]

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

◆ addEventListener() [3/5]

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

◆ addEventListener() [4/5]

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

◆ addEventListener() [5/5]

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

◆ get_error()

DOMException* client::IDBRequest::get_error ( )

◆ get_onerror()

EventListener* client::IDBRequest::get_onerror ( )

◆ get_onsuccess()

EventListener* client::IDBRequest::get_onsuccess ( )

◆ get_prototype()

IDBRequest* client::IDBRequest::get_prototype ( )

◆ get_readyState()

String* client::IDBRequest::get_readyState ( )

◆ get_result()

Object* client::IDBRequest::get_result ( )

◆ get_source()

IDBObjectStore* client::IDBRequest::get_source ( )

◆ get_transaction()

IDBTransaction* client::IDBRequest::get_transaction ( )

◆ removeEventListener() [1/5]

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

◆ removeEventListener() [2/5]

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

◆ removeEventListener() [3/5]

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

◆ removeEventListener() [4/5]

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

◆ removeEventListener() [5/5]

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

◆ set_onerror()

void client::IDBRequest::set_onerror ( EventListener )

◆ set_onsuccess()

void client::IDBRequest::set_onsuccess ( EventListener )

◆ set_prototype()

void client::IDBRequest::set_prototype ( IDBRequest )