DOM::Rect

Search for usage in LXR

#include <css_value.h>

Public Member Functions

 Rect (const Rect &other)
 
CSSPrimitiveValue bottom () const
 
RectImpl * handle () const
 
bool isNull () const
 
CSSPrimitiveValue left () const
 
Rectoperator= (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 639 of file css_value.h.

Member Function Documentation

◆ bottom()

CSSPrimitiveValue DOM::Rect::bottom ( ) const

This attribute is used for the bottom of the rect.

Definition at line 648 of file css_value.cpp.

◆ handle()

RectImpl * DOM::Rect::handle ( ) const

not part of the DOM

Definition at line 664 of file css_value.cpp.

◆ left()

CSSPrimitiveValue DOM::Rect::left ( ) const

This attribute is used for the left of the rect.

Definition at line 656 of file css_value.cpp.

◆ right()

CSSPrimitiveValue DOM::Rect::right ( ) const

This attribute is used for the right of the rect.

Definition at line 640 of file css_value.cpp.

◆ top()

CSSPrimitiveValue DOM::Rect::top ( ) const

This attribute is used for the top of the rect.

Definition at line 632 of file css_value.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Mar 22 2023 04:00:02 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.