C# Class MapAround.UI.WinForms.History

Represents a history of edit actions.
Afficher le fichier Open project: gkrsu/maparound.core

Méthodes publiques

Méthode Description
Clear ( ) : void

Clears history.

Redo ( IGeometry g ) : IGeometry

Redo an action.

Undo ( IGeometry g ) : IGeometry

Undo an action.

Private Methods

Méthode Description
DoAction ( HistoryEntry entry, IGeometry g ) : IGeometry

Method Details

Clear() public méthode

Clears history.
public Clear ( ) : void
Résultat void

Redo() public méthode

Redo an action.
public Redo ( IGeometry g ) : IGeometry
g IGeometry A MapAround.Geometry.IGeometry instance for redoing an action
Résultat IGeometry

Undo() public méthode

Undo an action.
public Undo ( IGeometry g ) : IGeometry
g IGeometry A MapAround.Geometry.IGeometry instance for undoing an action
Résultat IGeometry