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

import"TestInterface.idl";

Public Member Functions

void supplementalMethod1 ()
 
TestObj supplementalMethod2 (DOMString strArg, TestObj objArg)
 
void supplementalMethod3 ()
 
void builtinFunction ()
 

Static Public Member Functions

static void supplementalMethod4 ()
 

Public Attributes

readonly attribute DOMString supplementalStr1
 
attribute DOMString supplementalStr2
 
attribute DOMString supplementalStr3
 
attribute Node supplementalNode
 
const unsigned short SUPPLEMENTALCONSTANT1 = 1
 
const unsigned short SUPPLEMENTALCONSTANT2 = 2
 
attribute unsigned short builtinAttribute
 

Static Public Attributes

static readonly attribute long supplementalStaticReadOnlyAttr
 
static attribute DOMString supplementalStaticAttr
 

Member Function Documentation

◆ builtinFunction()

void TestInterface::builtinFunction ( )

◆ supplementalMethod1()

void TestInterface::supplementalMethod1 ( )

◆ supplementalMethod2()

TestObj TestInterface::supplementalMethod2 ( DOMString  strArg,
TestObj  objArg 
)

◆ supplementalMethod3()

void TestInterface::supplementalMethod3 ( )

◆ supplementalMethod4()

static void TestInterface::supplementalMethod4 ( )
static

Member Data Documentation

◆ builtinAttribute

attribute unsigned short TestInterface::builtinAttribute

◆ SUPPLEMENTALCONSTANT1

const unsigned short TestInterface::SUPPLEMENTALCONSTANT1 = 1

◆ SUPPLEMENTALCONSTANT2

const unsigned short TestInterface::SUPPLEMENTALCONSTANT2 = 2

◆ supplementalNode

attribute Node TestInterface::supplementalNode

◆ supplementalStaticAttr

attribute DOMString TestInterface::supplementalStaticAttr
static

◆ supplementalStaticReadOnlyAttr

readonly attribute long TestInterface::supplementalStaticReadOnlyAttr
static

◆ supplementalStr1

readonly attribute DOMString TestInterface::supplementalStr1

◆ supplementalStr2

attribute DOMString TestInterface::supplementalStr2

◆ supplementalStr3

attribute DOMString TestInterface::supplementalStr3

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