namespace KJS

Main namespace. More...

List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Public Members


Detailed Description

UChar (struct)

UChar represents a 16 bit Unicode character. It's internal data representation is compatible to XChar2b and QChar. It's therefore possible to exchange data with X and Qt with shallow copies.

UString (class)

Global (class)

KJSO (class)

enum Type {AbstractType = 1, UndefinedType, NullType, BooleanType, NumberType, StringType, ObjectType, HostType, ReferenceType, CompletionType, FunctionType, InternalFunctionType, DeclaredFunctionType, AnonymousFunctionType, ConstructorType, ActivationType }

Types of classes derived from KJSO

enum Attribute {None = 0, ReadOnly = 1 << 1, DontEnum = 1 << 2, DontDelete = 1 << 3, Internal = 1 << 4 }

Property attributes.

enum Class {UndefClass, ArrayClass, StringClass, BooleanClass, NumberClass, ObjectClass, DateClass, RegExpClass, ErrorClass }

Types of classes derived from Object.

enum Compl {Normal, Break, Continue, ReturnValue, Throw }

Completion types.

enum ErrorType {NoError = 0, GeneralError, EvalError, RangeError, ReferenceError, SyntaxError, TypeError, URIError }

Error codes.

Imp (class)

Object (class)

TypeInfo (struct)

ObjectImp (class)

HostImp (class)

Error (class)

Function (class)

FunctionImp (class)

InternalFunctionImp (class)

ConstructorImp (class)

Constructor (class)

CString (class)


Generated by: root@porky.devel.redhat.com on Wed May 10 08:57:04 2000, using kdoc 2.0a35.