C# Class Reko.Gui.Windows.TextSpanFormatter

Implements a formatter that renders text into a TextViewModel that can be used with a TextView.
Inheritance: Reko.Core.Output.Formatter
Afficher le fichier Open project: uxmal/reko Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
EnsureSpan ( ) : FixedTextSpan

Method Details

GetModel() public méthode

public GetModel ( ) : TextViewModel
Résultat TextViewModel

Terminate() public méthode

public Terminate ( ) : void
Résultat void

TextSpanFormatter() public méthode

public TextSpanFormatter ( ) : Reko.Core.Output
Résultat Reko.Core.Output

Write() public méthode

public Write ( char ch ) : Reko.Core.Output.Formatter
ch char
Résultat Reko.Core.Output.Formatter

Write() public méthode

public Write ( string s ) : void
s string
Résultat void

WriteComment() public méthode

public WriteComment ( string comment ) : void
comment string
Résultat void

WriteHyperlink() public méthode

public WriteHyperlink ( string text, object href ) : void
text string
href object
Résultat void

WriteKeyword() public méthode

public WriteKeyword ( string keyword ) : void
keyword string
Résultat void

WriteLine() public méthode

public WriteLine ( ) : void
Résultat void

WriteLine() public méthode

public WriteLine ( string s ) : void
s string
Résultat void

WriteType() public méthode

public WriteType ( string typeName, DataType dt ) : void
typeName string
dt DataType
Résultat void