KHTML
#include <css_value.h>
Public Member Functions | |
Rect () | |
Rect (const Rect &other) | |
~Rect () | |
CSSPrimitiveValue | bottom () const |
RectImpl * | handle () const |
bool | isNull () const |
CSSPrimitiveValue | left () const |
Rect & | operator= (const Rect &other) |
CSSPrimitiveValue | right () const |
CSSPrimitiveValue | top () const |
Protected Member Functions | |
Rect (RectImpl *i) | |
Protected Attributes | |
RectImpl * | impl |
Detailed Description
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.
Definition at line 640 of file css_value.h.
Constructor & Destructor Documentation
DOM::Rect::Rect | ( | ) |
Definition at line 493 of file css_value.cpp.
DOM::Rect::Rect | ( | const Rect & | other | ) |
Definition at line 498 of file css_value.cpp.
DOM::Rect::~Rect | ( | ) |
Definition at line 520 of file css_value.cpp.
|
protected |
Definition at line 504 of file css_value.cpp.
Member Function Documentation
CSSPrimitiveValue DOM::Rect::bottom | ( | ) | const |
This attribute is used for the bottom of the rect.
Definition at line 537 of file css_value.cpp.
RectImpl * DOM::Rect::handle | ( | ) | const |
not part of the DOM
Definition at line 549 of file css_value.cpp.
bool DOM::Rect::isNull | ( | ) | const |
Definition at line 554 of file css_value.cpp.
CSSPrimitiveValue DOM::Rect::left | ( | ) | const |
This attribute is used for the left of the rect.
Definition at line 543 of file css_value.cpp.
Definition at line 510 of file css_value.cpp.
CSSPrimitiveValue DOM::Rect::right | ( | ) | const |
This attribute is used for the right of the rect.
Definition at line 531 of file css_value.cpp.
CSSPrimitiveValue DOM::Rect::top | ( | ) | const |
This attribute is used for the top of the rect.
Definition at line 525 of file css_value.cpp.
Member Data Documentation
|
protected |
Definition at line 683 of file css_value.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:26:21 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.