Package | net.systemeD.halcyon.connection.actions |
Class | public class MoveWayAction |
Inheritance | MoveWayAction ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
MoveWayAction(way:Way, latDelta:Number, lonDelta:Number, moved:Object)
| MoveWayAction | ||
![]() |
clearActions():void
Clear the list of actions
| CompositeUndoableAction | |
doAction():uint
| MoveWayAction | ||
![]() |
mergePrevious(previous:UndoableAction):Boolean
Can this action be merged with the previous action? This is sometimes wanted, such as
when moving nodes around.
| UndoableAction | |
![]() |
push(action:UndoableAction):void
Add an action to the list of actions that make up this CompositeUndoableAction
| CompositeUndoableAction | |
![]() |
toString():String
Returns the name of this composite action, along with the (recursive) description of all the sub actions
| CompositeUndoableAction | |
undoAction():uint
| MoveWayAction | ||
![]() |
undoFrom(index:int):void
Undo the actions from a given index.
| CompositeUndoableAction |
MoveWayAction | () | constructor |
public function MoveWayAction(way:Way, latDelta:Number, lonDelta:Number, moved:Object)
Parameters
way:Way |
|
latDelta:Number |
|
lonDelta:Number |
|
moved:Object |
doAction | () | method |
public override function doAction():uint
Returns
uint |
undoAction | () | method |
public override function undoAction():uint
Returns
uint |