C# Class Treefrog.Presentation.LevelInfoPresenter

Inheritance: IContentInfoPresenter
Afficher le fichier Open project: jaquadro/Treefrog Class Usage Examples

Méthodes publiques

Méthode Description
ActionUpdateCoordinates ( string text ) : void
LevelInfoPresenter ( LevelPresenter level ) : System
RefreshContentInfo ( ) : void

Méthodes protégées

Méthode Description
OnSyncContentInfoActions ( EventArgs e ) : void
OnSyncStatusInfo ( EventArgs e ) : void
OnSyncZoomLevel ( EventArgs e ) : void

Private Methods

Méthode Description
ZoomStateChanged ( object sender, EventArgs e ) : void

Method Details

ActionUpdateCoordinates() public méthode

public ActionUpdateCoordinates ( string text ) : void
text string
Résultat void

LevelInfoPresenter() public méthode

public LevelInfoPresenter ( LevelPresenter level ) : System
level LevelPresenter
Résultat System

OnSyncContentInfoActions() protected méthode

protected OnSyncContentInfoActions ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSyncStatusInfo() protected méthode

protected OnSyncStatusInfo ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSyncZoomLevel() protected méthode

protected OnSyncZoomLevel ( EventArgs e ) : void
e System.EventArgs
Résultat void

RefreshContentInfo() public méthode

public RefreshContentInfo ( ) : void
Résultat void