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

#include <DOMPoint.h>

Inheritance diagram for WebCore::DOMPoint:
WebCore::DOMPointReadOnly WebCore::ScriptWrappable WTF::RefCounted< DOMPointReadOnly > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

void setX (double x)
 
void setY (double y)
 
void setZ (double z)
 
void setW (double w)
 
- Public Member Functions inherited from WebCore::DOMPointReadOnly
double x () const
 
double y () const
 
double z () const
 
double w () const
 
- Public Member Functions inherited from WebCore::ScriptWrappable
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
JSDOMObjectwrapper () const
 
void setWrapper (JSDOMObject *, JSC::WeakHandleOwner *, void *)
 
void clearWrapper (JSDOMObject *)
 
- Public Member Functions inherited from WTF::RefCounted< DOMPointReadOnly >
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< DOMPointcreate (double x, double y, double z, double w)
 
static Ref< DOMPointcreate (const DOMPointInit &init)
 
static Ref< DOMPointfromPoint (const DOMPointInit &init)
 
- Static Public Member Functions inherited from WebCore::DOMPointReadOnly
static Ref< DOMPointReadOnlycreate (double x, double y, double z, double w)
 
static Ref< DOMPointReadOnlycreate (const DOMPointInit &init)
 
static Ref< DOMPointReadOnlyfromPoint (const DOMPointInit &init)
 
- Static Public Member Functions inherited from WebCore::ScriptWrappable
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 
template<typename Derived >
static ptrdiff_t offsetOfWrapper ()
 

Additional Inherited Members

- Protected Member Functions inherited from WebCore::DOMPointReadOnly
 DOMPointReadOnly (double x, double y, double z, double w)
 
- Protected Member Functions inherited from WebCore::ScriptWrappable
 ~ScriptWrappable ()
 
 ~ScriptWrappable ()
 
- Protected Member Functions inherited from WTF::RefCounted< DOMPointReadOnly >
 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 Attributes inherited from WebCore::DOMPointReadOnly
double m_x
 
double m_y
 
double m_z
 
double m_w
 

Member Function Documentation

◆ create() [1/2]

static Ref<DOMPoint> WebCore::DOMPoint::create ( double  x,
double  y,
double  z,
double  w 
)
inlinestatic

◆ create() [2/2]

static Ref<DOMPoint> WebCore::DOMPoint::create ( const DOMPointInit init)
inlinestatic

◆ fromPoint()

static Ref<DOMPoint> WebCore::DOMPoint::fromPoint ( const DOMPointInit init)
inlinestatic

◆ setW()

void WebCore::DOMPoint::setW ( double  w)
inline

◆ setX()

void WebCore::DOMPoint::setX ( double  x)
inline

◆ setY()

void WebCore::DOMPoint::setY ( double  y)
inline

◆ setZ()

void WebCore::DOMPoint::setZ ( double  z)
inline

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