class
SugPathSegCurvetoQuadratic
The class represents the Q,q path command
Inheritance:
Public Methods
SugPathSegCurvetoQuadratic
()
The class constructor
SugRealType
getX1
()
Returns the x1 variable
SugRealType
getY1
()
Returns the y1 variable
SugRealType
setX1
(SugRealType newX1)
Sets the x1 variable
SugRealType
setY1
(SugRealType newY1)
Sets the y1 variable
~SugPathSegCurvetoQuadratic
()
The class destructor
Protected Fields
SugRealType
mX1
The x1 variable
SugRealType
mY1
The y1 variable
Inherited from
SugPathSeg
:
Public Methods
unsigned short
getPathSegType
()
char*
getPathSegTypeAsLetter
()
SugRealType
getX
()
SugRealType
getY
()
unsigned short
setPathSegType
(unsigned short newPathSegType)
char*
setPathSetTypeAsLetter
(char* newPathSegTypeAsLetter)
SugRealType
setX
(SugRealType newX)
SugRealType
setY
(SugRealType newY)
Protected Fields
char*
mPathSegTypeAsLetter
unsigned short
mPathSetType
SugRealType
mX
SugRealType
mY
Documentation
The class represents the Q,q path command
SugRealType mX1
The x1 variable
SugRealType mY1
The y1 variable
SugRealType getX1()
Returns the x1 variable
SugRealType getY1()
Returns the y1 variable
SugRealType setX1(SugRealType newX1)
Sets the x1 variable
SugRealType setY1(SugRealType newY1)
Sets the y1 variable
SugPathSegCurvetoQuadratic()
The class constructor
~SugPathSegCurvetoQuadratic()
The class destructor
This class has no child classes.
Alphabetic index
HTML hierarchy of classes
or
Java
This page was generated with the help of
DOC++
.