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

#include <clientlib.h>

Inherits client::EventInit.

Public Member Functions

double get_colno ()
 
void set_colno (double)
 
Objectget_error ()
 
void set_error (Object *)
 
Stringget_filename ()
 
void set_filename (const String &)
 
double get_lineno ()
 
void set_lineno (double)
 
Stringget_message ()
 
void set_message (const String &)
 
- Public Member Functions inherited from client::EventInit
bool get_bubbles ()
 
void set_bubbles (bool)
 
bool get_cancelable ()
 
void set_cancelable (bool)
 
bool get_scoped ()
 
void set_scoped (bool)
 
- 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)
 

Member Function Documentation

◆ get_colno()

double client::ErrorEventInit::get_colno ( )

◆ get_error()

Object* client::ErrorEventInit::get_error ( )

◆ get_filename()

String* client::ErrorEventInit::get_filename ( )

◆ get_lineno()

double client::ErrorEventInit::get_lineno ( )

◆ get_message()

String* client::ErrorEventInit::get_message ( )

◆ set_colno()

void client::ErrorEventInit::set_colno ( double  )

◆ set_error()

void client::ErrorEventInit::set_error ( Object )

◆ set_filename()

void client::ErrorEventInit::set_filename ( const String )

◆ set_lineno()

void client::ErrorEventInit::set_lineno ( double  )

◆ set_message()

void client::ErrorEventInit::set_message ( const String )