C# 클래스 entity.MetaEditor2.RestoreSelection

파일 보기 프로젝트 열기: troymac1ure/Entity 1 사용 예제들

공개 메소드들

메소드 설명
RestoreSelection ( Map map, HaloMap meta, string &filename ) : System

Initializes a new instance of the CustomPluginEditor class.

setControl ( string offset ) : void

Set the selected value to position @ offset

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CreateTree ( object ifps, string path ) : TreeNode[]

Creates a tree listing of all tags & reflexives (called recursively)

InitializeComponent ( ) : void

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

RestoreSelection_FormClosed ( object sender, FormClosedEventArgs e ) : void

The RestoreSelection form closed.

btnSelectAll_Click ( object sender, EventArgs e ) : void
btnSelectNone_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void

The button 5_ click.

button6_Click ( object sender, EventArgs e ) : void

The button 6_ click.

cbSourceReflexiveNumber_SelectedIndexChanged ( object sender, EventArgs e ) : void
checkRestoreValues ( TreeNodeCollection nodes ) : void
compareValues ( int source, int dest ) : string
getDataFromBinaryStream ( BinaryReader br, string type ) : string
getOffset ( Stream stream, int baseOffset, int objOffset ) : int
lbIndices_MouseMove ( object sender, System e ) : void
lbIndices_SelectedIndexChanged ( object sender, EventArgs e ) : void
loadValues ( TreeNode tn, ListBox lb ) : void
savetagTypeBtn_Click ( object sender, EventArgs e ) : void

The button 1_ click.

tvDestTags_AfterSelect ( object sender, TreeViewEventArgs e ) : void
tvSourceTags_AfterSelect ( object sender, TreeViewEventArgs e ) : void
verifyReflexives ( BinaryReader br, TreeNodeCollection tnc, int baseOffset ) : TreeNode[]

Checks the stream against the treenodes and builds a new tree, removing any zero count reflexives

verifyReflexivesRecursive ( BinaryReader br, TreeNodeCollection tnc, int baseOffset ) : TreeNodeCollection

메소드 상세

Dispose() 보호된 메소드

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

RestoreSelection() 공개 메소드

Initializes a new instance of the CustomPluginEditor class.
public RestoreSelection ( Map map, HaloMap meta, string &filename ) : System
map Map The map.
meta HaloMap
filename string
리턴 System

setControl() 공개 메소드

Set the selected value to position @ offset
public setControl ( string offset ) : void
offset string value listings seperated by backslash (\) markers. Ex: 120\16\4
리턴 void