![]() |
API documentation
2.0rc1
|
Typedefs | |
| typedef unsigned int | UnsignedShort |
| typedef unsigned int | UnsignedLong |
| typedef signed int | Long |
| typedef double | UnsignedLongLong |
| typedef void | Void |
| typedef unsigned int | Boolean |
| typedef double | Double |
| typedef Object * | Any |
Functions | |
| Object * | eval (const String &x) |
| double | parseInt (const String &s) |
| double | parseInt (const String &s, double radix) |
| double | parseFloat (const String &string) |
| bool | isNaN (double number) |
| bool | isFinite (double number) |
| String * | decodeURI (const String &encodedURI) |
| String * | decodeURIComponent (const String &encodedURIComponent) |
| String * | encodeURI (const String &uri) |
| String * | encodeURIComponent (const String &uriComponent) |
| String * | escape (const String &string) |
| String * | unescape (const String &string) |
| void | alert () |
| void | alert (Object *message) |
| void | blur () |
| void | cancelAnimationFrame (double handle) |
| void | captureEvents () |
| void | close () |
| bool | confirm () |
| bool | confirm (const String &message) |
| Promise * | createImageBitmap (HTMLImageElement *image) |
| Promise * | createImageBitmap (HTMLImageElement *image, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (SVGImageElement *image) |
| Promise * | createImageBitmap (SVGImageElement *image, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (HTMLVideoElement *image) |
| Promise * | createImageBitmap (HTMLVideoElement *image, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (HTMLCanvasElement *image) |
| Promise * | createImageBitmap (HTMLCanvasElement *image, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (ImageBitmap *image) |
| Promise * | createImageBitmap (ImageBitmap *image, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (ImageData *image) |
| Promise * | createImageBitmap (ImageData *image, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (HTMLImageElement *image, double sx, double sy, double sw, double sh) |
| Promise * | createImageBitmap (HTMLImageElement *image, double sx, double sy, double sw, double sh, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (SVGImageElement *image, double sx, double sy, double sw, double sh) |
| Promise * | createImageBitmap (SVGImageElement *image, double sx, double sy, double sw, double sh, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (HTMLVideoElement *image, double sx, double sy, double sw, double sh) |
| Promise * | createImageBitmap (HTMLVideoElement *image, double sx, double sy, double sw, double sh, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (HTMLCanvasElement *image, double sx, double sy, double sw, double sh) |
| Promise * | createImageBitmap (HTMLCanvasElement *image, double sx, double sy, double sw, double sh, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (ImageBitmap *image, double sx, double sy, double sw, double sh) |
| Promise * | createImageBitmap (ImageBitmap *image, double sx, double sy, double sw, double sh, ImageBitmapOptions *options) |
| Promise * | createImageBitmap (ImageData *image, double sx, double sy, double sw, double sh) |
| Promise * | createImageBitmap (ImageData *image, double sx, double sy, double sw, double sh, ImageBitmapOptions *options) |
| void | focus () |
| CSSStyleDeclaration * | getComputedStyle (Element *elt) |
| CSSStyleDeclaration * | getComputedStyle (Element *elt, const String &pseudoElt) |
| CSSRuleList * | getMatchedCSSRules (Element *elt) |
| CSSRuleList * | getMatchedCSSRules (Element *elt, const String &pseudoElt) |
| Selection * | getSelection () |
| MediaQueryList * | matchMedia (const String &mediaQuery) |
| void | moveBy () |
| void | moveBy (double x) |
| void | moveBy (double x, double y) |
| void | moveTo () |
| void | moveTo (double x) |
| void | moveTo (double x, double y) |
| void | msWriteProfilerMark (const String &profilerMarkName) |
| Window * | open () |
| Window * | open (const String &url) |
| Window * | open (const String &url, const String &target) |
| Window * | open (const String &url, const String &target, const String &features) |
| Window * | open (const String &url, const String &target, const String &features, bool replace) |
| void | postMessage (Object *message) |
| void | postMessage (Object *message, Array *transfer) |
| void | postMessage (Object *message, const String &targetOrigin) |
| void | postMessage (Object *message, const String &targetOrigin, Array *transfer) |
| void | postMessage (const String &message) |
| void | postMessage (const String &message, Array *transfer) |
| void | postMessage (const String &message, const String &targetOrigin) |
| void | postMessage (const String &message, const String &targetOrigin, Array *transfer) |
| void | print () |
| String * | prompt () |
| String * | prompt (const String &message) |
| String * | prompt (const String &message, const String &_default) |
| void | releaseEvents () |
| double | requestAnimationFrame (EventListener *callback) |
| void | resizeBy () |
| void | resizeBy (double x) |
| void | resizeBy (double x, double y) |
| void | resizeTo () |
| void | resizeTo (double x) |
| void | resizeTo (double x, double y) |
| void | scroll (ScrollToOptions *options) |
| void | scroll () |
| void | scroll (double x) |
| void | scroll (double x, double y) |
| void | scrollBy (ScrollToOptions *options) |
| void | scrollBy () |
| void | scrollBy (double x) |
| void | scrollBy (double x, double y) |
| void | scrollTo (ScrollToOptions *options) |
| void | scrollTo () |
| void | scrollTo (double x) |
| void | scrollTo (double x, double y) |
| void | stop () |
| void | webkitCancelAnimationFrame (double handle) |
| WebKitPoint * | webkitConvertPointFromNodeToPage (Node *node, WebKitPoint *pt) |
| WebKitPoint * | webkitConvertPointFromPageToNode (Node *node, WebKitPoint *pt) |
| double | webkitRequestAnimationFrame (EventListener *callback) |
| String * | toString () |
| bool | dispatchEvent (Event *evt) |
| void | clearInterval () |
| void | clearInterval (double handle) |
| void | clearTimeout () |
| void | clearTimeout (double handle) |
| double | setInterval (EventListener *handler, double timeout) |
| double | setInterval (Object *handler) |
| template<typename... Args> | |
| double | setInterval (Object *handler, Object *timeout, Args &&... args) |
| double | setInterval (Object *handler, Object *timeout) |
| double | setTimeout (EventListener *handler, double timeout) |
| double | setTimeout (Object *handler) |
| template<typename... Args> | |
| double | setTimeout (Object *handler, Object *timeout, Args &&... args) |
| double | setTimeout (Object *handler, Object *timeout) |
| void | clearImmediate (double handle) |
| double | setImmediate (EventListener *handler) |
| template<typename... Args> | |
| double | setImmediate (Object *handler, Args &&... args) |
| double | setImmediate (Object *handler) |
| String * | atob (const String &encodedString) |
| String * | btoa (const String &rawString) |
| Promise * | fetch () |
| Promise * | fetch (Request *input) |
| Promise * | fetch (Request *input, RequestInit *init) |
| Promise * | fetch (const String &input) |
| Promise * | fetch (const String &input, RequestInit *init) |
| 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) |
| template<typename... Args> | |
| void | importScripts (Args &&... urls) |
| void | importScripts () |
| typedef Object* client::Any |
| typedef unsigned int client::Boolean |
| typedef double client::Double |
| typedef signed int client::Long |
| typedef unsigned int client::UnsignedLong |
| typedef double client::UnsignedLongLong |
| typedef unsigned int client::UnsignedShort |
| typedef void client::Void |
| void client::addEventListener | ( | const String & | type, |
| EventListener * | listener | ||
| ) |
| void client::addEventListener | ( | const String & | type, |
| EventListener * | listener, | ||
| bool | options | ||
| ) |
| void client::addEventListener | ( | const String & | type, |
| EventListener * | listener, | ||
| AddEventListenerOptions * | options | ||
| ) |
| void client::addEventListener | ( | const String & | type, |
| EventListenerObject * | listener | ||
| ) |
| void client::addEventListener | ( | const String & | type, |
| EventListenerObject * | listener, | ||
| AddEventListenerOptions * | options | ||
| ) |
| void client::alert | ( | ) |
| void client::alert | ( | Object * | message | ) |
| void client::blur | ( | ) |
| void client::cancelAnimationFrame | ( | double | handle | ) |
| void client::captureEvents | ( | ) |
| void client::clearImmediate | ( | double | handle | ) |
| void client::clearInterval | ( | ) |
| void client::clearInterval | ( | double | handle | ) |
| void client::clearTimeout | ( | ) |
| void client::clearTimeout | ( | double | handle | ) |
| void client::close | ( | ) |
| bool client::confirm | ( | ) |
| bool client::confirm | ( | const String & | message | ) |
| Promise* client::createImageBitmap | ( | HTMLImageElement * | image | ) |
| Promise* client::createImageBitmap | ( | HTMLImageElement * | image, |
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | SVGImageElement * | image | ) |
| Promise* client::createImageBitmap | ( | SVGImageElement * | image, |
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | HTMLVideoElement * | image | ) |
| Promise* client::createImageBitmap | ( | HTMLVideoElement * | image, |
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | HTMLCanvasElement * | image | ) |
| Promise* client::createImageBitmap | ( | HTMLCanvasElement * | image, |
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | ImageBitmap * | image | ) |
| Promise* client::createImageBitmap | ( | ImageBitmap * | image, |
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | ImageData * | image, |
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | HTMLImageElement * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh | ||
| ) |
| Promise* client::createImageBitmap | ( | HTMLImageElement * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh, | ||
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | SVGImageElement * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh | ||
| ) |
| Promise* client::createImageBitmap | ( | SVGImageElement * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh, | ||
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | HTMLVideoElement * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh | ||
| ) |
| Promise* client::createImageBitmap | ( | HTMLVideoElement * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh, | ||
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | HTMLCanvasElement * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh | ||
| ) |
| Promise* client::createImageBitmap | ( | HTMLCanvasElement * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh, | ||
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | ImageBitmap * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh | ||
| ) |
| Promise* client::createImageBitmap | ( | ImageBitmap * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh, | ||
| ImageBitmapOptions * | options | ||
| ) |
| Promise* client::createImageBitmap | ( | ImageData * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh | ||
| ) |
| Promise* client::createImageBitmap | ( | ImageData * | image, |
| double | sx, | ||
| double | sy, | ||
| double | sw, | ||
| double | sh, | ||
| ImageBitmapOptions * | options | ||
| ) |
| bool client::dispatchEvent | ( | Event * | evt | ) |
| Promise* client::fetch | ( | ) |
| Promise* client::fetch | ( | Request * | input, |
| RequestInit * | init | ||
| ) |
| Promise* client::fetch | ( | const String & | input, |
| RequestInit * | init | ||
| ) |
| void client::focus | ( | ) |
| CSSStyleDeclaration* client::getComputedStyle | ( | Element * | elt | ) |
| CSSStyleDeclaration* client::getComputedStyle | ( | Element * | elt, |
| const String & | pseudoElt | ||
| ) |
| CSSRuleList* client::getMatchedCSSRules | ( | Element * | elt | ) |
| CSSRuleList* client::getMatchedCSSRules | ( | Element * | elt, |
| const String & | pseudoElt | ||
| ) |
| Selection* client::getSelection | ( | ) |
| void client::importScripts | ( | Args &&... | urls | ) |
| void client::importScripts | ( | ) |
| bool client::isFinite | ( | double | number | ) |
| bool client::isNaN | ( | double | number | ) |
| MediaQueryList* client::matchMedia | ( | const String & | mediaQuery | ) |
| void client::moveBy | ( | ) |
| void client::moveBy | ( | double | x | ) |
| void client::moveBy | ( | double | x, |
| double | y | ||
| ) |
| void client::moveTo | ( | ) |
| void client::moveTo | ( | double | x | ) |
| void client::moveTo | ( | double | x, |
| double | y | ||
| ) |
| void client::msWriteProfilerMark | ( | const String & | profilerMarkName | ) |
| Window* client::open | ( | ) |
| Window* client::open | ( | const String & | url, |
| const String & | target, | ||
| const String & | features, | ||
| bool | replace | ||
| ) |
| double client::parseFloat | ( | const String & | string | ) |
| double client::parseInt | ( | const String & | s | ) |
| double client::parseInt | ( | const String & | s, |
| double | radix | ||
| ) |
| void client::postMessage | ( | Object * | message | ) |
| void client::postMessage | ( | const String & | message | ) |
| void client::print | ( | ) |
| String* client::prompt | ( | ) |
| void client::releaseEvents | ( | ) |
| void client::removeEventListener | ( | const String & | type, |
| EventListener * | listener | ||
| ) |
| void client::removeEventListener | ( | const String & | type, |
| EventListener * | listener, | ||
| bool | options | ||
| ) |
| void client::removeEventListener | ( | const String & | type, |
| EventListener * | listener, | ||
| EventListenerOptions * | options | ||
| ) |
| void client::removeEventListener | ( | const String & | type, |
| EventListenerObject * | listener | ||
| ) |
| void client::removeEventListener | ( | const String & | type, |
| EventListenerObject * | listener, | ||
| EventListenerOptions * | options | ||
| ) |
| double client::requestAnimationFrame | ( | EventListener * | callback | ) |
| void client::resizeBy | ( | ) |
| void client::resizeBy | ( | double | x | ) |
| void client::resizeBy | ( | double | x, |
| double | y | ||
| ) |
| void client::resizeTo | ( | ) |
| void client::resizeTo | ( | double | x | ) |
| void client::resizeTo | ( | double | x, |
| double | y | ||
| ) |
| void client::scroll | ( | ScrollToOptions * | options | ) |
| void client::scroll | ( | ) |
| void client::scroll | ( | double | x | ) |
| void client::scroll | ( | double | x, |
| double | y | ||
| ) |
| void client::scrollBy | ( | ScrollToOptions * | options | ) |
| void client::scrollBy | ( | ) |
| void client::scrollBy | ( | double | x | ) |
| void client::scrollBy | ( | double | x, |
| double | y | ||
| ) |
| void client::scrollTo | ( | ScrollToOptions * | options | ) |
| void client::scrollTo | ( | ) |
| void client::scrollTo | ( | double | x | ) |
| void client::scrollTo | ( | double | x, |
| double | y | ||
| ) |
| double client::setImmediate | ( | EventListener * | handler | ) |
| double client::setImmediate | ( | Object * | handler, |
| Args &&... | args | ||
| ) |
| double client::setImmediate | ( | Object * | handler | ) |
| double client::setInterval | ( | EventListener * | handler, |
| double | timeout | ||
| ) |
| double client::setInterval | ( | Object * | handler | ) |
| double client::setInterval | ( | Object * | handler, |
| Object * | timeout, | ||
| Args &&... | args | ||
| ) |
| double client::setTimeout | ( | EventListener * | handler, |
| double | timeout | ||
| ) |
| double client::setTimeout | ( | Object * | handler | ) |
| double client::setTimeout | ( | Object * | handler, |
| Object * | timeout, | ||
| Args &&... | args | ||
| ) |
| void client::stop | ( | ) |
| String* client::toString | ( | ) |
| void client::webkitCancelAnimationFrame | ( | double | handle | ) |
| WebKitPoint* client::webkitConvertPointFromNodeToPage | ( | Node * | node, |
| WebKitPoint * | pt | ||
| ) |
| WebKitPoint* client::webkitConvertPointFromPageToNode | ( | Node * | node, |
| WebKitPoint * | pt | ||
| ) |
| double client::webkitRequestAnimationFrame | ( | EventListener * | callback | ) |
| ApplicationCache client::applicationCache |
| CacheStorage client::caches |
| Navigator client::clientInformation |
| bool client::closed |
| Console client::console |
| Crypto client::crypto |
| CustomElementRegistry client::customElements |
| String client::defaultStatus |
| double client::devicePixelRatio |
| Document client::document |
| String client::doNotTrack |
| Event client::event |
| External client::external |
| Element client::frameElement |
| Window client::frames |
| History client::history |
| IDBFactory client::indexedDB |
| double client::Infinity |
| double client::innerHeight |
| double client::innerWidth |
| bool client::isSecureContext |
| double client::length |
| Storage client::localStorage |
| Location client::location |
| BarProp client::locationbar |
| BarProp client::menubar |
| ExtensionScriptApis client::msContentScript |
| MSCredentials client::msCredentials |
| double client::NaN |
| Navigator client::navigator |
| String client::offscreenBuffering |
| EventListener* client::onabort |
| EventListener* client::onafterprint |
| EventListener* client::onbeforeprint |
| EventListener* client::onbeforeunload |
| EventListener* client::onblur |
| EventListener* client::oncanplay |
| EventListener* client::oncanplaythrough |
| EventListener* client::onchange |
| EventListener* client::onclick |
| EventListener* client::oncompassneedscalibration |
| EventListener* client::oncontextmenu |
| EventListener* client::ondblclick |
| EventListener* client::ondevicelight |
| EventListener* client::ondevicemotion |
| EventListener* client::ondeviceorientation |
| EventListener* client::ondrag |
| EventListener* client::ondragend |
| EventListener* client::ondragenter |
| EventListener* client::ondragleave |
| EventListener* client::ondragover |
| EventListener* client::ondragstart |
| EventListener* client::ondrop |
| EventListener* client::ondurationchange |
| EventListener* client::onemptied |
| EventListener* client::onended |
| ErrorEventHandler client::onerror |
| EventListener* client::onfocus |
| EventListener* client::onhashchange |
| EventListener* client::oninput |
| EventListener* client::oninvalid |
| EventListener* client::onkeydown |
| EventListener* client::onkeypress |
| EventListener* client::onkeyup |
| EventListener* client::onload |
| EventListener* client::onloadeddata |
| EventListener* client::onloadedmetadata |
| EventListener* client::onloadstart |
| EventListener* client::onmessage |
| EventListener* client::onmousedown |
| EventListener* client::onmouseenter |
| EventListener* client::onmouseleave |
| EventListener* client::onmousemove |
| EventListener* client::onmouseout |
| EventListener* client::onmouseover |
| EventListener* client::onmouseup |
| EventListener* client::onmousewheel |
| EventListener* client::onmsgesturechange |
| EventListener* client::onmsgesturedoubletap |
| EventListener* client::onmsgestureend |
| EventListener* client::onmsgesturehold |
| EventListener* client::onmsgesturestart |
| EventListener* client::onmsgesturetap |
| EventListener* client::onmsinertiastart |
| EventListener* client::onmspointercancel |
| EventListener* client::onmspointerdown |
| EventListener* client::onmspointerenter |
| EventListener* client::onmspointerleave |
| EventListener* client::onmspointermove |
| EventListener* client::onmspointerout |
| EventListener* client::onmspointerover |
| EventListener* client::onmspointerup |
| EventListener* client::onoffline |
| EventListener* client::ononline |
| EventListener* client::onorientationchange |
| EventListener* client::onpagehide |
| EventListener* client::onpageshow |
| EventListener* client::onpause |
| EventListener* client::onplay |
| EventListener* client::onplaying |
| EventListener* client::onpointercancel |
| EventListener* client::onpointerdown |
| EventListener* client::onpointerenter |
| EventListener* client::onpointerleave |
| EventListener* client::onpointermove |
| EventListener* client::onpointerout |
| EventListener* client::onpointerover |
| EventListener* client::onpointerup |
| EventListener* client::onpopstate |
| EventListener* client::onprogress |
| EventListener* client::onratechange |
| EventListener* client::onreadystatechange |
| EventListener* client::onreset |
| EventListener* client::onresize |
| EventListener* client::onscroll |
| EventListener* client::onseeked |
| EventListener* client::onseeking |
| EventListener* client::onselect |
| EventListener* client::onstalled |
| EventListener* client::onstorage |
| EventListener* client::onsubmit |
| EventListener* client::onsuspend |
| EventListener* client::ontimeupdate |
| EventListener* client::ontouchcancel |
| EventListener* client::ontouchend |
| EventListener* client::ontouchmove |
| EventListener* client::ontouchstart |
| EventListener* client::onunload |
| EventListener* client::onvolumechange |
| EventListener* client::onvrdisplayactivate |
| EventListener* client::onvrdisplayblur |
| EventListener* client::onvrdisplayconnect |
| EventListener* client::onvrdisplaydeactivate |
| EventListener* client::onvrdisplaydisconnect |
| EventListener* client::onvrdisplayfocus |
| EventListener* client::onvrdisplaypointerrestricted |
| EventListener* client::onvrdisplaypointerunrestricted |
| EventListener* client::onvrdisplaypresentchange |
| EventListener* client::onwaiting |
| EventListener* client::onwheel |
| Object* client::opener |
| String client::orientation |
| double client::outerHeight |
| double client::outerWidth |
| double client::pageXOffset |
| double client::pageYOffset |
| Window client::parent |
| Performance client::performance |
| BarProp client::personalbar |
| Screen client::screen |
| double client::screenLeft |
| double client::screenTop |
| double client::screenX |
| double client::screenY |
| BarProp client::scrollbars |
| double client::scrollX |
| double client::scrollY |
| Window client::self |
| Storage client::sessionStorage |
| SpeechSynthesis client::speechSynthesis |
| String client::status |
| BarProp client::statusbar |
| StyleMedia client::styleMedia |
| BarProp client::toolbar |
| Window client::top |
| Window client::window |
1.8.13