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

#include <DOMPath.h>

Inheritance diagram for WebCore::DOMPath:
WTF::RefCounted< DOMPath > WebCore::CanvasPath WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

virtual ~DOMPath ()
 
const Pathpath () const
 
- Public Member Functions inherited from WTF::RefCounted< DOMPath >
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 ()
 
- Public Member Functions inherited from WebCore::CanvasPath
virtual ~CanvasPath ()
 
void closePath ()
 
void moveTo (float x, float y)
 
void lineTo (float x, float y)
 
void quadraticCurveTo (float cpx, float cpy, float x, float y)
 
void bezierCurveTo (float cp1x, float cp1y, float cp2x, float cp2y, float x, float y)
 
ExceptionOr< voidarcTo (float x0, float y0, float x1, float y1, float radius)
 
ExceptionOr< voidarc (float x, float y, float r, float sa, float ea, bool anticlockwise)
 
ExceptionOr< voidellipse (float x, float y, float radiusX, float radiusY, float rotation, float startAngle, float endAngled, bool anticlockwise)
 
void rect (float x, float y, float width, float height)
 

Static Public Member Functions

static Ref< DOMPathcreate ()
 
static Ref< DOMPathcreate (const Path &path)
 
static Ref< DOMPathcreate (const DOMPath &path)
 
static Ref< DOMPathcreate (const String &pathData)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< DOMPath >
 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
 
- Protected Member Functions inherited from WebCore::CanvasPath
 CanvasPath ()
 
 CanvasPath (const Path &path)
 
virtual bool hasInvertibleTransform () const
 
void lineTo (FloatPoint)
 
- Protected Attributes inherited from WebCore::CanvasPath
Path m_path
 

Constructor & Destructor Documentation

◆ ~DOMPath()

DOMPath::~DOMPath ( )
virtual

Member Function Documentation

◆ create() [1/4]

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

◆ create() [2/4]

static Ref<DOMPath> WebCore::DOMPath::create ( const Path path)
inlinestatic

◆ create() [3/4]

static Ref<DOMPath> WebCore::DOMPath::create ( const DOMPath path)
inlinestatic

◆ create() [4/4]

static Ref<DOMPath> WebCore::DOMPath::create ( const String pathData)
inlinestatic

◆ path()

const Path& WebCore::DOMPath::path ( ) const
inline

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