• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdehtml
 

tdehtml

  • DOM
  • Rect
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
DOM::Rect Class Reference

#include <css_value.h>

Public Member Functions

 Rect (const Rect &other)
 
Rect & operator= (const Rect &other)
 
CSSPrimitiveValue top () const
 
CSSPrimitiveValue right () const
 
CSSPrimitiveValue bottom () const
 
CSSPrimitiveValue left () const
 
RectImpl * handle () const
 
bool isNull () const
 

Protected Member Functions

 Rect (RectImpl *i)
 

Protected Attributes

RectImpl * impl
 

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

Constructor & Destructor Documentation

◆ Rect() [1/3]

DOM::Rect::Rect ( )

Definition at line 519 of file css_value.cpp.

◆ Rect() [2/3]

DOM::Rect::Rect ( const Rect &  other)

Definition at line 524 of file css_value.cpp.

◆ ~Rect()

DOM::Rect::~Rect ( )

Definition at line 546 of file css_value.cpp.

◆ Rect() [3/3]

DOM::Rect::Rect ( RectImpl *  i)
protected

Definition at line 530 of file css_value.cpp.

Member Function Documentation

◆ bottom()

CSSPrimitiveValue DOM::Rect::bottom ( ) const

This attribute is used for the bottom of the rect.

Definition at line 563 of file css_value.cpp.

◆ handle()

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

Definition at line 575 of file css_value.cpp.

◆ isNull()

bool DOM::Rect::isNull ( ) const

Definition at line 580 of file css_value.cpp.

◆ left()

CSSPrimitiveValue DOM::Rect::left ( ) const

This attribute is used for the left of the rect.

Definition at line 569 of file css_value.cpp.

◆ operator=()

Rect & DOM::Rect::operator= ( const Rect &  other)

Definition at line 536 of file css_value.cpp.

◆ right()

CSSPrimitiveValue DOM::Rect::right ( ) const

This attribute is used for the right of the rect.

Definition at line 557 of file css_value.cpp.

◆ top()

CSSPrimitiveValue DOM::Rect::top ( ) const

This attribute is used for the top of the rect.

Definition at line 551 of file css_value.cpp.

Friends And Related Function Documentation

◆ CSSPrimitiveValue

friend class CSSPrimitiveValue
friend

Definition at line 644 of file css_value.h.

Member Data Documentation

◆ impl

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:
  • css_value.h
  • css_value.cpp

tdehtml

Skip menu "tdehtml"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

tdehtml

Skip menu "tdehtml"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdehtml by doxygen 1.9.4
This website is maintained by Timothy Pearson.