OpParamPasteAtPosition Class Reference

Holds information allowing the paste op to paste objects at a specific position. More...

#include <cutop.h>

Inheritance diagram for OpParamPasteAtPosition:

OpParam CCObject SimpleCCObject List of all members.

Public Member Functions

 OpParamPasteAtPosition ()
 OpParamPasteAtPosition (Spread *pTheSpread, DocCoord &TheCentre)
SpreadGetSpread ()
DocCoord GetCentre ()

Private Attributes

SpreadpSpread
DocCoord Centre

Detailed Description

Holds information allowing the paste op to paste objects at a specific position.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
10/10/96
See also:
Operation::OpParam

Definition at line 183 of file cutop.h.


Constructor & Destructor Documentation

OpParamPasteAtPosition::OpParamPasteAtPosition  )  [inline]
 

Definition at line 188 of file cutop.h.

00189             { pSpread = NULL; Centre.x = Centre.y = 0; }

OpParamPasteAtPosition::OpParamPasteAtPosition Spread pTheSpread,
DocCoord TheCentre
[inline]
 

Definition at line 191 of file cutop.h.

00192             { pSpread = pTheSpread; Centre = TheCentre; }


Member Function Documentation

DocCoord OpParamPasteAtPosition::GetCentre  )  [inline]
 

Definition at line 195 of file cutop.h.

00195 { return Centre; }

Spread* OpParamPasteAtPosition::GetSpread  )  [inline]
 

Definition at line 194 of file cutop.h.

00194 { return pSpread; }


Member Data Documentation

DocCoord OpParamPasteAtPosition::Centre [private]
 

Definition at line 199 of file cutop.h.

Spread* OpParamPasteAtPosition::pSpread [private]
 

Definition at line 198 of file cutop.h.


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