C# Class VixenModules.Editor.TimedSequenceEditor.ElementsTimeChangedUndoAction

Inheritance: Common.Controls.UndoAction
ファイルを表示 Open project: sall/vixen-modules Class Usage Examples

Public Methods

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

Method Details

ElementsTimeChangedUndoAction() public method

public ElementsTimeChangedUndoAction ( ElementTimeInfo>.Dictionary changedElements, ElementMoveType moveType ) : System
changedElements ElementTimeInfo>.Dictionary
moveType ElementMoveType
return System

Redo() public method

public Redo ( ) : void
return void

Undo() public method

public Undo ( ) : void
return void