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

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

Public Methods

Method Description
AddLocations ( IEnumerable locations ) : void
Execute ( ) : void
ModifyRemoveTileSelectionCommand ( 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

ModifyRemoveTileSelectionCommand() public method

public ModifyRemoveTileSelectionCommand ( 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