C# Class StonehearthEditor.NetWorthVisualizer

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: stonehearth/stonehearth-editor Class Usage Examples

Méthodes publiques

Méthode Description
NetWorthVisualizer ( ) : System
SetManifestView ( ManifestView view ) : void
UpdateNetWorthData ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
FindImageForFile ( JsonFileData data ) : string
InitializeComponent ( ) : void

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

canvas_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
canvas_MouseMove ( object sender, MouseEventArgs e ) : void
canvas_Paint ( object sender, PaintEventArgs e ) : void
openFileButton_Click ( object sender, EventArgs e ) : void
zoomInButton_Click ( object sender, EventArgs e ) : void
zoomOutButton_Click ( object sender, EventArgs e ) : void

Method Details

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

NetWorthVisualizer() public méthode

public NetWorthVisualizer ( ) : System
Résultat System

SetManifestView() public méthode

public SetManifestView ( ManifestView view ) : void
view ManifestView
Résultat void

UpdateNetWorthData() public méthode

public UpdateNetWorthData ( ) : void
Résultat void