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

#include <WebKitPoint.h>

Inheritance diagram for WebCore::WebKitPoint:
WTF::RefCounted< WebKitPoint > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

float x () const
 
float y () const
 
void setX (float x)
 
void setY (float y)
 
- Public Member Functions inherited from WTF::RefCounted< WebKitPoint >
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< WebKitPointcreate ()
 
static Ref< WebKitPointcreate (float x, float y)
 

Additional Inherited Members

- Protected Member Functions inherited from WTF::RefCounted< WebKitPoint >
 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

◆ create() [1/2]

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

◆ create() [2/2]

static Ref<WebKitPoint> WebCore::WebKitPoint::create ( float  x,
float  y 
)
inlinestatic

◆ setX()

void WebCore::WebKitPoint::setX ( float  x)
inline

◆ setY()

void WebCore::WebKitPoint::setY ( float  y)
inline

◆ x()

float WebCore::WebKitPoint::x ( ) const
inline

◆ y()

float WebCore::WebKitPoint::y ( ) const
inline

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