C# 클래스 SimplexMainForm.Form1

파일 보기 프로젝트 열기: lofcz/SimplexRpgEngine

공개 프로퍼티들

프로퍼티 타입 설명
achList List

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

FastImage() 공개 메소드

public FastImage ( string path ) : Image
path string
리턴 Image

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System

LoadTree() 공개 메소드

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

assignSprites() 공개 메소드

public assignSprites ( ) : void
리턴 void

getFilePath() 공개 메소드

public getFilePath ( string name, string rName ) : string
name string
rName string
리턴 string

tempLoad() 공개 메소드

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

프로퍼티 상세

achList 공개적으로 프로퍼티

public List achList
리턴 List