C# 클래스 Treefrog.Presentation.ContentInfoArbitrationPresenter

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

공개 메소드들

메소드 설명
ActionUpdateCoordinates ( string coords ) : void
BindInfoPresenter ( IContentInfoPresenter pres ) : void
ContentInfoArbitrationPresenter ( Treefrog.Presentation.EditorPresenter editor ) : System
RefreshContentInfo ( ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
SyncContentInfoActionsHandler ( object sender, EventArgs e ) : void
SyncStatusInfoHandler ( object sender, EventArgs e ) : void
SyncZoomLevelHandler ( object sender, EventArgs e ) : void

메소드 상세

ActionUpdateCoordinates() 공개 메소드

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

BindInfoPresenter() 공개 메소드

public BindInfoPresenter ( IContentInfoPresenter pres ) : void
pres IContentInfoPresenter
리턴 void

ContentInfoArbitrationPresenter() 공개 메소드

public ContentInfoArbitrationPresenter ( Treefrog.Presentation.EditorPresenter editor ) : System
editor Treefrog.Presentation.EditorPresenter
리턴 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