NewPathCreatedMsg Class Reference

This message is sent whenever a new path is created. The only client of this message (at the moment) is the Line tool, which needs to clear it's floating endpoint when a new path is created. More...

#include <pathops.h>

Inheritance diagram for NewPathCreatedMsg:

Msg CCObject SimpleCCObject List of all members.

Public Member Functions

 NewPathCreatedMsg (NodePath *pPath, Operation *CurOp, ActionList *Undos)
 initilise a NewPathCreatedMsg

Public Attributes

NodePathNewPath
OperationCurrentOp
ActionListUndoActs

Detailed Description

This message is sent whenever a new path is created. The only client of this message (at the moment) is the Line tool, which needs to clear it's floating endpoint when a new path is created.

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

Definition at line 273 of file pathops.h.


Constructor & Destructor Documentation

NewPathCreatedMsg::NewPathCreatedMsg NodePath pPath,
Operation CurOp,
ActionList Undos
 

initilise a NewPathCreatedMsg

Author:
Peter_Arnold (Xara Group Ltd) <camelotdev@xara.com>
Date:
06/12/94
Parameters:
pPath - pointer to the newly created path [INPUTS] CurOp - pointer to the currently active operation Undos - pointer to the operations undo list
See also:
NewPathCreatedMsg

Definition at line 148 of file pathops.cpp.

00149 {                              
00150     CurrentOp = CurOp;
00151     NewPath = pPath;    
00152     UndoActs = Undos;
00153 }


Member Data Documentation

Operation* NewPathCreatedMsg::CurrentOp
 

Definition at line 279 of file pathops.h.

NodePath* NewPathCreatedMsg::NewPath
 

Definition at line 278 of file pathops.h.

ActionList* NewPathCreatedMsg::UndoActs
 

Definition at line 280 of file pathops.h.


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