DOM::RectImpl Class Reference
List of all members.Detailed Description
Definition at line 267 of file css_valueimpl.h.
Public Member Functions | |
| RectImpl () | |
| ~RectImpl () | |
| CSSPrimitiveValueImpl * | top () const |
| CSSPrimitiveValueImpl * | right () const |
| CSSPrimitiveValueImpl * | bottom () const |
| CSSPrimitiveValueImpl * | left () const |
| void | setTop (CSSPrimitiveValueImpl *top) |
| void | setRight (CSSPrimitiveValueImpl *right) |
| void | setBottom (CSSPrimitiveValueImpl *bottom) |
| void | setLeft (CSSPrimitiveValueImpl *left) |
Protected Attributes | |
| CSSPrimitiveValueImpl * | m_top |
| CSSPrimitiveValueImpl * | m_right |
| CSSPrimitiveValueImpl * | m_bottom |
| CSSPrimitiveValueImpl * | m_left |
The documentation for this class was generated from the following files:

