KJS::DOMRect Class Reference
Inheritance diagram for KJS::DOMRect:

Detailed Description
Definition at line 270 of file kjs_css.h.
Public Types | |
| Top | |
| Right | |
| Bottom | |
| Left | |
| enum | { Top, Right, Bottom, Left } |
Public Member Functions | |
| DOMRect (ExecState *, const DOM::Rect &r) | |
| ~DOMRect () | |
| virtual Value | tryGet (ExecState *exec, const Identifier &propertyName) const |
| Value | getValueProperty (ExecState *exec, int token) const |
| virtual const ClassInfo * | classInfo () const |
Static Public Attributes | |
| static const ClassInfo | info = { "Rect", 0, &DOMRectTable, 0 } |
Protected Attributes | |
| DOM::Rect | rect |
The documentation for this class was generated from the following files:

