CreateMouldParam Class Reference

The OpParam to use when Invoke()ing the CreateNewMould operation. More...

#include <moldtool.h>

Inheritance diagram for CreateMouldParam:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 CreateMouldParam (Path *pPath, MouldSpace mSpace, BOOL FitObjects, BOOL Lock)

Public Attributes

PathParamShape
MouldSpace ParamSpace
BOOL FitSelection
BOOL LockAspect

Detailed Description

The OpParam to use when Invoke()ing the CreateNewMould operation.

Author:
Mike_Kenny (Xara Group Ltd) <camelotdev@xara.com>
Date:
12/12/94

Definition at line 278 of file moldtool.h.


Constructor & Destructor Documentation

CreateMouldParam::CreateMouldParam Path pPath,
MouldSpace  mSpace,
BOOL  FitObjects,
BOOL  Lock
[inline]
 

Definition at line 283 of file moldtool.h.

00283                                                                                      : OpParam(0, 0) \
00284             { ParamShape = pPath; 
00285               ParamSpace = mSpace;
00286               FitSelection = FitObjects;
00287               LockAspect = Lock;
00288             }


Member Data Documentation

BOOL CreateMouldParam::FitSelection
 

Definition at line 292 of file moldtool.h.

BOOL CreateMouldParam::LockAspect
 

Definition at line 293 of file moldtool.h.

Path* CreateMouldParam::ParamShape
 

Definition at line 290 of file moldtool.h.

MouldSpace CreateMouldParam::ParamSpace
 

Definition at line 291 of file moldtool.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:53:15 2007 for Camelot by  doxygen 1.4.4