C# Class Eto.Designer.PreviewEditorView

Inheritance: Eto.Forms.Splitter
ファイルを表示 Open project: picoe/Eto Class Usage Examples

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnGotFocus ( EventArgs e ) : void
OnPositionChanged ( EventArgs e ) : void

Private Methods

Method 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 method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetCodeFile() public method

public GetCodeFile ( string fileName ) : string
fileName string
return string

OnGotFocus() protected method

protected OnGotFocus ( EventArgs e ) : void
e System.EventArgs
return void

OnPositionChanged() protected method

protected OnPositionChanged ( EventArgs e ) : void
e System.EventArgs
return void

PreviewEditorView() public method

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

SetBuilder() public method

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

Update() public method

Call to update the view
public Update ( ) : void
return void