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 638 of file css_value.h.
Constructor & Destructor Documentation
DOM::Rect::Rect | ( | ) |
Definition at line 489 of file css_value.cpp.
DOM::Rect::Rect | ( | const Rect & | other | ) |
Definition at line 494 of file css_value.cpp.
DOM::Rect::~Rect | ( | ) |
Definition at line 516 of file css_value.cpp.
|
protected |
Definition at line 500 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 533 of file css_value.cpp.
RectImpl * DOM::Rect::handle | ( | ) | const |
not part of the DOM
Definition at line 545 of file css_value.cpp.
bool DOM::Rect::isNull | ( | ) | const |
Definition at line 550 of file css_value.cpp.
CSSPrimitiveValue DOM::Rect::left | ( | ) | const |
This attribute is used for the left of the rect.
Definition at line 539 of file css_value.cpp.
Definition at line 506 of file css_value.cpp.
CSSPrimitiveValue DOM::Rect::right | ( | ) | const |
This attribute is used for the right of the rect.
Definition at line 527 of file css_value.cpp.
CSSPrimitiveValue DOM::Rect::top | ( | ) | const |
This attribute is used for the top of the rect.
Definition at line 521 of file css_value.cpp.
Member Data Documentation
|
protected |
Definition at line 681 of file css_value.h.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:51:23 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.