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

#include <SVGTransform.h>

Inheritance diagram for WebCore::SVGTransform:
WebCore::SVGPropertyTearOff< SVGTransformValue > 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

unsigned short type ()
 
Ref< SVGMatrixmatrix ()
 
float angle ()
 
ExceptionOr< voidsetMatrix (SVGMatrix &matrix)
 
ExceptionOr< voidsetTranslate (float tx, float ty)
 
ExceptionOr< voidsetScale (float sx, float sy)
 
ExceptionOr< voidsetRotate (float angle, float cx, float cy)
 
ExceptionOr< voidsetSkewX (float angle)
 
ExceptionOr< voidsetSkewY (float angle)
 
- Public Member Functions inherited from WebCore::SVGPropertyTearOff< SVGTransformValue >
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< SVGTransformcreate (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, SVGTransformValue &value)
 
static Ref< SVGTransformcreate (const SVGTransformValue &initialValue={ })
 
static Ref< SVGTransformcreate (const SVGTransformValue *initialValue)
 
template<typename T >
static ExceptionOr< Ref< SVGTransform > > create (ExceptionOr< T > &&initialValue)
 
- Static Public Member Functions inherited from WebCore::SVGPropertyTearOff< SVGTransformValue >
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)
 

Additional Inherited Members

- Public Types inherited from WebCore::SVGPropertyTearOff< SVGTransformValue >
using PropertyType = SVGTransformValue
 
using Self = SVGPropertyTearOff< PropertyType >
 
- Protected Member Functions inherited from WebCore::SVGPropertyTearOff< SVGTransformValue >
 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
 
- Protected Attributes inherited from WebCore::SVGPropertyTearOff< SVGTransformValue >
RefPtr< SVGAnimatedPropertym_animatedProperty
 
SVGPropertyRole m_role
 
PropertyTypem_value
 
Vector< WeakPtr< SVGPropertyTearOffBase > > m_childTearOffs
 
bool m_valueIsCopy
 

Member Function Documentation

◆ angle()

float WebCore::SVGTransform::angle ( )
inline

◆ create() [1/4]

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

◆ create() [2/4]

static Ref<SVGTransform> WebCore::SVGTransform::create ( const SVGTransformValue initialValue = { })
inlinestatic

◆ create() [3/4]

static Ref<SVGTransform> WebCore::SVGTransform::create ( const SVGTransformValue initialValue)
inlinestatic

◆ create() [4/4]

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

◆ matrix()

Ref< SVGMatrix > SVGTransform::matrix ( )

◆ setMatrix()

ExceptionOr<void> WebCore::SVGTransform::setMatrix ( SVGMatrix matrix)
inline

◆ setRotate()

ExceptionOr<void> WebCore::SVGTransform::setRotate ( float  angle,
float  cx,
float  cy 
)
inline

◆ setScale()

ExceptionOr<void> WebCore::SVGTransform::setScale ( float  sx,
float  sy 
)
inline

◆ setSkewX()

ExceptionOr<void> WebCore::SVGTransform::setSkewX ( float  angle)
inline

◆ setSkewY()

ExceptionOr<void> WebCore::SVGTransform::setSkewY ( float  angle)
inline

◆ setTranslate()

ExceptionOr<void> WebCore::SVGTransform::setTranslate ( float  tx,
float  ty 
)
inline

◆ type()

unsigned short WebCore::SVGTransform::type ( )
inline

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