Object Class Reference
[ECMAScript/QtScript - Native Objects]

ECMASCript Object prototype object. More...

Inheritance diagram for Object:

Array Boolean ByteArray Color ColorGroup Date Error Font Function Image Number Palette Pixmap Point QObject Rect RegExp Size String List of all members.

Properties (QtScript Extensions)

 __defineGetter__
 __defineSetter__
 __proto__
 constructor
 prototype

Methods (QtScript Extensions)

 connect ()
 disconnect ()

Methods

Boolean hasOwnProperty (V)
Boolean IsEnumerable (V)
Boolean isPrototypeOf (V)
String toLocaleString ()
String toString ()
Object valueOf ()

Constructors

 Object ()

Detailed Description

ECMASCript Object prototype object.

Object Properties
Todo:
Update
Example:
    var oMyObject = new Object;
    oMyObject.m_nMyProperty = 100;


Constructor & Destructor Documentation

Object::Object (  ) 

Default Constructor.


Member Function Documentation

String Object::toString (  ) 

Returns:
A string representation of the Object.

Reimplemented in DzSettings, Array, Boolean, Date, Number, Function, Error, RegExp, and String.


Generated on Thu Sep 24 12:21:16 2009

Copyright © 2002 - 2009 DAZ 3D, Inc.