![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::EventInit.
Public Member Functions | |
| double | get_colno () |
| void | set_colno (double) |
| Object * | get_error () |
| void | set_error (Object *) |
| String * | get_filename () |
| void | set_filename (const String &) |
| double | get_lineno () |
| void | set_lineno (double) |
| String * | get_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 > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (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) |
| double client::ErrorEventInit::get_colno | ( | ) |
| Object* client::ErrorEventInit::get_error | ( | ) |
| String* client::ErrorEventInit::get_filename | ( | ) |
| double client::ErrorEventInit::get_lineno | ( | ) |
| String* client::ErrorEventInit::get_message | ( | ) |
| void client::ErrorEventInit::set_colno | ( | double | ) |
| void client::ErrorEventInit::set_error | ( | Object * | ) |
| void client::ErrorEventInit::set_filename | ( | const String & | ) |
| void client::ErrorEventInit::set_lineno | ( | double | ) |
| void client::ErrorEventInit::set_message | ( | const String & | ) |
1.8.13