|
|
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: root on macppc.ports.openbsd.org on Sat Sep 6 10:37:43 2003, using kdoc 2.0a54. |