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

#include <IntRectExtent.h>

Public Member Functions

 IntRectExtent ()
 
 IntRectExtent (int top, int right, int bottom, int left)
 
int top () const
 
void setTop (int top)
 
int right () const
 
void setRight (int right)
 
int bottom () const
 
void setBottom (int bottom)
 
int left () const
 
void setLeft (int left)
 
void expandRect (LayoutRect &rect) const
 
 IntRectExtent ()
 
 IntRectExtent (int top, int right, int bottom, int left)
 
int top () const
 
void setTop (int top)
 
int right () const
 
void setRight (int right)
 
int bottom () const
 
void setBottom (int bottom)
 
int left () const
 
void setLeft (int left)
 
void expandRect (LayoutRect &rect) const
 

Constructor & Destructor Documentation

◆ IntRectExtent() [1/4]

WebCore::IntRectExtent::IntRectExtent ( )
inline

◆ IntRectExtent() [2/4]

WebCore::IntRectExtent::IntRectExtent ( int  top,
int  right,
int  bottom,
int  left 
)
inline

◆ IntRectExtent() [3/4]

WebCore::IntRectExtent::IntRectExtent ( )
inline

◆ IntRectExtent() [4/4]

WebCore::IntRectExtent::IntRectExtent ( int  top,
int  right,
int  bottom,
int  left 
)
inline

Member Function Documentation

◆ bottom() [1/2]

int WebCore::IntRectExtent::bottom ( ) const
inline

◆ bottom() [2/2]

int WebCore::IntRectExtent::bottom ( ) const
inline

◆ expandRect() [1/2]

void WebCore::IntRectExtent::expandRect ( LayoutRect rect) const
inline

◆ expandRect() [2/2]

void WebCore::IntRectExtent::expandRect ( LayoutRect rect) const
inline

◆ left() [1/2]

int WebCore::IntRectExtent::left ( ) const
inline

◆ left() [2/2]

int WebCore::IntRectExtent::left ( ) const
inline

◆ right() [1/2]

int WebCore::IntRectExtent::right ( ) const
inline

◆ right() [2/2]

int WebCore::IntRectExtent::right ( ) const
inline

◆ setBottom() [1/2]

void WebCore::IntRectExtent::setBottom ( int  bottom)
inline

◆ setBottom() [2/2]

void WebCore::IntRectExtent::setBottom ( int  bottom)
inline

◆ setLeft() [1/2]

void WebCore::IntRectExtent::setLeft ( int  left)
inline

◆ setLeft() [2/2]

void WebCore::IntRectExtent::setLeft ( int  left)
inline

◆ setRight() [1/2]

void WebCore::IntRectExtent::setRight ( int  right)
inline

◆ setRight() [2/2]

void WebCore::IntRectExtent::setRight ( int  right)
inline

◆ setTop() [1/2]

void WebCore::IntRectExtent::setTop ( int  top)
inline

◆ setTop() [2/2]

void WebCore::IntRectExtent::setTop ( int  top)
inline

◆ top() [1/2]

int WebCore::IntRectExtent::top ( ) const
inline

◆ top() [2/2]

int WebCore::IntRectExtent::top ( ) const
inline

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