|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <SVGPoint.h>
Static Public Member Functions | |
| static Ref< SVGPoint > | create (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, FloatPoint &value) |
| static Ref< SVGPoint > | create (const FloatPoint &initialValue={ }) |
| static Ref< SVGPoint > | create (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< Self > | create (SVGAnimatedProperty &animatedProperty, SVGPropertyRole role, PropertyType &value) |
| static Ref< Self > | create (const PropertyType &initialValue) |
| static Ref< Self > | create (const PropertyType *initialValue) |
| static ExceptionOr< Ref< Self > > | create (ExceptionOr< U > &&initialValue) |
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< SVGAnimatedProperty > | m_animatedProperty |
| SVGPropertyRole | m_role |
| PropertyType * | m_value |
| Vector< WeakPtr< SVGPropertyTearOffBase > > | m_childTearOffs |
| bool | m_valueIsCopy |
|
inlineprotected |
|
inlineprotected |
|
inlineexplicitprotected |
|
inlineexplicitprotected |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
1.8.13