webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
WebCore::SVGPathSeg Class Referenceabstract

#include <SVGPathSeg.h>

Inheritance diagram for WebCore::SVGPathSeg:
WTF::RefCounted< SVGPathSeg > WTF::RefCountedBase WTF::RefCountedBase WTF::RefCountedBase WebCore::SVGPathSegWithContext WebCore::SVGPathSegArc WebCore::SVGPathSegClosePath WebCore::SVGPathSegCurvetoCubic WebCore::SVGPathSegCurvetoCubicSmooth WebCore::SVGPathSegCurvetoQuadratic WebCore::SVGPathSegLinetoHorizontal WebCore::SVGPathSegLinetoVertical WebCore::SVGPathSegSingleCoordinate

Public Types

enum  {
  PATHSEG_UNKNOWN = PathSegUnknown, PATHSEG_CLOSEPATH = PathSegClosePath, PATHSEG_MOVETO_ABS = PathSegMoveToAbs, PATHSEG_MOVETO_REL = PathSegMoveToRel,
  PATHSEG_LINETO_ABS = PathSegLineToAbs, PATHSEG_LINETO_REL = PathSegLineToRel, PATHSEG_CURVETO_CUBIC_ABS = PathSegCurveToCubicAbs, PATHSEG_CURVETO_CUBIC_REL = PathSegCurveToCubicRel,
  PATHSEG_CURVETO_QUADRATIC_ABS = PathSegCurveToQuadraticAbs, PATHSEG_CURVETO_QUADRATIC_REL = PathSegCurveToQuadraticRel, PATHSEG_ARC_ABS = PathSegArcAbs, PATHSEG_ARC_REL = PathSegArcRel,
  PATHSEG_LINETO_HORIZONTAL_ABS = PathSegLineToHorizontalAbs, PATHSEG_LINETO_HORIZONTAL_REL = PathSegLineToHorizontalRel, PATHSEG_LINETO_VERTICAL_ABS = PathSegLineToVerticalAbs, PATHSEG_LINETO_VERTICAL_REL = PathSegLineToVerticalRel,
  PATHSEG_CURVETO_CUBIC_SMOOTH_ABS = PathSegCurveToCubicSmoothAbs, PATHSEG_CURVETO_CUBIC_SMOOTH_REL = PathSegCurveToCubicSmoothRel, PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS = PathSegCurveToQuadraticSmoothAbs, PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL = PathSegCurveToQuadraticSmoothRel
}
 

Public Member Functions

 SVGPathSeg ()
 
virtual ~SVGPathSeg ()
 
virtual unsigned short pathSegType () const =0
 
virtual String pathSegTypeAsLetter () const =0
 
- Public Member Functions inherited from WTF::RefCounted< SVGPathSeg >
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 ()
 

Additional Inherited Members

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

◆ anonymous enum

anonymous enum
Enumerator
PATHSEG_UNKNOWN 
PATHSEG_CLOSEPATH 
PATHSEG_MOVETO_ABS 
PATHSEG_MOVETO_REL 
PATHSEG_LINETO_ABS 
PATHSEG_LINETO_REL 
PATHSEG_CURVETO_CUBIC_ABS 
PATHSEG_CURVETO_CUBIC_REL 
PATHSEG_CURVETO_QUADRATIC_ABS 
PATHSEG_CURVETO_QUADRATIC_REL 
PATHSEG_ARC_ABS 
PATHSEG_ARC_REL 
PATHSEG_LINETO_HORIZONTAL_ABS 
PATHSEG_LINETO_HORIZONTAL_REL 
PATHSEG_LINETO_VERTICAL_ABS 
PATHSEG_LINETO_VERTICAL_REL 
PATHSEG_CURVETO_CUBIC_SMOOTH_ABS 
PATHSEG_CURVETO_CUBIC_SMOOTH_REL 
PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS 
PATHSEG_CURVETO_QUADRATIC_SMOOTH_REL 

Constructor & Destructor Documentation

◆ SVGPathSeg()

WebCore::SVGPathSeg::SVGPathSeg ( )
inline

◆ ~SVGPathSeg()

virtual WebCore::SVGPathSeg::~SVGPathSeg ( )
inlinevirtual

Member Function Documentation

◆ pathSegType()

virtual unsigned short WebCore::SVGPathSeg::pathSegType ( ) const
pure virtual

◆ pathSegTypeAsLetter()

virtual String WebCore::SVGPathSeg::pathSegTypeAsLetter ( ) const
pure virtual

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