class Imp

Base for all implementation classes. More...

Full nameKJS::Imp
Definition#include <object.h>
Inherited byConstructorImp, FunctionImp, HostImp, InternalFunctionImp, ObjectImp
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods

Public Members

Protected Methods


Detailed Description

 Imp ()

Imp

KJSO  toPrimitive (Type preferred = UndefinedType)

toPrimitive

[const virtual]

Boolean  toBoolean ()

toBoolean

[const virtual]

Number  toNumber ()

toNumber

[const virtual]

String  toString ()

toString

[const virtual]

Object  toObject ()

toObject

[const virtual]

KJSO  get (const UString &p)

get

[const virtual]

bool  hasProperty (const UString &p, bool recursive = true)

hasProperty

[const virtual]

void  put (const UString &p, const KJSO& v)

put

[virtual]

void  put (const UString &p, const KJSO& v, int attr)

put

bool  canPut (const UString &p)

canPut

[const virtual]

bool  deleteProperty (const UString &p)

deleteProperty

[virtual]

KJSO  defaultValue (Type hint)

defaultValue

[const virtual]

bool  implementsCall ()

implementsCall

[const]

void  mark (Imp *imp = 0L)

mark

[virtual]

Type  type ()

type

[const]

const TypeInfo*  typeInfo ()

typeInfo

[const virtual]

Returns: The TypeInfo struct describing this object.

void  setPrototype (const KJSO& p)

setPrototype

void  setConstructor (const KJSO& c)

setConstructor

void* operator  new (size_t)

new

void operator  delete (void*)

delete

void operator  delete (void*, size_t)

delete

static int count

count

 ~Imp ()

~Imp

[protected virtual]

unsigned int refcount

refcount


Generated by: faure on ftp.kde.com on Wed Jun 20 13:27:18 2001, using kdoc 2.0a53.