PathEditedMsg Class Reference

This message is sent whenever a single control point or an endpoint on a path is edited. A client of this message is the Line tool, which uses the data in this message to update the edit fields in its infobar. More...

#include <pathops.h>

Inheritance diagram for PathEditedMsg:

Msg CCObject SimpleCCObject List of all members.

Public Member Functions

 PathEditedMsg (Path *pPath, Spread *pSpread, INT32 Index)
 initilise a PathEditedMsg

Public Attributes

PathEditPath
SpreadEditSpread
INT32 EndPoint

Detailed Description

This message is sent whenever a single control point or an endpoint on a path is edited. A client of this message is the Line tool, which uses the data in this message to update the edit fields in its infobar.

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
07/12/94
See also:
OpEditControlPoint, OpEditEndPoint, BezierTool

Definition at line 299 of file pathops.h.


Constructor & Destructor Documentation

PathEditedMsg::PathEditedMsg Path pPath,
Spread pSpread,
INT32  Index
 

initilise a PathEditedMsg

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
07/12/94
Parameters:
pPath - pointer to the edited path [INPUTS] pSpread - pointer to the spread containing the path Index - the edited endpoint
See also:
PathEditedMsg

Definition at line 168 of file pathops.cpp.

00170 {                              
00171     EditPath = pPath;
00172     EditSpread = pSpread;
00173     EndPoint = Index;
00174 }


Member Data Documentation

Path* PathEditedMsg::EditPath
 

Definition at line 304 of file pathops.h.

Spread* PathEditedMsg::EditSpread
 

Definition at line 305 of file pathops.h.

INT32 PathEditedMsg::EndPoint
 

Definition at line 306 of file pathops.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:59:32 2007 for Camelot by  doxygen 1.4.4