DOM::Rect Class Reference
#include <css_value.h>
Detailed Description
TheRect
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.
Definition at line 642 of file css_value.h.
Public Member Functions | |
Rect () | |
Rect (const Rect &other) | |
Rect & | operator= (const Rect &other) |
~Rect () | |
CSSPrimitiveValue | top () const |
CSSPrimitiveValue | right () const |
CSSPrimitiveValue | bottom () const |
CSSPrimitiveValue | left () const |
RectImpl * | handle () const |
bool | isNull () const |
Protected Member Functions | |
Rect (RectImpl *i) | |
Protected Attributes | |
RectImpl * | impl |
Friends | |
class | CSSPrimitiveValue |
Member Function Documentation
CSSPrimitiveValue DOM::Rect::bottom | ( | ) | const |
CSSPrimitiveValue DOM::Rect::left | ( | ) | const |
CSSPrimitiveValue DOM::Rect::right | ( | ) | const |
CSSPrimitiveValue DOM::Rect::top | ( | ) | const |
The documentation for this class was generated from the following files: