webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Protected Member Functions | List of all members
WebCore::RectBase Class Reference

#include <Rect.h>

Inheritance diagram for WebCore::RectBase:
WebCore::Quad WebCore::Quad WebCore::Rect WebCore::Rect

Public Member Functions

CSSPrimitiveValuetop () const
 
CSSPrimitiveValueright () const
 
CSSPrimitiveValuebottom () const
 
CSSPrimitiveValueleft () const
 
void setTop (RefPtr< CSSPrimitiveValue > &&top)
 
void setRight (RefPtr< CSSPrimitiveValue > &&right)
 
void setBottom (RefPtr< CSSPrimitiveValue > &&bottom)
 
void setLeft (RefPtr< CSSPrimitiveValue > &&left)
 
bool equals (const RectBase &other) const
 
CSSPrimitiveValuetop () const
 
CSSPrimitiveValueright () const
 
CSSPrimitiveValuebottom () const
 
CSSPrimitiveValueleft () const
 
void setTop (RefPtr< CSSPrimitiveValue > &&top)
 
void setRight (RefPtr< CSSPrimitiveValue > &&right)
 
void setBottom (RefPtr< CSSPrimitiveValue > &&bottom)
 
void setLeft (RefPtr< CSSPrimitiveValue > &&left)
 
bool equals (const RectBase &other) const
 

Protected Member Functions

 RectBase ()
 
 ~RectBase ()
 
 RectBase ()
 
 ~RectBase ()
 

Constructor & Destructor Documentation

◆ RectBase() [1/2]

WebCore::RectBase::RectBase ( )
inlineprotected

◆ ~RectBase() [1/2]

WebCore::RectBase::~RectBase ( )
inlineprotected

◆ RectBase() [2/2]

WebCore::RectBase::RectBase ( )
inlineprotected

◆ ~RectBase() [2/2]

WebCore::RectBase::~RectBase ( )
inlineprotected

Member Function Documentation

◆ bottom() [1/2]

CSSPrimitiveValue* WebCore::RectBase::bottom ( ) const
inline

◆ bottom() [2/2]

CSSPrimitiveValue* WebCore::RectBase::bottom ( ) const
inline

◆ equals() [1/2]

bool WebCore::RectBase::equals ( const RectBase other) const
inline

◆ equals() [2/2]

bool WebCore::RectBase::equals ( const RectBase other) const
inline

◆ left() [1/2]

CSSPrimitiveValue* WebCore::RectBase::left ( ) const
inline

◆ left() [2/2]

CSSPrimitiveValue* WebCore::RectBase::left ( ) const
inline

◆ right() [1/2]

CSSPrimitiveValue* WebCore::RectBase::right ( ) const
inline

◆ right() [2/2]

CSSPrimitiveValue* WebCore::RectBase::right ( ) const
inline

◆ setBottom() [1/2]

void WebCore::RectBase::setBottom ( RefPtr< CSSPrimitiveValue > &&  bottom)
inline

◆ setBottom() [2/2]

void WebCore::RectBase::setBottom ( RefPtr< CSSPrimitiveValue > &&  bottom)
inline

◆ setLeft() [1/2]

void WebCore::RectBase::setLeft ( RefPtr< CSSPrimitiveValue > &&  left)
inline

◆ setLeft() [2/2]

void WebCore::RectBase::setLeft ( RefPtr< CSSPrimitiveValue > &&  left)
inline

◆ setRight() [1/2]

void WebCore::RectBase::setRight ( RefPtr< CSSPrimitiveValue > &&  right)
inline

◆ setRight() [2/2]

void WebCore::RectBase::setRight ( RefPtr< CSSPrimitiveValue > &&  right)
inline

◆ setTop() [1/2]

void WebCore::RectBase::setTop ( RefPtr< CSSPrimitiveValue > &&  top)
inline

◆ setTop() [2/2]

void WebCore::RectBase::setTop ( RefPtr< CSSPrimitiveValue > &&  top)
inline

◆ top() [1/2]

CSSPrimitiveValue* WebCore::RectBase::top ( ) const
inline

◆ top() [2/2]

CSSPrimitiveValue* WebCore::RectBase::top ( ) const
inline

The documentation for this class was generated from the following file: