C# 클래스 Treefrog.Presentation.LevelInfoPresenter

상속: IContentInfoPresenter
파일 보기 프로젝트 열기: jaquadro/Treefrog 1 사용 예제들

공개 메소드들

메소드 설명
ActionUpdateCoordinates ( string text ) : void
LevelInfoPresenter ( LevelPresenter level ) : System
RefreshContentInfo ( ) : void

보호된 메소드들

메소드 설명
OnSyncContentInfoActions ( EventArgs e ) : void
OnSyncStatusInfo ( EventArgs e ) : void
OnSyncZoomLevel ( EventArgs e ) : void

비공개 메소드들

메소드 설명
ZoomStateChanged ( object sender, EventArgs e ) : void

메소드 상세

ActionUpdateCoordinates() 공개 메소드

public ActionUpdateCoordinates ( string text ) : void
text string
리턴 void

LevelInfoPresenter() 공개 메소드

public LevelInfoPresenter ( LevelPresenter level ) : System
level LevelPresenter
리턴 System

OnSyncContentInfoActions() 보호된 메소드

protected OnSyncContentInfoActions ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSyncStatusInfo() 보호된 메소드

protected OnSyncStatusInfo ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnSyncZoomLevel() 보호된 메소드

protected OnSyncZoomLevel ( EventArgs e ) : void
e System.EventArgs
리턴 void

RefreshContentInfo() 공개 메소드

public RefreshContentInfo ( ) : void
리턴 void