C# Class SimplexMainForm.Form1

Afficher le fichier Open project: lofcz/SimplexRpgEngine

Méthodes publiques

Свойство Type Description
achList List

Méthodes publiques

Méthode Description
FastImage ( string path ) : Image
Form1 ( ) : System
LoadTree ( XElement root, TreeNode rootNode, string datafile, string datafileEnd, string type ) : void
assignSprites ( ) : void
getFilePath ( string name, string rName ) : string
tempLoad ( XElement root, TreeNode rootNode, string datafile, string datafileEnd ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

loadProjectToolStripMenuItem_Click ( object sender, EventArgs e ) : void
manageAchievementsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
treeView1_DoubleClick ( 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

FastImage() public méthode

public FastImage ( string path ) : Image
path string
Résultat Image

Form1() public méthode

public Form1 ( ) : System
Résultat System

LoadTree() public méthode

public LoadTree ( XElement root, TreeNode rootNode, string datafile, string datafileEnd, string type ) : void
root XElement
rootNode TreeNode
datafile string
datafileEnd string
type string
Résultat void

assignSprites() public méthode

public assignSprites ( ) : void
Résultat void

getFilePath() public méthode

public getFilePath ( string name, string rName ) : string
name string
rName string
Résultat string

tempLoad() public méthode

public tempLoad ( XElement root, TreeNode rootNode, string datafile, string datafileEnd ) : void
root XElement
rootNode TreeNode
datafile string
datafileEnd string
Résultat void

Property Details

achList public_oe property

public List achList
Résultat List