C# Class Treefrog.Plugins.Tiles.Commands.ModifyNewTileSelectionCommand

Inheritance: Treefrog.Presentation.Commands.Command
ファイルを表示 Open project: jaquadro/Treefrog

Public Methods

Method Description
AddLocations ( IEnumerable locations ) : void
Execute ( ) : void
ModifyNewTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
Redo ( ) : void
Undo ( ) : void

Method Details

AddLocations() public method

public AddLocations ( IEnumerable locations ) : void
locations IEnumerable
return void

Execute() public method

public Execute ( ) : void
return void

ModifyNewTileSelectionCommand() public method

public ModifyNewTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
selectLayer ITileSelectionLayer
return System.Collections.Generic

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void