ShapeEditedMsg Class Reference

This message is sent whenever a shape is edited. More...

#include <shapeops.h>

Inheritance diagram for ShapeEditedMsg:

Msg CCObject SimpleCCObject List of all members.

Public Member Functions

 ShapeEditedMsg (NodeRegularShape *pChangeShape, Spread *pParentSpread)
 initilise a ShapeEditedMsg

Public Attributes

NodeRegularShapepShape
SpreadpSpread

Detailed Description

This message is sent whenever a shape is edited.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
17/1/95
See also:
-

Definition at line 494 of file shapeops.h.


Constructor & Destructor Documentation

ShapeEditedMsg::ShapeEditedMsg NodeRegularShape pChangeShape,
Spread pParentSpread
 

initilise a ShapeEditedMsg

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
17/1/95
Parameters:
pChangeShape - pointer to the edited shape [INPUTS] pParentSpread - pointer to the parent spread of the object
See also:
ShapeEditedMsg

Definition at line 177 of file shapeops.cpp.

00178 {                              
00179     pShape = pChangeShape;
00180     pSpread = pParentSpread;
00181 }


Member Data Documentation

NodeRegularShape* ShapeEditedMsg::pShape
 

Definition at line 499 of file shapeops.h.

Spread* ShapeEditedMsg::pSpread
 

Definition at line 500 of file shapeops.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:01:13 2007 for Camelot by  doxygen 1.4.4