#include <pathops.h>
Inheritance diagram for PathEditedMsg:
Public Member Functions | |
PathEditedMsg (Path *pPath, Spread *pSpread, INT32 Index) | |
initilise a PathEditedMsg | |
Public Attributes | |
Path * | EditPath |
Spread * | EditSpread |
INT32 | EndPoint |
Definition at line 299 of file pathops.h.
|
initilise a PathEditedMsg
Definition at line 168 of file pathops.cpp. 00170 { 00171 EditPath = pPath; 00172 EditSpread = pSpread; 00173 EndPoint = Index; 00174 }
|
|
|
|
|
|
|