C# Class Treefrog.Presentation.ContentInfoArbitrationPresenter

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

Méthodes publiques

Méthode Description
ActionUpdateCoordinates ( string coords ) : void
BindInfoPresenter ( IContentInfoPresenter pres ) : void
ContentInfoArbitrationPresenter ( Treefrog.Presentation.EditorPresenter editor ) : 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
SyncContentInfoActionsHandler ( object sender, EventArgs e ) : void
SyncStatusInfoHandler ( object sender, EventArgs e ) : void
SyncZoomLevelHandler ( object sender, EventArgs e ) : void

Method Details

ActionUpdateCoordinates() public méthode

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

BindInfoPresenter() public méthode

public BindInfoPresenter ( IContentInfoPresenter pres ) : void
pres IContentInfoPresenter
Résultat void

ContentInfoArbitrationPresenter() public méthode

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