C# Class entity.MapForms.ChunkClonerWindow

The chunk cloner window.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
result bool

Public Methods

Method Description
ChunkClonerWindow ( int tagIndex, Map map ) : System

Initializes a new instance of the ChunkClonerWindow class.

ExpandToNode ( TreeNodeCollection tree, string SearchPath, string PathSeperator ) : void

This expands a TreeView to the SearchPath given recursively

FindSelectedNode ( MetaSplitter reflex, TreeNode tn ) : void

The find selected node.

FindSelectedNodeAndAdd ( MetaSplitter reflex, TreeNode tn ) : MetaSplitter.SplitReflexive

The find selected node and add.

FindSelectedNodeAndClone ( MetaSplitter reflex, TreeNode tn ) : MetaSplitter.SplitReflexive

The find selected node and clone.

FindSelectedNodeAndDelete ( MetaSplitter reflex, TreeNode tn ) : MetaSplitter.SplitReflexive

The find selected node and delete.

FindSelectedNodeAndOverWrite ( MetaSplitter reflex, TreeNode tn ) : MetaSplitter.SplitReflexive

The find selected node and over write.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DisplaySplit ( MetaSplitter reflex, TreeNode tn ) : void

The display split.

GetBaseTypeString ( string name ) : string

The get base type string.

InitializeComponent ( ) : void

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

SplitIFP ( ) : void

The split ifp.

addchunks_Click ( object sender, EventArgs e ) : void

The addchunks_ click.

button1_Click ( object sender, EventArgs e ) : void

The button 1_ click.

button2_Click ( object sender, EventArgs e ) : void

The button 2_ click.

button3_Click ( object sender, EventArgs e ) : void

The button 3_ click.

button4_Click ( object sender, EventArgs e ) : void

The button 4_ click.

chunkamount_TextChanged ( object sender, EventArgs e ) : void

The chunkamount_ text changed.

collapse_Click ( object sender, EventArgs e ) : void

The collapse_ click.

copybutton_Click ( object sender, EventArgs e ) : void

The copybutton_ click.

expand_Click ( object sender, EventArgs e ) : void

The expand_ click.

savemeta_Click ( object sender, EventArgs e ) : void

The savemeta_ click.

Method Details

ChunkClonerWindow() public method

Initializes a new instance of the ChunkClonerWindow class.
public ChunkClonerWindow ( int tagIndex, Map map ) : System
tagIndex int Index of the tag.
map HaloMap.Map.Map The map.
return System

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

ExpandToNode() public static method

This expands a TreeView to the SearchPath given recursively
public static ExpandToNode ( TreeNodeCollection tree, string SearchPath, string PathSeperator ) : void
tree System.Windows.Forms.TreeNodeCollection The tree.
SearchPath string The Search Path.
PathSeperator string The Path Seperator.
return void

FindSelectedNode() public method

The find selected node.
public FindSelectedNode ( MetaSplitter reflex, TreeNode tn ) : void
reflex HaloMap.ChunkCloning.MetaSplitter The reflex.
tn System.Windows.Forms.TreeNode The tn.
return void

FindSelectedNodeAndAdd() public method

The find selected node and add.
public FindSelectedNodeAndAdd ( MetaSplitter reflex, TreeNode tn ) : MetaSplitter.SplitReflexive
reflex HaloMap.ChunkCloning.MetaSplitter The reflex.
tn System.Windows.Forms.TreeNode The tn.
return HaloMap.ChunkCloning.MetaSplitter.SplitReflexive

FindSelectedNodeAndClone() public method

The find selected node and clone.
public FindSelectedNodeAndClone ( MetaSplitter reflex, TreeNode tn ) : MetaSplitter.SplitReflexive
reflex HaloMap.ChunkCloning.MetaSplitter The reflex.
tn System.Windows.Forms.TreeNode The tn.
return HaloMap.ChunkCloning.MetaSplitter.SplitReflexive

FindSelectedNodeAndDelete() public method

The find selected node and delete.
public FindSelectedNodeAndDelete ( MetaSplitter reflex, TreeNode tn ) : MetaSplitter.SplitReflexive
reflex HaloMap.ChunkCloning.MetaSplitter The reflex.
tn System.Windows.Forms.TreeNode The tn.
return HaloMap.ChunkCloning.MetaSplitter.SplitReflexive

FindSelectedNodeAndOverWrite() public method

The find selected node and over write.
public FindSelectedNodeAndOverWrite ( MetaSplitter reflex, TreeNode tn ) : MetaSplitter.SplitReflexive
reflex HaloMap.ChunkCloning.MetaSplitter The reflex.
tn System.Windows.Forms.TreeNode The tn.
return HaloMap.ChunkCloning.MetaSplitter.SplitReflexive

Property Details

result public_oe property

The result.
public bool result
return bool