C# 클래스 Fractrace.FormulaEditor

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: trafassel/Gestaltlupe 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
mErrorText string

공개 메소드들

메소드 설명
AddError ( string errorText, int line, int column ) : void

Fehler beim Übersetzen des Quellcodes wird angezeigt.

Format ( ) : void

Format

FormulaEditor ( ) : System

Constructer.

Init ( ) : void

Initialize text.

보호된 메소드들

메소드 설명
SelectLine ( int line ) : void

Given line is marked red.

ViewError ( string errorText ) : void

Show error as text and mark error line red.

ViewErrorInternal ( ) : void

Show error as text in panel1.

비공개 메소드들

메소드 설명
Indent ( int indent ) : string
btnShrink_Click ( object sender, EventArgs e ) : void

Close error view.

tbSource_TextChanged ( object sender, EventArgs e ) : void

Is called, each time, the text has changed. Set "Intern.Formula.Source to source text.

메소드 상세

AddError() 공개 정적인 메소드

Fehler beim Übersetzen des Quellcodes wird angezeigt.
public static AddError ( string errorText, int line, int column ) : void
errorText string
line int
column int
리턴 void

Format() 공개 메소드

Format
public Format ( ) : void
리턴 void

FormulaEditor() 공개 메소드

Constructer.
public FormulaEditor ( ) : System
리턴 System

Init() 공개 메소드

Initialize text.
public Init ( ) : void
리턴 void

SelectLine() 보호된 메소드

Given line is marked red.
protected SelectLine ( int line ) : void
line int
리턴 void

ViewError() 보호된 메소드

Show error as text and mark error line red.
protected ViewError ( string errorText ) : void
errorText string
리턴 void

ViewErrorInternal() 보호된 메소드

Show error as text in panel1.
protected ViewErrorInternal ( ) : void
리턴 void

프로퍼티 상세

mErrorText 보호되어 있는 프로퍼티

protected string mErrorText
리턴 string