C# 클래스 MapAround.UI.WinForms.History

Represents a history of edit actions.
파일 보기 프로젝트 열기: gkrsu/maparound.core

공개 메소드들

메소드 설명
Clear ( ) : void

Clears history.

Redo ( IGeometry g ) : IGeometry

Redo an action.

Undo ( IGeometry g ) : IGeometry

Undo an action.

비공개 메소드들

메소드 설명
DoAction ( HistoryEntry entry, IGeometry g ) : IGeometry

메소드 상세

Clear() 공개 메소드

Clears history.
public Clear ( ) : void
리턴 void

Redo() 공개 메소드

Redo an action.
public Redo ( IGeometry g ) : IGeometry
g IGeometry A MapAround.Geometry.IGeometry instance for redoing an action
리턴 IGeometry

Undo() 공개 메소드

Undo an action.
public Undo ( IGeometry g ) : IGeometry
g IGeometry A MapAround.Geometry.IGeometry instance for undoing an action
리턴 IGeometry