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