C# Class Treefrog.Plugins.Object.Commands.ObjectRemoveCommand

Inheritance: ObjectLayerCommand
Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
Execute ( ) : void
ObjectRemoveCommand ( Treefrog.Framework.Model.ObjectLayer source ) : System.Collections.Generic
ObjectRemoveCommand ( Treefrog.Framework.Model.ObjectLayer source, List objects ) : System.Collections.Generic
ObjectRemoveCommand ( Treefrog.Framework.Model.ObjectLayer source, ObjectInstance inst ) : System.Collections.Generic
ObjectRemoveCommand ( Treefrog.Framework.Model.ObjectLayer source, ObjectSelectionManager selectionManager ) : System.Collections.Generic
QueueRemove ( ObjectInstance inst ) : void
Redo ( ) : void
Undo ( ) : void

Method Details

Execute() public méthode

public Execute ( ) : void
Résultat void

ObjectRemoveCommand() public méthode

public ObjectRemoveCommand ( Treefrog.Framework.Model.ObjectLayer source ) : System.Collections.Generic
source Treefrog.Framework.Model.ObjectLayer
Résultat System.Collections.Generic

ObjectRemoveCommand() public méthode

public ObjectRemoveCommand ( Treefrog.Framework.Model.ObjectLayer source, List objects ) : System.Collections.Generic
source Treefrog.Framework.Model.ObjectLayer
objects List
Résultat System.Collections.Generic

ObjectRemoveCommand() public méthode

public ObjectRemoveCommand ( Treefrog.Framework.Model.ObjectLayer source, ObjectInstance inst ) : System.Collections.Generic
source Treefrog.Framework.Model.ObjectLayer
inst Treefrog.Framework.Model.ObjectInstance
Résultat System.Collections.Generic

ObjectRemoveCommand() public méthode

public ObjectRemoveCommand ( Treefrog.Framework.Model.ObjectLayer source, ObjectSelectionManager selectionManager ) : System.Collections.Generic
source Treefrog.Framework.Model.ObjectLayer
selectionManager ObjectSelectionManager
Résultat System.Collections.Generic

QueueRemove() public méthode

public QueueRemove ( ObjectInstance inst ) : void
inst Treefrog.Framework.Model.ObjectInstance
Résultat void

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void