Package | net.systemeD.halcyon.connection.actions |
Class | public class MergeNodesAction |
Inheritance | MergeNodesAction ![]() ![]() |
Property | Defined by | ||
---|---|---|---|
lastRelationsMerged : Boolean [static]
| MergeNodesAction | ||
lastTagsMerged : Boolean [static]
| MergeNodesAction | ||
![]() | name : String | CompositeUndoableAction |
Method | Defined by | ||
---|---|---|---|
MergeNodesAction | |||
![]() |
clearActions():void
Clear the list of actions
| CompositeUndoableAction | |
doAction():uint
| MergeNodesAction | ||
![]() |
mergePrevious(previous:UndoableAction):Boolean
Can this action be merged with the previous action? This is sometimes wanted, such as
when moving nodes around.
| UndoableAction | |
mergeRelations():void
| MergeNodesAction | ||
![]() |
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
| MergeNodesAction | ||
![]() |
undoFrom(index:int):void
Undo the actions from a given index.
| CompositeUndoableAction |
lastRelationsMerged | property |
public static var lastRelationsMerged:Boolean
lastTagsMerged | property |
public static var lastTagsMerged:Boolean
MergeNodesAction | () | constructor |
public function MergeNodesAction(destnode:Node, sourcenode:Node)
Parameters
destnode:Node |
|
sourcenode:Node |
doAction | () | method |
public override function doAction():uint
Returns
uint |
mergeRelations | () | method |
public function mergeRelations():void
undoAction | () | method |
public override function undoAction():uint
Returns
uint |