nsgenbind
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
Window Interface Reference

import"console.idl";

Inheritance diagram for Window:
EventTarget EventTarget

Public Member Functions

void close ()
 
void stop ()
 
void focus ()
 
void blur ()
 
WindowProxy open (optional DOMString url="about:blank", optional DOMString target="_blank", [TreatNullAs=EmptyString] optional DOMString features="", optional boolean replace=false)
 
getter WindowProxy (unsigned long index)
 
getter object (DOMString name)
 
void alert ()
 
void alert (DOMString message)
 
boolean confirm (optional DOMString message="")
 
DOMString prompt (optional DOMString message="", optional DOMString default="")
 
void print ()
 
any showModalDialog (DOMString url, optional any argument)
 
long requestAnimationFrame (FrameRequestCallback callback)
 
void cancelAnimationFrame (long handle)
 
void postMessage (any message, DOMString targetOrigin, optional sequence< Transferable > transfer)
 
void captureEvents ()
 
void releaseEvents ()
 
void close ()
 
void stop ()
 
void focus ()
 
void blur ()
 
WindowProxy open (optional DOMString url, optional DOMString target, optional DOMString features, optional boolean replace)
 
getter WindowProxy (unsigned long index)
 
getter object (DOMString name)
 
void alert (DOMString message)
 
boolean confirm (DOMString message)
 
DOMString prompt (DOMString message, optional DOMString default)
 
void print ()
 
any showModalDialog (DOMString url, optional any argument)
 
void postMessage (any message, DOMString targetOrigin, optional sequence< Transferable > transfer)
 
- Public Member Functions inherited from EventTarget
void addEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
void removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
boolean dispatchEvent (Event event)
 
void addEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
void removeEventListener (DOMString type, EventListener? callback, optional boolean capture=false)
 
boolean dispatchEvent (Event event)
 

Public Attributes

readonly attribute Console console
 
readonly attribute WindowProxy window
 
readonly attribute WindowProxy self
 
readonly attribute Document document
 
attribute DOMString name
 
readonly attribute Location location
 
readonly attribute History history
 
readonly attribute BarProp locationbar
 
readonly attribute BarProp menubar
 
readonly attribute BarProp personalbar
 
readonly attribute BarProp scrollbars
 
readonly attribute BarProp statusbar
 
readonly attribute BarProp toolbar
 
attribute DOMString status
 
readonly attribute boolean closed
 
readonly attribute WindowProxy frames
 
readonly attribute unsigned long length
 
readonly attribute WindowProxy top
 
attribute any opener
 
readonly attribute WindowProxy parent
 
readonly attribute Element frameElement
 
readonly attribute Navigator navigator
 
readonly attribute External external
 
readonly attribute ApplicationCache applicationCache
 
attribute WindowProxy opener
 
attribute EventHandler onabort
 
attribute EventHandler onafterprint
 
attribute EventHandler onbeforeprint
 
attribute EventHandler onbeforeunload
 
attribute EventHandler onblur
 
attribute EventHandler oncancel
 
attribute EventHandler oncanplay
 
attribute EventHandler oncanplaythrough
 
attribute EventHandler onchange
 
attribute EventHandler onclick
 
attribute EventHandler onclose
 
attribute EventHandler oncontextmenu
 
attribute EventHandler oncuechange
 
attribute EventHandler ondblclick
 
attribute EventHandler ondrag
 
attribute EventHandler ondragend
 
attribute EventHandler ondragenter
 
attribute EventHandler ondragleave
 
attribute EventHandler ondragover
 
attribute EventHandler ondragstart
 
attribute EventHandler ondrop
 
attribute EventHandler ondurationchange
 
attribute EventHandler onemptied
 
attribute EventHandler onended
 
attribute OnErrorEventHandler onerror
 
attribute EventHandler onfocus
 
attribute EventHandler onhashchange
 
attribute EventHandler oninput
 
attribute EventHandler oninvalid
 
attribute EventHandler onkeydown
 
attribute EventHandler onkeypress
 
attribute EventHandler onkeyup
 
attribute EventHandler onload
 
attribute EventHandler onloadeddata
 
attribute EventHandler onloadedmetadata
 
attribute EventHandler onloadstart
 
attribute EventHandler onmessage
 
attribute EventHandler onmousedown
 
attribute EventHandler onmousemove
 
attribute EventHandler onmouseout
 
attribute EventHandler onmouseover
 
attribute EventHandler onmouseup
 
attribute EventHandler onmousewheel
 
attribute EventHandler onoffline
 
attribute EventHandler ononline
 
attribute EventHandler onpause
 
attribute EventHandler onplay
 
attribute EventHandler onplaying
 
attribute EventHandler onpagehide
 
attribute EventHandler onpageshow
 
attribute EventHandler onpopstate
 
attribute EventHandler onprogress
 
attribute EventHandler onratechange
 
attribute EventHandler onreset
 
attribute EventHandler onresize
 
attribute EventHandler onscroll
 
attribute EventHandler onseeked
 
attribute EventHandler onseeking
 
attribute EventHandler onselect
 
attribute EventHandler onshow
 
attribute EventHandler onstalled
 
attribute EventHandler onstorage
 
attribute EventHandler onsubmit
 
attribute EventHandler onsuspend
 
attribute EventHandler ontimeupdate
 
attribute EventHandler onunload
 
attribute EventHandler onvolumechange
 
attribute EventHandler onwaiting
 

Detailed Description

Definition at line 22 of file console.idl.

Member Function Documentation

◆ alert() [1/3]

void Window::alert ( )

◆ alert() [2/3]

void Window::alert ( DOMString  message)

◆ alert() [3/3]

void Window::alert ( DOMString  message)

◆ blur() [1/2]

void Window::blur ( )

◆ blur() [2/2]

void Window::blur ( )

◆ cancelAnimationFrame()

void Window::cancelAnimationFrame ( long  handle)

◆ captureEvents()

void Window::captureEvents ( )

◆ close() [1/2]

void Window::close ( )

◆ close() [2/2]

void Window::close ( )

◆ confirm() [1/2]

boolean Window::confirm ( DOMString  message)

◆ confirm() [2/2]

boolean Window::confirm ( optional DOMString  message = "")

◆ focus() [1/2]

void Window::focus ( )

◆ focus() [2/2]

void Window::focus ( )

◆ object() [1/2]

getter Window::object ( DOMString  name)

◆ object() [2/2]

getter Window::object ( DOMString  name)

◆ open() [1/2]

WindowProxy Window::open ( optional DOMString  url,
optional DOMString  target,
optional DOMString  features,
optional boolean  replace 
)

◆ open() [2/2]

WindowProxy Window::open ( optional DOMString  url = "about:blank",
optional DOMString  target = "_blank",
[TreatNullAs=EmptyString] optional DOMString  features = "",
optional boolean  replace = false 
)

◆ postMessage() [1/2]

void Window::postMessage ( any  message,
DOMString  targetOrigin,
optional sequence< Transferable >  transfer 
)

◆ postMessage() [2/2]

void Window::postMessage ( any  message,
DOMString  targetOrigin,
optional sequence< Transferable >  transfer 
)

◆ print() [1/2]

void Window::print ( )

◆ print() [2/2]

void Window::print ( )

◆ prompt() [1/2]

DOMString Window::prompt ( DOMString  message,
optional DOMString  default 
)

◆ prompt() [2/2]

DOMString Window::prompt ( optional DOMString  message = "",
optional DOMString  default = "" 
)

◆ releaseEvents()

void Window::releaseEvents ( )

◆ requestAnimationFrame()

long Window::requestAnimationFrame ( FrameRequestCallback  callback)

◆ showModalDialog() [1/2]

any Window::showModalDialog ( DOMString  url,
optional any  argument 
)

◆ showModalDialog() [2/2]

any Window::showModalDialog ( DOMString  url,
optional any  argument 
)

◆ stop() [1/2]

void Window::stop ( )

◆ stop() [2/2]

void Window::stop ( )

◆ WindowProxy() [1/2]

getter Window::WindowProxy ( unsigned long  index)

◆ WindowProxy() [2/2]

getter Window::WindowProxy ( unsigned long  index)

Member Data Documentation

◆ applicationCache

readonly attribute ApplicationCache Window::applicationCache

Definition at line 1441 of file html.idl.

◆ closed

readonly attribute boolean Window::closed

Definition at line 1422 of file html.idl.

◆ console

readonly attribute Console Window::console

Definition at line 23 of file console.idl.

◆ document

readonly attribute Document Window::document

Definition at line 1410 of file html.idl.

◆ external

readonly attribute External Window::external

Definition at line 1440 of file html.idl.

◆ frameElement

readonly attribute Element Window::frameElement

Definition at line 1433 of file html.idl.

◆ frames

readonly attribute WindowProxy Window::frames

Definition at line 1428 of file html.idl.

◆ history

readonly attribute History Window::history

Definition at line 1413 of file html.idl.

◆ length

readonly attribute unsigned long Window::length

Definition at line 1429 of file html.idl.

◆ location

readonly attribute Location Window::location

Definition at line 1412 of file html.idl.

◆ locationbar

readonly attribute BarProp Window::locationbar

Definition at line 1414 of file html.idl.

◆ menubar

readonly attribute BarProp Window::menubar

Definition at line 1415 of file html.idl.

◆ name

attribute DOMString Window::name

Definition at line 1411 of file html.idl.

◆ navigator

readonly attribute Navigator Window::navigator

Definition at line 1439 of file html.idl.

◆ onabort

attribute EventHandler Window::onabort

Definition at line 51 of file window.idl.

◆ onafterprint

attribute EventHandler Window::onafterprint

Definition at line 52 of file window.idl.

◆ onbeforeprint

attribute EventHandler Window::onbeforeprint

Definition at line 53 of file window.idl.

◆ onbeforeunload

attribute EventHandler Window::onbeforeunload

Definition at line 54 of file window.idl.

◆ onblur

attribute EventHandler Window::onblur

Definition at line 55 of file window.idl.

◆ oncancel

attribute EventHandler Window::oncancel

Definition at line 56 of file window.idl.

◆ oncanplay

attribute EventHandler Window::oncanplay

Definition at line 57 of file window.idl.

◆ oncanplaythrough

attribute EventHandler Window::oncanplaythrough

Definition at line 58 of file window.idl.

◆ onchange

attribute EventHandler Window::onchange

Definition at line 59 of file window.idl.

◆ onclick

attribute EventHandler Window::onclick

Definition at line 60 of file window.idl.

◆ onclose

attribute EventHandler Window::onclose

Definition at line 61 of file window.idl.

◆ oncontextmenu

attribute EventHandler Window::oncontextmenu

Definition at line 62 of file window.idl.

◆ oncuechange

attribute EventHandler Window::oncuechange

Definition at line 63 of file window.idl.

◆ ondblclick

attribute EventHandler Window::ondblclick

Definition at line 64 of file window.idl.

◆ ondrag

attribute EventHandler Window::ondrag

Definition at line 65 of file window.idl.

◆ ondragend

attribute EventHandler Window::ondragend

Definition at line 66 of file window.idl.

◆ ondragenter

attribute EventHandler Window::ondragenter

Definition at line 67 of file window.idl.

◆ ondragleave

attribute EventHandler Window::ondragleave

Definition at line 68 of file window.idl.

◆ ondragover

attribute EventHandler Window::ondragover

Definition at line 69 of file window.idl.

◆ ondragstart

attribute EventHandler Window::ondragstart

Definition at line 70 of file window.idl.

◆ ondrop

attribute EventHandler Window::ondrop

Definition at line 71 of file window.idl.

◆ ondurationchange

attribute EventHandler Window::ondurationchange

Definition at line 72 of file window.idl.

◆ onemptied

attribute EventHandler Window::onemptied

Definition at line 73 of file window.idl.

◆ onended

attribute EventHandler Window::onended

Definition at line 74 of file window.idl.

◆ onerror

attribute OnErrorEventHandler Window::onerror

Definition at line 75 of file window.idl.

◆ onfocus

attribute EventHandler Window::onfocus

Definition at line 76 of file window.idl.

◆ onhashchange

attribute EventHandler Window::onhashchange

Definition at line 77 of file window.idl.

◆ oninput

attribute EventHandler Window::oninput

Definition at line 78 of file window.idl.

◆ oninvalid

attribute EventHandler Window::oninvalid

Definition at line 79 of file window.idl.

◆ onkeydown

attribute EventHandler Window::onkeydown

Definition at line 80 of file window.idl.

◆ onkeypress

attribute EventHandler Window::onkeypress

Definition at line 81 of file window.idl.

◆ onkeyup

attribute EventHandler Window::onkeyup

Definition at line 82 of file window.idl.

◆ onload

attribute EventHandler Window::onload

Definition at line 83 of file window.idl.

◆ onloadeddata

attribute EventHandler Window::onloadeddata

Definition at line 84 of file window.idl.

◆ onloadedmetadata

attribute EventHandler Window::onloadedmetadata

Definition at line 85 of file window.idl.

◆ onloadstart

attribute EventHandler Window::onloadstart

Definition at line 86 of file window.idl.

◆ onmessage

attribute EventHandler Window::onmessage

Definition at line 87 of file window.idl.

◆ onmousedown

attribute EventHandler Window::onmousedown

Definition at line 88 of file window.idl.

◆ onmousemove

attribute EventHandler Window::onmousemove

Definition at line 89 of file window.idl.

◆ onmouseout

attribute EventHandler Window::onmouseout

Definition at line 90 of file window.idl.

◆ onmouseover

attribute EventHandler Window::onmouseover

Definition at line 91 of file window.idl.

◆ onmouseup

attribute EventHandler Window::onmouseup

Definition at line 92 of file window.idl.

◆ onmousewheel

attribute EventHandler Window::onmousewheel

Definition at line 93 of file window.idl.

◆ onoffline

attribute EventHandler Window::onoffline

Definition at line 94 of file window.idl.

◆ ononline

attribute EventHandler Window::ononline

Definition at line 95 of file window.idl.

◆ onpagehide

attribute EventHandler Window::onpagehide

Definition at line 99 of file window.idl.

◆ onpageshow

attribute EventHandler Window::onpageshow

Definition at line 100 of file window.idl.

◆ onpause

attribute EventHandler Window::onpause

Definition at line 96 of file window.idl.

◆ onplay

attribute EventHandler Window::onplay

Definition at line 97 of file window.idl.

◆ onplaying

attribute EventHandler Window::onplaying

Definition at line 98 of file window.idl.

◆ onpopstate

attribute EventHandler Window::onpopstate

Definition at line 101 of file window.idl.

◆ onprogress

attribute EventHandler Window::onprogress

Definition at line 102 of file window.idl.

◆ onratechange

attribute EventHandler Window::onratechange

Definition at line 103 of file window.idl.

◆ onreset

attribute EventHandler Window::onreset

Definition at line 104 of file window.idl.

◆ onresize

attribute EventHandler Window::onresize

Definition at line 105 of file window.idl.

◆ onscroll

attribute EventHandler Window::onscroll

Definition at line 106 of file window.idl.

◆ onseeked

attribute EventHandler Window::onseeked

Definition at line 107 of file window.idl.

◆ onseeking

attribute EventHandler Window::onseeking

Definition at line 108 of file window.idl.

◆ onselect

attribute EventHandler Window::onselect

Definition at line 109 of file window.idl.

◆ onshow

attribute EventHandler Window::onshow

Definition at line 110 of file window.idl.

◆ onstalled

attribute EventHandler Window::onstalled

Definition at line 111 of file window.idl.

◆ onstorage

attribute EventHandler Window::onstorage

Definition at line 112 of file window.idl.

◆ onsubmit

attribute EventHandler Window::onsubmit

Definition at line 113 of file window.idl.

◆ onsuspend

attribute EventHandler Window::onsuspend

Definition at line 114 of file window.idl.

◆ ontimeupdate

attribute EventHandler Window::ontimeupdate

Definition at line 115 of file window.idl.

◆ onunload

attribute EventHandler Window::onunload

Definition at line 116 of file window.idl.

◆ onvolumechange

attribute EventHandler Window::onvolumechange

Definition at line 117 of file window.idl.

◆ onwaiting

attribute EventHandler Window::onwaiting

Definition at line 118 of file window.idl.

◆ opener [1/2]

attribute any Window::opener

Definition at line 1431 of file html.idl.

◆ opener [2/2]

attribute WindowProxy Window::opener

Definition at line 28 of file window.idl.

◆ parent

readonly attribute WindowProxy Window::parent

Definition at line 1432 of file html.idl.

◆ personalbar

readonly attribute BarProp Window::personalbar

Definition at line 1416 of file html.idl.

◆ scrollbars

readonly attribute BarProp Window::scrollbars

Definition at line 1417 of file html.idl.

◆ self

readonly attribute WindowProxy Window::self

Definition at line 1409 of file html.idl.

◆ status

attribute DOMString Window::status

Definition at line 1420 of file html.idl.

◆ statusbar

readonly attribute BarProp Window::statusbar

Definition at line 1418 of file html.idl.

◆ toolbar

readonly attribute BarProp Window::toolbar

Definition at line 1419 of file html.idl.

◆ top

readonly attribute WindowProxy Window::top

Definition at line 1430 of file html.idl.

◆ window

readonly attribute WindowProxy Window::window

Definition at line 1408 of file html.idl.


The documentation for this interface was generated from the following files: