Package | net.systemeD.halcyon.connection.actions |
Class | public class RemoveNodeFromWayAction |
Inheritance | RemoveNodeFromWayAction ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
RemoveNodeFromWayAction | |||
doAction():uint
| RemoveNodeFromWayAction | ||
![]() |
mergePrevious(previous:UndoableAction):Boolean
Can this action be merged with the previous action? This is sometimes wanted, such as
when moving nodes around.
| UndoableAction | |
![]() |
toString():String
| UndoableEntityAction | |
undoAction():uint
| RemoveNodeFromWayAction |
RemoveNodeFromWayAction | () | constructor |
public function RemoveNodeFromWayAction(way:Way, node:Node, nodeList:Array)
Parameters
way:Way |
|
node:Node |
|
nodeList:Array |
doAction | () | method |
public override function doAction():uint
Returns
uint |
undoAction | () | method |
public override function undoAction():uint
Returns
uint |