C# 클래스 Reko.Gui.Windows.TextSpanFormatter

Implements a formatter that renders text into a TextViewModel that can be used with a TextView.
상속: Reko.Core.Output.Formatter
파일 보기 프로젝트 열기: uxmal/reko 1 사용 예제들

공개 메소드들

메소드 설명
GetModel ( ) : TextViewModel
Terminate ( ) : void
TextSpanFormatter ( ) : Reko.Core.Output
Write ( char ch ) : Reko.Core.Output.Formatter
Write ( string s ) : void
WriteComment ( string comment ) : void
WriteHyperlink ( string text, object href ) : void
WriteKeyword ( string keyword ) : void
WriteLine ( ) : void
WriteLine ( string s ) : void
WriteType ( string typeName, DataType dt ) : void

비공개 메소드들

메소드 설명
EnsureSpan ( ) : FixedTextSpan

메소드 상세

GetModel() 공개 메소드

public GetModel ( ) : TextViewModel
리턴 TextViewModel

Terminate() 공개 메소드

public Terminate ( ) : void
리턴 void

TextSpanFormatter() 공개 메소드

public TextSpanFormatter ( ) : Reko.Core.Output
리턴 Reko.Core.Output

Write() 공개 메소드

public Write ( char ch ) : Reko.Core.Output.Formatter
ch char
리턴 Reko.Core.Output.Formatter

Write() 공개 메소드

public Write ( string s ) : void
s string
리턴 void

WriteComment() 공개 메소드

public WriteComment ( string comment ) : void
comment string
리턴 void

WriteHyperlink() 공개 메소드

public WriteHyperlink ( string text, object href ) : void
text string
href object
리턴 void

WriteKeyword() 공개 메소드

public WriteKeyword ( string keyword ) : void
keyword string
리턴 void

WriteLine() 공개 메소드

public WriteLine ( ) : void
리턴 void

WriteLine() 공개 메소드

public WriteLine ( string s ) : void
s string
리턴 void

WriteType() 공개 메소드

public WriteType ( string typeName, DataType dt ) : void
typeName string
dt DataType
리턴 void