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

Inheritance: Treefrog.Presentation.Commands.Command
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

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

Method Details

AddLocations() public méthode

public AddLocations ( IEnumerable locations ) : void
locations IEnumerable
Résultat void

Execute() public méthode

public Execute ( ) : void
Résultat void

ModifyNewTileSelectionCommand() public méthode

public ModifyNewTileSelectionCommand ( ITileSelectionLayer selectLayer ) : System.Collections.Generic
selectLayer ITileSelectionLayer
Résultat System.Collections.Generic

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void