C# Class ME3Explorer.AssetExplorer

Inheritance: System.Windows.Forms.Form
Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
StatusLabel System.Windows.Forms.ToolStripStatusLabel
TV1 System.Windows.Forms.TreeView
backToOvervieToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
clip System.Windows.Forms.Clipboard
contextMenuStrip1 System.Windows.Forms.ContextMenuStrip
currentPCC string
editToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
extractToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
extractToolStripMenuItem1 System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem1 System.Windows.Forms.ToolStripMenuItem
imageList1 System.Windows.Forms.ImageList
imageList2 System.Windows.Forms.ImageList
listView1 System.Windows.Forms.ListView
menuStrip1 System.Windows.Forms.MenuStrip
openExternalPccToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
openFileDialog System.Windows.Forms.OpenFileDialog
openInPackageEditorToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
panelImage System.Windows.Forms.Panel
pathBIOGame string
pathCooked string
pathME3exe string
pb1 System.Windows.Forms.ToolStripProgressBar
pictureBox System.Windows.Forms.PictureBox
playToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
previewToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
rtb1 System.Windows.Forms.RichTextBox
soundsToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
splitContainer1 System.Windows.Forms.SplitContainer
splitContainer2 System.Windows.Forms.SplitContainer
status System.Windows.Forms.StatusStrip
stopToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
textureToolStripMenuItem System.Windows.Forms.ToolStripMenuItem

Public Methods

Method Description
AssetExplorer ( ) : System
CopyArray ( byte arr ) : byte[]
ExtractSound ( ) : void
FindNode ( TreeNode t, string s ) : System.Windows.Forms.TreeNode[]
GeneratePccTree ( ) : void
InitializeComponent ( ) : void

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.

LoadFile ( string s ) : void
LoadFileNames ( ) : void
LoadMe ( ) : void
PlaySound ( ) : void
Print ( int i ) : void
Print ( string s ) : void
Println ( int i ) : void
Println ( string s ) : void
SetStatus ( string s ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
TV1_AfterSelect ( object sender, TreeViewEventArgs e ) : void
TV1_DoubleClick ( object sender, EventArgs e ) : void
backToOvervieToolStripMenuItem_Click ( object sender, EventArgs e ) : void
extractToolStripMenuItem1_Click ( object sender, EventArgs e ) : void
extractToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listView1_DoubleClick ( object sender, EventArgs e ) : void
listView1_MouseClick ( object sender, MouseEventArgs e ) : void
listView1_SelectedIndexChanged ( object sender, EventArgs e ) : void
makeModToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openExternalPccToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openInPackageEditorToolStripMenuItem_Click ( object sender, EventArgs e ) : void
panelImage_Click ( object sender, EventArgs e ) : void
panelImage_Paint ( object sender, PaintEventArgs e ) : void
pictureBox_Click ( object sender, EventArgs e ) : void
playToolStripMenuItem_Click ( object sender, EventArgs e ) : void
previewToolStripMenuItem_Click ( object sender, EventArgs e ) : void
removeTopImageToolStripMenuItem_Click ( object sender, EventArgs e ) : void
stopToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AssetExplorer() public method

public AssetExplorer ( ) : System
return System

CopyArray() public method

public CopyArray ( byte arr ) : byte[]
arr byte
return byte[]

Dispose() protected method

Verwendete Ressourcen bereinigen.
protected Dispose ( bool disposing ) : void
disposing bool True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.
return void

ExtractSound() public method

public ExtractSound ( ) : void
return void

FindNode() public method

public FindNode ( TreeNode t, string s ) : System.Windows.Forms.TreeNode[]
t System.Windows.Forms.TreeNode
s string
return System.Windows.Forms.TreeNode[]

GeneratePccTree() public method

public GeneratePccTree ( ) : void
return void

InitializeComponent() public method

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
public InitializeComponent ( ) : void
return void

LoadFile() public method

public LoadFile ( string s ) : void
s string
return void

LoadFileNames() public method

public LoadFileNames ( ) : void
return void

LoadMe() public method

public LoadMe ( ) : void
return void

PlaySound() public method

public PlaySound ( ) : void
return void

Print() public method

public Print ( int i ) : void
i int
return void

Print() public method

public Print ( string s ) : void
s string
return void

Println() public method

public Println ( int i ) : void
i int
return void

Println() public method

public Println ( string s ) : void
s string
return void

SetStatus() public method

public SetStatus ( string s ) : void
s string
return void

Property Details

StatusLabel public_oe property

public System.Windows.Forms.ToolStripStatusLabel StatusLabel
return System.Windows.Forms.ToolStripStatusLabel

TV1 public_oe property

public System.Windows.Forms.TreeView TV1
return System.Windows.Forms.TreeView

backToOvervieToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem backToOvervieToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

clip public_oe property

public Clipboard,System.Windows.Forms clip
return System.Windows.Forms.Clipboard

contextMenuStrip1 public_oe property

public System.Windows.Forms.ContextMenuStrip contextMenuStrip1
return System.Windows.Forms.ContextMenuStrip

currentPCC public_oe property

public string currentPCC
return string

editToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

extractToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem extractToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

extractToolStripMenuItem1 public_oe property

public System.Windows.Forms.ToolStripMenuItem extractToolStripMenuItem1
return System.Windows.Forms.ToolStripMenuItem

fileToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

fileToolStripMenuItem1 public_oe property

public System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem1
return System.Windows.Forms.ToolStripMenuItem

imageList1 public_oe property

public System.Windows.Forms.ImageList imageList1
return System.Windows.Forms.ImageList

imageList2 public_oe property

public System.Windows.Forms.ImageList imageList2
return System.Windows.Forms.ImageList

listView1 public_oe property

public System.Windows.Forms.ListView listView1
return System.Windows.Forms.ListView

menuStrip1 public_oe property

public System.Windows.Forms.MenuStrip menuStrip1
return System.Windows.Forms.MenuStrip

openExternalPccToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem openExternalPccToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

openFileDialog public_oe property

public System.Windows.Forms.OpenFileDialog openFileDialog
return System.Windows.Forms.OpenFileDialog

openInPackageEditorToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem openInPackageEditorToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

panelImage public_oe property

public System.Windows.Forms.Panel panelImage
return System.Windows.Forms.Panel

pathBIOGame public_oe property

public string pathBIOGame
return string

pathCooked public_oe property

public string pathCooked
return string

pathME3exe public_oe property

public string pathME3exe
return string

pb1 public_oe property

public System.Windows.Forms.ToolStripProgressBar pb1
return System.Windows.Forms.ToolStripProgressBar

pictureBox public_oe property

public System.Windows.Forms.PictureBox pictureBox
return System.Windows.Forms.PictureBox

playToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem playToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

previewToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem previewToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

rtb1 public_oe property

public System.Windows.Forms.RichTextBox rtb1
return System.Windows.Forms.RichTextBox

soundsToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem soundsToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

splitContainer1 public_oe property

public System.Windows.Forms.SplitContainer splitContainer1
return System.Windows.Forms.SplitContainer

splitContainer2 public_oe property

public System.Windows.Forms.SplitContainer splitContainer2
return System.Windows.Forms.SplitContainer

status public_oe property

public System.Windows.Forms.StatusStrip status
return System.Windows.Forms.StatusStrip

stopToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem stopToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

textureToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem textureToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem