C# Класс Treefrog.Presentation.ContentInfoArbitrationPresenter

Наследование: IContentInfoPresenter
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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