Package | net.systemeD.halcyon.connection.actions |
Class | public class SplitWayAction |
Inheritance | SplitWayAction ![]() ![]() |
Method | Defined by | ||
---|---|---|---|
SplitWayAction(selectedWay:Way, nodeIndex:uint)
| SplitWayAction | ||
![]() |
clearActions():void
Clear the list of actions
| CompositeUndoableAction | |
doAction():uint
| SplitWayAction | ||
![]() |
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
| SplitWayAction | ||
![]() |
undoFrom(index:int):void
Undo the actions from a given index.
| CompositeUndoableAction |
SplitWayAction | () | constructor |
public function SplitWayAction(selectedWay:Way, nodeIndex:uint)
Parameters
selectedWay:Way |
|
nodeIndex:uint |
doAction | () | method |
public override function doAction():uint
Returns
uint |
undoAction | () | method |
public override function undoAction():uint
Returns
uint |