C# 클래스 Eto.Designer.PreviewEditorView

상속: Eto.Forms.Splitter
파일 보기 프로젝트 열기: picoe/Eto 1 사용 예제들

공개 메소드들

메소드 설명
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