khtml Library API Documentation

DOM::Rect Class Reference

The Rect interface is used to represent any rect value. More...

#include <css_value.h>

Collaboration diagram for DOM::Rect:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Rect ()
 Rect (const Rect &other)
Rectoperator= (const Rect &other)
 ~Rect ()
CSSPrimitiveValue top () const
CSSPrimitiveValue right () const
CSSPrimitiveValue bottom () const
CSSPrimitiveValue left () const
RectImplhandle () const
bool isNull () const

Protected Member Functions

 Rect (RectImpl *i)

Protected Attributes

RectImplimpl

Friends

class CSSPrimitiveValue

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 641 of file css_value.h.


Member Function Documentation

CSSPrimitiveValue DOM::Rect::top  )  const
 

This attribute is used for the top of the rect.

Definition at line 551 of file css_value.cpp.

References impl, and DOM::RectImpl::top().

Referenced by KJS::DOMRect::getValueProperty().

CSSPrimitiveValue DOM::Rect::right  )  const
 

This attribute is used for the right of the rect.

Definition at line 557 of file css_value.cpp.

References impl, and DOM::RectImpl::right().

Referenced by KJS::DOMRect::getValueProperty().

CSSPrimitiveValue DOM::Rect::bottom  )  const
 

This attribute is used for the bottom of the rect.

Definition at line 563 of file css_value.cpp.

References DOM::RectImpl::bottom(), and impl.

Referenced by KJS::DOMRect::getValueProperty().

CSSPrimitiveValue DOM::Rect::left  )  const
 

This attribute is used for the left of the rect.

Definition at line 569 of file css_value.cpp.

References impl, and DOM::RectImpl::left().

Referenced by KJS::DOMRect::getValueProperty().


The documentation for this class was generated from the following files:
KDE Logo
This file is part of the documentation for khtml Library Version 3.4.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Sep 16 07:12:01 2005 by doxygen 1.4.4 written by Dimitri van Heesch, © 1997-2003