C# Class Treefrog.Presentation.LevelInfoPresenter

Inheritance: IContentInfoPresenter
Exibir arquivo Open project: jaquadro/Treefrog Class Usage Examples

Public Methods

Method Description
ActionUpdateCoordinates ( string text ) : void
LevelInfoPresenter ( LevelPresenter level ) : System
RefreshContentInfo ( ) : void

Protected Methods

Method Description
OnSyncContentInfoActions ( EventArgs e ) : void
OnSyncStatusInfo ( EventArgs e ) : void
OnSyncZoomLevel ( EventArgs e ) : void

Private Methods

Method Description
ZoomStateChanged ( object sender, EventArgs e ) : void

Method Details

ActionUpdateCoordinates() public method

public ActionUpdateCoordinates ( string text ) : void
text string
return void

LevelInfoPresenter() public method

public LevelInfoPresenter ( LevelPresenter level ) : System
level LevelPresenter
return System

OnSyncContentInfoActions() protected method

protected OnSyncContentInfoActions ( EventArgs e ) : void
e System.EventArgs
return void

OnSyncStatusInfo() protected method

protected OnSyncStatusInfo ( EventArgs e ) : void
e System.EventArgs
return void

OnSyncZoomLevel() protected method

protected OnSyncZoomLevel ( EventArgs e ) : void
e System.EventArgs
return void

RefreshContentInfo() public method

public RefreshContentInfo ( ) : void
return void