class SugPathSeg

This is the base class of all path segments

Inheritance:


Public Methods

[more] SugPathSeg ()
The class constructor
[more]unsigned short getPathSegType ()
Returns the path segment type.
[more]char* getPathSegTypeAsLetter ()
This is from the SVG IDL and is currently unused
[more]SugRealType getX ()
Returns the x component
[more]SugRealType getY ()
Returns the y component
[more]unsigned short setPathSegType (unsigned short newPathSegType)
Sets the path segment type
[more]char* setPathSetTypeAsLetter (char* newPathSegTypeAsLetter)
Sets the path segment type as letter member, currently unused
[more]SugRealType setX (SugRealType newX)
Sets the x component
[more]SugRealType setY (SugRealType newY)
Sets the y component
[more] ~SugPathSeg ()
The class destructor

Protected Fields

[more]char* mPathSegTypeAsLetter
This is from the SVG IDL and is currently unused
[more]unsigned short mPathSetType
This is the path segment type.
[more]SugRealType mX
All path segments at least have an x and a y.
[more]SugRealType mY
All path segments at least have an x and a y.


Documentation

This is the base class of all path segments
ounsigned short mPathSetType
This is the path segment type. With it we know what to cast each segment that comes out of the segment vector in SugPathElement.

ochar* mPathSegTypeAsLetter
This is from the SVG IDL and is currently unused

oSugRealType mX
All path segments at least have an x and a y. This is the x component.

oSugRealType mY
All path segments at least have an x and a y. This is the y component.

ounsigned short getPathSegType()
Returns the path segment type. This is used for casting.

ochar* getPathSegTypeAsLetter()
This is from the SVG IDL and is currently unused

ounsigned short setPathSegType(unsigned short newPathSegType)
Sets the path segment type

ochar* setPathSetTypeAsLetter(char* newPathSegTypeAsLetter)
Sets the path segment type as letter member, currently unused

oSugRealType getX()
Returns the x component

oSugRealType getY()
Returns the y component

oSugRealType setX(SugRealType newX)
Sets the x component

oSugRealType setY(SugRealType newY)
Sets the y component

o SugPathSeg()
The class constructor

o ~SugPathSeg()
The class destructor


Direct child classes:
SugPathSegCurvetoQuadratic
SugPathSegCurvetoCubicSmooth
SugPathSegCurvetoCubic
SugPathSegArc

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.