KHTML
DOM::Rect Class Reference
TheRect
interface is used to represent any rect value.
More...
#include <css_value.h>
Public Member Functions | |
CSSPrimitiveValue | bottom () const |
RectImpl * | handle () const |
bool | isNull () const |
CSSPrimitiveValue | left () const |
Rect & | operator= (const Rect &other) |
Rect (const Rect &other) | |
Rect () | |
CSSPrimitiveValue | right () const |
CSSPrimitiveValue | top () const |
~Rect () | |
Protected Member Functions | |
Rect (RectImpl *i) | |
Protected Attributes | |
RectImpl * | impl |
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.
Constructor & Destructor Documentation
DOM::Rect::Rect | ( | ) |
Definition at line 519 of file css_value.cpp.
DOM::Rect::Rect | ( | const Rect & | other | ) |
Definition at line 524 of file css_value.cpp.
DOM::Rect::~Rect | ( | ) |
Definition at line 546 of file css_value.cpp.
DOM::Rect::Rect | ( | RectImpl * | i | ) | [protected] |
Definition at line 530 of file css_value.cpp.
Member Function Documentation
CSSPrimitiveValue DOM::Rect::bottom | ( | ) | const |
RectImpl * DOM::Rect::handle | ( | ) | const |
bool DOM::Rect::isNull | ( | ) | const |
Definition at line 580 of file css_value.cpp.
CSSPrimitiveValue DOM::Rect::left | ( | ) | const |
Definition at line 536 of file css_value.cpp.
CSSPrimitiveValue DOM::Rect::right | ( | ) | const |
CSSPrimitiveValue DOM::Rect::top | ( | ) | const |
Member Data Documentation
RectImpl* DOM::Rect::impl [protected] |
Definition at line 685 of file css_value.h.
The documentation for this class was generated from the following files: