pathops.h File Reference

(r1785/r1282)

#include "transop.h"

Go to the source code of this file.

Classes

class  OpBaseConvertPathSegment
 This is the base class for the two operations that convert curve segments into line segments and vice-versa. More...
class  OpMakeSegmentsLines
 This class will change all the selected segments in all selected paths from curves into lines (ignoring segments that are already lines!). More...
class  OpMakeSegmentsCurves
 This class will change all the selected segments in all selected paths from lines into curves (ignoring segments that are already curves!). More...
struct  ElementCoord
 The OpParam to use when calling OpMovePathPoints. Used to pass in the path to alter and which coords to change. More...
class  MovePointsParams
class  OpMovePathPoint
 This operation allows the exact positioning of elements in a path. More...
class  NewPathCreatedMsg
 This message is sent whenever a new path is created. The only client of this message (at the moment) is the Line tool, which needs to clear it's floating endpoint when a new path is created. More...
class  PathEditedMsg
 This message is sent whenever a single control point or an endpoint on a path is edited. A client of this message is the Line tool, which uses the data in this message to update the edit fields in its infobar. More...
class  OpMenuSelectPathPoints
 This operation is the base of select/deselect all endpoints in a path. More...
class  OpSelectAllPathPoints
 This operation is used to select all endpoints in a path. More...
class  OpDeSelectAllPathPoints
 This operation is used to deselect all endpoints in a path. More...
class  OpReversePath

Defines

#define OPTOKEN_MOVEPATHPOINT   _T("MovePathPoint")
#define OPTOKEN_MAKELINESOP   _T("MakeLines")
#define OPTOKEN_MAKECURVESOP   _T("MakeCurves")
#define OPTOKEN_SELECTALLPATHPOINTS   _T("SelectAllPathPoints")
#define OPTOKEN_DESELECTALLPATHPOINTS   _T("DeSelectAllPathPoints")
#define OPTOKEN_REVERSEPATH   _T("ReversePath")
 The operation class that is responsible for changing fill profiles.


Define Documentation

#define OPTOKEN_DESELECTALLPATHPOINTS   _T("DeSelectAllPathPoints")
 

Definition at line 107 of file pathops.h.

#define OPTOKEN_MAKECURVESOP   _T("MakeCurves")
 

Definition at line 105 of file pathops.h.

#define OPTOKEN_MAKELINESOP   _T("MakeLines")
 

Definition at line 104 of file pathops.h.

#define OPTOKEN_MOVEPATHPOINT   _T("MovePathPoint")
 

Definition at line 103 of file pathops.h.

#define OPTOKEN_REVERSEPATH   _T("ReversePath")
 

The operation class that is responsible for changing fill profiles.

Author:
Chris_Snook (Xara Group Ltd) <camelotdev@xara.com>
Date:
7/2/2000
See also:
-

Definition at line 386 of file pathops.h.

#define OPTOKEN_SELECTALLPATHPOINTS   _T("SelectAllPathPoints")
 

Definition at line 106 of file pathops.h.


Generated on Sat Nov 10 03:49:18 2007 for Camelot by  doxygen 1.4.4