|
|
The Rect
interface is used to represent any
rect value. This interface reflects the values in the
underlying style property. Hence, modifications made through this
interface modify the style property.
Rect ()
| Rect |
Rect (const Rect &other)
| Rect |
Rect & operator = (const Rect &other)
| operator = |
~Rect ()
| ~Rect |
CSSPrimitiveValue top ()
| top |
[const]
This attribute is used for the top of the rect.
CSSPrimitiveValue right ()
| right |
[const]
This attribute is used for the right of the rect.
CSSPrimitiveValue bottom ()
| bottom |
[const]
This attribute is used for the bottom of the rect.
CSSPrimitiveValue left ()
| left |
[const]
This attribute is used for the left of the rect.
RectImpl * handle ()
| handle |
[const]
not part of the DOM
bool isNull ()
| isNull |
[const]
RectImpl * impl | impl |
[protected]
Rect (RectImpl *i)
| Rect |
[protected]
Generated by: dfaure on faure on Tue Apr 16 08:50:42 2002, using kdoc 2.0a53. |