|
|
The <code> Rect </code> interface is used to represent any <a href="http://www.w3.org/TR/REC-CSS2/visufx.html#value-def-shape"> rect </a> 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@daffy.perf.redhat.com on Mon Jul 14 13:28:10 2003, using kdoc 2.0a53. |