TransformData Struct Reference

Holds the flags and additional data for the transform operations that are started by the Selector Tool. MonoOn DocCoord CentreOfTrans; // The centre of the transform INT32 StartBlob; // The blob that the transform was started from BOOL LockAspect; // Should the aspect ratio be locked BOOL LeaveCopy; // Should we leave a copy of the selection BOOL ScaleLines; // Should line widths be scaled as well BOOL TransFills; // Should fills be transformed as well Range* pRange; // range to transform; if NULL, use the selection MonoOff. More...

#include <transop.h>

List of all members.

Public Attributes

DocCoord CentreOfTrans
INT32 StartBlob
RangepRange
UINT32 LockAspect: 1
UINT32 LeaveCopy: 1
UINT32 ScaleLines: 1
UINT32 TransFills: 1


Detailed Description

Holds the flags and additional data for the transform operations that are started by the Selector Tool. MonoOn DocCoord CentreOfTrans; // The centre of the transform INT32 StartBlob; // The blob that the transform was started from BOOL LockAspect; // Should the aspect ratio be locked BOOL LeaveCopy; // Should we leave a copy of the selection BOOL ScaleLines; // Should line widths be scaled as well BOOL TransFills; // Should fills be transformed as well Range* pRange; // range to transform; if NULL, use the selection MonoOff.

Author:
Rik_Heywood (Xara Group Ltd) <camelotdev@xara.com>
Date:
19/7/94

Definition at line 136 of file transop.h.


Member Data Documentation

DocCoord TransformData::CentreOfTrans
 

Definition at line 139 of file transop.h.

UINT32 TransformData::LeaveCopy
 

Definition at line 145 of file transop.h.

UINT32 TransformData::LockAspect
 

Definition at line 144 of file transop.h.

Range* TransformData::pRange
 

Definition at line 141 of file transop.h.

UINT32 TransformData::ScaleLines
 

Definition at line 146 of file transop.h.

INT32 TransformData::StartBlob
 

Definition at line 140 of file transop.h.

UINT32 TransformData::TransFills
 

Definition at line 147 of file transop.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 10 04:02:12 2007 for Camelot by  doxygen 1.4.4