ChangeContourWidthParam Class Reference

Parameter for the change countour operation. More...

#include <opcntr.h>

Inheritance diagram for ChangeContourWidthParam:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 ChangeContourWidthParam (List *pNodes, MILLIPOINT NewWidth, BOOL bKeepDirection)

Public Attributes

Listm_pNodes
MILLIPOINT m_Width
BOOL m_bKeepDirection

Detailed Description

Parameter for the change countour operation.

Author:
David_McClarnon (Xara Group Ltd) <camelotdev@xara.com>
Date:
17/3/99

Definition at line 287 of file opcntr.h.


Constructor & Destructor Documentation

ChangeContourWidthParam::ChangeContourWidthParam List pNodes,
MILLIPOINT  NewWidth,
BOOL  bKeepDirection
[inline]
 

Definition at line 296 of file opcntr.h.

00297     {   
00298         m_pNodes = pNodes;
00299         m_Width = NewWidth;
00300         m_bKeepDirection = bKeepDirection;
00301     }


Member Data Documentation

BOOL ChangeContourWidthParam::m_bKeepDirection
 

Definition at line 305 of file opcntr.h.

List* ChangeContourWidthParam::m_pNodes
 

Definition at line 303 of file opcntr.h.

MILLIPOINT ChangeContourWidthParam::m_Width
 

Definition at line 304 of file opcntr.h.


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