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

#include <SVGPoint.h>

Inheritance diagram for WebCore::SVGPoint:
WebCore::SVGPropertyTearOff< FloatPoint > WebCore::SVGPropertyTearOffBase WebCore::SVGProperty WTF::RefCounted< SVGProperty > WTF::RefCounted< SVGProperty > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase

Public Member Functions

float x ()
 
ExceptionOr< voidsetX (float xValue)
 
float y ()
 
ExceptionOr< voidsetY (float xValue)
 
ExceptionOr< Ref< SVGPoint > > matrixTransform (SVGMatrix &matrix)
 
- Public Member Functions inherited from WebCore::SVGPropertyTearOff< FloatPoint >
virtual PropertyTypepropertyReference ()
 
SVGAnimatedPropertyanimatedProperty () const
 
virtual void setValue (PropertyType &value)
 
void setAnimatedProperty (SVGAnimatedProperty *animatedProperty)
 
SVGElementcontextElement () const
 
void addChild (WeakPtr< SVGPropertyTearOffBase > child)
 
void detachWrapper () override
 
void commitChange () override
 
bool isReadOnly () const override
 
- Public Member Functions inherited from WebCore::SVGProperty
virtual ~SVGProperty ()
 
virtual ~SVGProperty ()
 
- Public Member Functions inherited from WTF::RefCounted< SVGProperty >
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< SVGPointcreate (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, FloatPoint &value)
 
static Ref< SVGPointcreate (const FloatPoint &initialValue={ })
 
static Ref< SVGPointcreate (const FloatPoint *initialValue)
 
template<typename T >
static ExceptionOr< Ref< SVGPoint > > create (ExceptionOr< T > &&initialValue)
 
- Static Public Member Functions inherited from WebCore::SVGPropertyTearOff< FloatPoint >
static Ref< Selfcreate (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, PropertyType &value)
 
static Ref< Selfcreate (const PropertyType &initialValue)
 
static Ref< Selfcreate (const PropertyType *initialValue)
 
static ExceptionOr< Ref< Self > > create (ExceptionOr< U > &&initialValue)
 

Protected Member Functions

 SVGPoint (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, FloatPoint &value)
 
 SVGPoint (SVGPropertyRole role, FloatPoint &value)
 
 SVGPoint (const FloatPoint &initialValue)
 
 SVGPoint (const FloatPoint *initialValue)
 
- Protected Member Functions inherited from WebCore::SVGPropertyTearOff< FloatPoint >
 SVGPropertyTearOff (SVGAnimatedProperty *animatedProperty, SVGPropertyRole role, PropertyType &value)
 
 SVGPropertyTearOff (const PropertyType &initialValue)
 
 SVGPropertyTearOff (const PropertyType *initialValue)
 
virtual ~SVGPropertyTearOff ()
 
void detachChildren ()
 
- Protected Member Functions inherited from WTF::RefCounted< SVGProperty >
 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
 

Additional Inherited Members

- Public Types inherited from WebCore::SVGPropertyTearOff< FloatPoint >
using PropertyType = FloatPoint
 
using Self = SVGPropertyTearOff< PropertyType >
 
- Protected Attributes inherited from WebCore::SVGPropertyTearOff< FloatPoint >
RefPtr< SVGAnimatedPropertym_animatedProperty
 
SVGPropertyRole m_role
 
PropertyTypem_value
 
Vector< WeakPtr< SVGPropertyTearOffBase > > m_childTearOffs
 
bool m_valueIsCopy
 

Constructor & Destructor Documentation

◆ SVGPoint() [1/4]

WebCore::SVGPoint::SVGPoint ( SVGAnimatedProperty animatedProperty,
SVGPropertyRole  role,
FloatPoint value 
)
inlineprotected

◆ SVGPoint() [2/4]

WebCore::SVGPoint::SVGPoint ( SVGPropertyRole  role,
FloatPoint value 
)
inlineprotected

◆ SVGPoint() [3/4]

WebCore::SVGPoint::SVGPoint ( const FloatPoint initialValue)
inlineexplicitprotected

◆ SVGPoint() [4/4]

WebCore::SVGPoint::SVGPoint ( const FloatPoint initialValue)
inlineexplicitprotected

Member Function Documentation

◆ create() [1/4]

static Ref<SVGPoint> WebCore::SVGPoint::create ( SVGAnimatedProperty animatedProperty,
SVGPropertyRole  role,
FloatPoint value 
)
inlinestatic

◆ create() [2/4]

static Ref<SVGPoint> WebCore::SVGPoint::create ( const FloatPoint initialValue = { })
inlinestatic

◆ create() [3/4]

static Ref<SVGPoint> WebCore::SVGPoint::create ( const FloatPoint initialValue)
inlinestatic

◆ create() [4/4]

template<typename T >
static ExceptionOr<Ref<SVGPoint> > WebCore::SVGPoint::create ( ExceptionOr< T > &&  initialValue)
inlinestatic

◆ matrixTransform()

ExceptionOr<Ref<SVGPoint> > WebCore::SVGPoint::matrixTransform ( SVGMatrix matrix)
inline

◆ setX()

ExceptionOr<void> WebCore::SVGPoint::setX ( float  xValue)
inline

◆ setY()

ExceptionOr<void> WebCore::SVGPoint::setY ( float  xValue)
inline

◆ x()

float WebCore::SVGPoint::x ( )
inline

◆ y()

float WebCore::SVGPoint::y ( )
inline

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