C# Класс Eto.Designer.PreviewEditorView

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

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

Метод Описание
GetCodeFile ( string fileName ) : string
PreviewEditorView ( Control editor, string mainAssembly, IEnumerable references, Func getCode ) : System
SetBuilder ( string fileName ) : bool

Call to set the builder based on the file name

Update ( ) : void

Call to update the view

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void
OnGotFocus ( EventArgs e ) : void
OnPositionChanged ( EventArgs e ) : void

Приватные методы

Метод Описание
ErrorTimer_Elapsed ( object sender, EventArgs e ) : void
FinishProcessing ( Exception error ) : void
Stop ( ) : void
Timer_Elapsed ( object sender, EventArgs e ) : void

Описание методов

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetCodeFile() публичный Метод

public GetCodeFile ( string fileName ) : string
fileName string
Результат string

OnGotFocus() защищенный Метод

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPositionChanged() защищенный Метод

protected OnPositionChanged ( EventArgs e ) : void
e System.EventArgs
Результат void

PreviewEditorView() публичный Метод

public PreviewEditorView ( Control editor, string mainAssembly, IEnumerable references, Func getCode ) : System
editor Eto.Forms.Control
mainAssembly string
references IEnumerable
getCode Func
Результат System

SetBuilder() публичный Метод

Call to set the builder based on the file name
public SetBuilder ( string fileName ) : bool
fileName string
Результат bool

Update() публичный Метод

Call to update the view
public Update ( ) : void
Результат void