C# Class ME3Explorer.AnimationExplorer.AnimationExplorer

Exibir arquivo Open project: ME3Explorer/ME3Explorer Class Usage Examples

Public Properties

Property Type Description
AS List
AT List
filenames List

Public Methods

Method Description
AnimationExplorer ( ) : System
GetBytes ( string str ) : byte[]
GetRootIndex ( TreeNode t ) : int
GetString ( byte bytes ) : string
LoadPcc ( string s ) : void
ReadString ( FileStream fs ) : string
RefreshLists ( ) : void
WriteString ( FileStream fs, string s ) : void
handleUpdate ( List updates ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Method Description
InitializeComponent ( ) : void

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

exportToPSAToolStripMenuItem_Click ( object sender, EventArgs e ) : void
importFromPSAToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listBox1_MouseDoubleClick ( object sender, MouseEventArgs e ) : void
loadDBToolStripMenuItem_Click ( object sender, EventArgs e ) : void
openPccToolStripMenuItem_Click ( object sender, EventArgs e ) : void
reScan ( ) : void
saveDBToolStripMenuItem_Click ( object sender, EventArgs e ) : void
startScanToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

AnimationExplorer() public method

public AnimationExplorer ( ) : System
return System

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

GetBytes() public method

public GetBytes ( string str ) : byte[]
str string
return byte[]

GetRootIndex() public method

public GetRootIndex ( TreeNode t ) : int
t TreeNode
return int

GetString() public method

public GetString ( byte bytes ) : string
bytes byte
return string

LoadPcc() public method

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

ReadString() public method

public ReadString ( FileStream fs ) : string
fs FileStream
return string

RefreshLists() public method

public RefreshLists ( ) : void
return void

WriteString() public method

public WriteString ( FileStream fs, string s ) : void
fs FileStream
s string
return void

handleUpdate() public method

public handleUpdate ( List updates ) : void
updates List
return void

Property Details

AS public_oe property

public List AS
return List

AT public_oe property

public List AT
return List

filenames public_oe property

public List filenames
return List