C# Class SimplexMainForm.Form1

Mostra file Open project: lofcz/SimplexRpgEngine

Public Properties

Property Type Description
achList List

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

FastImage() public method

public FastImage ( string path ) : Image
path string
return Image

Form1() public method

public Form1 ( ) : System
return System

LoadTree() public method

public LoadTree ( XElement root, TreeNode rootNode, string datafile, string datafileEnd, string type ) : void
root XElement
rootNode TreeNode
datafile string
datafileEnd string
type string
return void

assignSprites() public method

public assignSprites ( ) : void
return void

getFilePath() public method

public getFilePath ( string name, string rName ) : string
name string
rName string
return string

tempLoad() public method

public tempLoad ( XElement root, TreeNode rootNode, string datafile, string datafileEnd ) : void
root XElement
rootNode TreeNode
datafile string
datafileEnd string
return void

Property Details

achList public_oe property

public List achList
return List