MovePointsParams Class Reference

#include <pathops.h>

Inheritance diagram for MovePointsParams:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 MovePointsParams (NodePath *pPath, ElementCoord *ChangeData, INT32 NumChanges)
 Constructor for the parameter class to be passed to OpMovePathPoint::DoWithParam.

Public Attributes

NodePathPathToEdit
ElementCoordPathChanges
INT32 ChangesCount

Detailed Description

Definition at line 222 of file pathops.h.


Constructor & Destructor Documentation

MovePointsParams::MovePointsParams NodePath pPath,
ElementCoord ChangeData,
INT32  NumChanges
 

Constructor for the parameter class to be passed to OpMovePathPoint::DoWithParam.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
7/11/94
Parameters:
pPath - Pointer to a path [INPUTS] ChangeData - pointer to a block describing changes to be made to the path. NumChanges - the number of change data items in the change block
See also:
OpMovePathPoint::DoWithParam
Returns:
Errors:

Definition at line 974 of file pathops.cpp.

00974                                                                                               : OpParam( INT32(0), INT32(0) ) \
00975 { 
00976     PathToEdit = pPath;
00977     PathChanges = ChangeData;
00978     ChangesCount = NumChanges;
00979 };


Member Data Documentation

INT32 MovePointsParams::ChangesCount
 

Definition at line 231 of file pathops.h.

ElementCoord* MovePointsParams::PathChanges
 

Definition at line 230 of file pathops.h.

NodePath* MovePointsParams::PathToEdit
 

Definition at line 229 of file pathops.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:56:20 2007 for Camelot by  doxygen 1.4.4