C# Class PurplePen.DebugUI.DescriptionBrowser

Afficher le fichier Open project: petergolde/PurplePen Class Usage Examples

Méthodes publiques

Méthode Description
DescriptionBrowser ( ) : System
GetBitmapFileName ( EventDB eventDB, Id courseId, string extra, DescriptionKind kind ) : string
Initialize ( EventDB eventDB, SymbolDB symbolDB ) : void
RenderToBitmap ( SymbolDB symbolDB, DescriptionLine description, DescriptionKind kind, int numColumns ) : Bitmap

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
GetDescription ( ) : DescriptionLine[]
GetDescriptionKind ( ) : DescriptionKind
GetTestFile ( string basename ) : string
GetTestFileDirectory ( ) : string
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

PopupCanceled ( object sender, EventArgs args ) : void
PopupSelected ( object sender, SymbolPopupEventArgs args ) : void
ShowDropDown ( char column, int line, Point pt ) : void
UpdateDescriptionRenderer ( ) : void
UpdateDescriptionSize ( ) : void
buttonPrint_Click ( object sender, EventArgs e ) : void
buttonSaveBitmap_Click ( object sender, EventArgs e ) : void
comboBoxKind_SelectedIndexChanged ( object sender, EventArgs e ) : void
customKeyCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
listBoxCourses_SelectedIndexChanged ( object sender, EventArgs e ) : void
pictureBoxDescription_MouseDown ( object sender, MouseEventArgs e ) : void
pictureBoxDescription_Paint ( object sender, PaintEventArgs e ) : void
printDocument_PrintPage ( object sender, System e ) : void
textBoxPixels_TextChanged ( object sender, EventArgs e ) : void

Method Details

DescriptionBrowser() public méthode

public DescriptionBrowser ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GetBitmapFileName() public static méthode

public static GetBitmapFileName ( EventDB eventDB, Id courseId, string extra, DescriptionKind kind ) : string
eventDB EventDB
courseId Id
extra string
kind DescriptionKind
Résultat string

Initialize() public méthode

public Initialize ( EventDB eventDB, SymbolDB symbolDB ) : void
eventDB EventDB
symbolDB SymbolDB
Résultat void

RenderToBitmap() public static méthode

public static RenderToBitmap ( SymbolDB symbolDB, DescriptionLine description, DescriptionKind kind, int numColumns ) : Bitmap
symbolDB SymbolDB
description DescriptionLine
kind DescriptionKind
numColumns int
Résultat Bitmap