C# Class Eto.Designer.PreviewEditorView

Inheritance: Eto.Forms.Splitter
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnGotFocus ( EventArgs e ) : void
OnPositionChanged ( EventArgs e ) : void

Private Methods

Méthode Description
ErrorTimer_Elapsed ( object sender, EventArgs e ) : void
FinishProcessing ( Exception error ) : void
Stop ( ) : void
Timer_Elapsed ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetCodeFile() public méthode

public GetCodeFile ( string fileName ) : string
fileName string
Résultat string

OnGotFocus() protected méthode

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

OnPositionChanged() protected méthode

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

PreviewEditorView() public méthode

public PreviewEditorView ( Control editor, string mainAssembly, IEnumerable references, Func getCode ) : System
editor Eto.Forms.Control
mainAssembly string
references IEnumerable
getCode Func
Résultat System

SetBuilder() public méthode

Call to set the builder based on the file name
public SetBuilder ( string fileName ) : bool
fileName string
Résultat bool

Update() public méthode

Call to update the view
public Update ( ) : void
Résultat void