C# Class VixenModules.Editor.TimedSequenceEditor.ElementsTimeChangedUndoAction

Inheritance: Common.Controls.UndoAction
Afficher le fichier Open project: sall/vixen-modules Class Usage Examples

Méthodes publiques

Méthode Description
ElementsTimeChangedUndoAction ( ElementTimeInfo>.Dictionary changedElements, ElementMoveType moveType ) : System
Redo ( ) : void
Undo ( ) : void

Method Details

ElementsTimeChangedUndoAction() public méthode

public ElementsTimeChangedUndoAction ( ElementTimeInfo>.Dictionary changedElements, ElementMoveType moveType ) : System
changedElements ElementTimeInfo>.Dictionary
moveType ElementMoveType
Résultat System

Redo() public méthode

public Redo ( ) : void
Résultat void

Undo() public méthode

public Undo ( ) : void
Résultat void