Main Page | Modules | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

CP_S_PathOperation Struct Reference

List of all members.

Public Member Functions

 CP_S_PathOperation ()
 CP_S_PathOperation (CP_E_PathOperation inPathOp, CP_Point inStartPoint, CP_Point inEndPoint)
 CP_S_PathOperation (CP_E_PathOperation inPathOp, CP_Point inStartPoint, CP_Point inEndPoint, CP_Point inControlPointOne, CP_Point inControlPointTwo)
 CP_S_PathOperation (const CP_S_PathOperation &inOperation)
CP_S_PathOperationoperator= (const CP_S_PathOperation &inOperation)

Public Attributes

CP_E_PathOperation fPathOp
CP_Point fStartPoint
CP_Point fEndPoint
CP_Point fControlPointOne
CP_Point fControlPointTwo

Constructor & Destructor Documentation

CP_S_PathOperation::CP_S_PathOperation  ) 
 

Constructor.

Exceptions:
none 

CP_S_PathOperation::CP_S_PathOperation CP_E_PathOperation  inPathOp,
CP_Point  inStartPoint,
CP_Point  inEndPoint
 

Constructor.

Parameters:
inPathOp The path operation to be performed.
inStartPoint The starting point of the drawing operation.
inEndPoint The ending point of the drawing operation.
Exceptions:
none 

CP_S_PathOperation::CP_S_PathOperation CP_E_PathOperation  inPathOp,
CP_Point  inStartPoint,
CP_Point  inEndPoint,
CP_Point  inControlPointOne,
CP_Point  inControlPointTwo
 

Constructor.

Parameters:
inPathOp The path operation to be performed.
inStartPoint The starting point of the drawing operation.
inEndPoint The ending point of the drawing operation.
inControlPointOne Control point one.
inControlPointTwo Control point two.
Exceptions:
none 

CP_S_PathOperation::CP_S_PathOperation const CP_S_PathOperation inOperation  ) 
 

Copy constructor.

Parameters:
inOperation The CP_S_PathOperation structure to copy the data from.
Exceptions:
none 


Member Function Documentation

CP_S_PathOperation & CP_S_PathOperation::operator= const CP_S_PathOperation inOperation  ) 
 

Assignment operator.

Parameters:
inOperation The CP_S_PathOperation structure to copy the data from.
Exceptions:
none 


Member Data Documentation

CP_E_PathOperation CP_S_PathOperation::fPathOp
 

CP_Point CP_S_PathOperation::fStartPoint
 

CP_Point CP_S_PathOperation::fEndPoint
 

CP_Point CP_S_PathOperation::fControlPointOne
 

CP_Point CP_S_PathOperation::fControlPointTwo
 


The documentation for this struct was generated from the following files:
Generated on Sat Sep 17 20:02:06 2005 for CPLAT by  doxygen 1.4.0