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

#include <BasicShapes.h>

Inheritance diagram for WebCore::BasicShapeInset:
WebCore::BasicShape WebCore::BasicShape WTF::RefCounted< BasicShape > WTF::RefCounted< BasicShape > WTF::RefCounted< BasicShape > WTF::RefCounted< BasicShape > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

const Lengthtop () const
 
const Lengthright () const
 
const Lengthbottom () const
 
const Lengthleft () const
 
const LengthSizetopLeftRadius () const
 
const LengthSizetopRightRadius () const
 
const LengthSizebottomRightRadius () const
 
const LengthSizebottomLeftRadius () const
 
void setTop (Length top)
 
void setRight (Length right)
 
void setBottom (Length bottom)
 
void setLeft (Length left)
 
void setTopLeftRadius (LengthSize radius)
 
void setTopRightRadius (LengthSize radius)
 
void setBottomRightRadius (LengthSize radius)
 
void setBottomLeftRadius (LengthSize radius)
 
const Lengthtop () const
 
const Lengthright () const
 
const Lengthbottom () const
 
const Lengthleft () const
 
const LengthSizetopLeftRadius () const
 
const LengthSizetopRightRadius () const
 
const LengthSizebottomRightRadius () const
 
const LengthSizebottomLeftRadius () const
 
void setTop (Length top)
 
void setRight (Length right)
 
void setBottom (Length bottom)
 
void setLeft (Length left)
 
void setTopLeftRadius (LengthSize radius)
 
void setTopRightRadius (LengthSize radius)
 
void setBottomRightRadius (LengthSize radius)
 
void setBottomLeftRadius (LengthSize radius)
 
- Public Member Functions inherited from WebCore::BasicShape
virtual ~BasicShape ()
 
virtual WindRule windRule () const
 
virtual ~BasicShape ()
 
virtual WindRule windRule () const
 
- Public Member Functions inherited from WTF::RefCounted< BasicShape >
void deref () const
 
void deref () const
 
void deref () const
 
- Public Member Functions inherited from WTF::RefCountedBase
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 
void ref () const
 
bool hasOneRef () const
 
unsigned refCount () const
 
void relaxAdoptionRequirement ()
 

Static Public Member Functions

static Ref< BasicShapeInsetcreate ()
 
static Ref< BasicShapeInsetcreate ()
 

Additional Inherited Members

- Public Types inherited from WebCore::BasicShape
enum  Type {
  BasicShapePolygonType, BasicShapePathType, BasicShapeCircleType, BasicShapeEllipseType,
  BasicShapeInsetType, BasicShapePolygonType, BasicShapePathType, BasicShapeCircleType,
  BasicShapeEllipseType, BasicShapeInsetType
}
 
enum  Type {
  BasicShapePolygonType, BasicShapePathType, BasicShapeCircleType, BasicShapeEllipseType,
  BasicShapeInsetType, BasicShapePolygonType, BasicShapePathType, BasicShapeCircleType,
  BasicShapeEllipseType, BasicShapeInsetType
}
 
- Protected Member Functions inherited from WTF::RefCounted< BasicShape >
 RefCounted ()
 
 RefCounted ()
 
 RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
 ~RefCounted ()
 
- Protected Member Functions inherited from WTF::RefCountedBase
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 
 RefCountedBase ()
 
 ~RefCountedBase ()
 
bool derefBase () const
 
bool deletionHasBegun () const
 

Member Function Documentation

◆ bottom() [1/2]

const Length& WebCore::BasicShapeInset::bottom ( ) const
inline

◆ bottom() [2/2]

const Length& WebCore::BasicShapeInset::bottom ( ) const
inline

◆ bottomLeftRadius() [1/2]

const LengthSize& WebCore::BasicShapeInset::bottomLeftRadius ( ) const
inline

◆ bottomLeftRadius() [2/2]

const LengthSize& WebCore::BasicShapeInset::bottomLeftRadius ( ) const
inline

◆ bottomRightRadius() [1/2]

const LengthSize& WebCore::BasicShapeInset::bottomRightRadius ( ) const
inline

◆ bottomRightRadius() [2/2]

const LengthSize& WebCore::BasicShapeInset::bottomRightRadius ( ) const
inline

◆ create() [1/2]

static Ref<BasicShapeInset> WebCore::BasicShapeInset::create ( )
inlinestatic

◆ create() [2/2]

static Ref<BasicShapeInset> WebCore::BasicShapeInset::create ( )
inlinestatic

◆ left() [1/2]

const Length& WebCore::BasicShapeInset::left ( ) const
inline

◆ left() [2/2]

const Length& WebCore::BasicShapeInset::left ( ) const
inline

◆ right() [1/2]

const Length& WebCore::BasicShapeInset::right ( ) const
inline

◆ right() [2/2]

const Length& WebCore::BasicShapeInset::right ( ) const
inline

◆ setBottom() [1/2]

void WebCore::BasicShapeInset::setBottom ( Length  bottom)
inline

◆ setBottom() [2/2]

void WebCore::BasicShapeInset::setBottom ( Length  bottom)
inline

◆ setBottomLeftRadius() [1/2]

void WebCore::BasicShapeInset::setBottomLeftRadius ( LengthSize  radius)
inline

◆ setBottomLeftRadius() [2/2]

void WebCore::BasicShapeInset::setBottomLeftRadius ( LengthSize  radius)
inline

◆ setBottomRightRadius() [1/2]

void WebCore::BasicShapeInset::setBottomRightRadius ( LengthSize  radius)
inline

◆ setBottomRightRadius() [2/2]

void WebCore::BasicShapeInset::setBottomRightRadius ( LengthSize  radius)
inline

◆ setLeft() [1/2]

void WebCore::BasicShapeInset::setLeft ( Length  left)
inline

◆ setLeft() [2/2]

void WebCore::BasicShapeInset::setLeft ( Length  left)
inline

◆ setRight() [1/2]

void WebCore::BasicShapeInset::setRight ( Length  right)
inline

◆ setRight() [2/2]

void WebCore::BasicShapeInset::setRight ( Length  right)
inline

◆ setTop() [1/2]

void WebCore::BasicShapeInset::setTop ( Length  top)
inline

◆ setTop() [2/2]

void WebCore::BasicShapeInset::setTop ( Length  top)
inline

◆ setTopLeftRadius() [1/2]

void WebCore::BasicShapeInset::setTopLeftRadius ( LengthSize  radius)
inline

◆ setTopLeftRadius() [2/2]

void WebCore::BasicShapeInset::setTopLeftRadius ( LengthSize  radius)
inline

◆ setTopRightRadius() [1/2]

void WebCore::BasicShapeInset::setTopRightRadius ( LengthSize  radius)
inline

◆ setTopRightRadius() [2/2]

void WebCore::BasicShapeInset::setTopRightRadius ( LengthSize  radius)
inline

◆ top() [1/2]

const Length& WebCore::BasicShapeInset::top ( ) const
inline

◆ top() [2/2]

const Length& WebCore::BasicShapeInset::top ( ) const
inline

◆ topLeftRadius() [1/2]

const LengthSize& WebCore::BasicShapeInset::topLeftRadius ( ) const
inline

◆ topLeftRadius() [2/2]

const LengthSize& WebCore::BasicShapeInset::topLeftRadius ( ) const
inline

◆ topRightRadius() [1/2]

const LengthSize& WebCore::BasicShapeInset::topRightRadius ( ) const
inline

◆ topRightRadius() [2/2]

const LengthSize& WebCore::BasicShapeInset::topRightRadius ( ) const
inline

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