webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | List of all members
TestImplements Interface Reference

import"TestImplements.idl";

Public Member Functions

void implementsMethod1 ()
 
TestObj implementsMethod2 (DOMString strArg, TestObj objArg)
 
void implementsMethod3 ()
 

Static Public Member Functions

static void implementsMethod4 ()
 

Public Attributes

readonly attribute DOMString implementsStr1
 
attribute DOMString implementsStr2
 
attribute DOMString implementsStr3
 
attribute Node implementsNode
 
const unsigned short IMPLEMENTSCONSTANT1 = 1
 
const unsigned short IMPLEMENTSCONSTANT2 = 2
 

Static Public Attributes

static readonly attribute long implementsStaticReadOnlyAttr
 
static attribute DOMString implementsStaticAttr
 

Member Function Documentation

◆ implementsMethod1()

void TestImplements::implementsMethod1 ( )

◆ implementsMethod2()

TestObj TestImplements::implementsMethod2 ( DOMString  strArg,
TestObj  objArg 
)

◆ implementsMethod3()

void TestImplements::implementsMethod3 ( )

◆ implementsMethod4()

static void TestImplements::implementsMethod4 ( )
static

Member Data Documentation

◆ IMPLEMENTSCONSTANT1

const unsigned short TestImplements::IMPLEMENTSCONSTANT1 = 1

◆ IMPLEMENTSCONSTANT2

const unsigned short TestImplements::IMPLEMENTSCONSTANT2 = 2

◆ implementsNode

attribute Node TestImplements::implementsNode

◆ implementsStaticAttr

attribute DOMString TestImplements::implementsStaticAttr
static

◆ implementsStaticReadOnlyAttr

readonly attribute long TestImplements::implementsStaticReadOnlyAttr
static

◆ implementsStr1

readonly attribute DOMString TestImplements::implementsStr1

◆ implementsStr2

attribute DOMString TestImplements::implementsStr2

◆ implementsStr3

attribute DOMString TestImplements::implementsStr3

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