C# Class UDKExplorer.PackageEditor

Afficher le fichier Open project: ME3Explorer/ME3Explorer Class Usage Examples

Méthodes publiques

Свойство Type Description
Button1 System.Windows.Forms.ToolStripButton
Button2 System.Windows.Forms.ToolStripButton
Button3 System.Windows.Forms.ToolStripButton
CurrentView int
DLCPath string
IsFromDLC bool
RFiles List
addNameToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
combo1 System.Windows.Forms.ToolStripComboBox
editToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
fileToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
findClassButton System.Windows.Forms.ToolStripButton
getDumpToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
hexConverterToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
inDLCFilename string
listBox1 System.Windows.Forms.ListBox
loadToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
menuStrip1 System.Windows.Forms.MenuStrip
openFileDialog System.Windows.Forms.OpenFileDialog
pb1 System.Windows.Forms.ToolStripProgressBar
pg ME3LibWV.PropGrid
propGrid System.Windows.Forms.PropertyGrid
saveToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
splitContainer1 System.Windows.Forms.SplitContainer
statusStrip1 System.Windows.Forms.StatusStrip
toolStrip1 System.Windows.Forms.ToolStrip
toolStripStatusLabel1 System.Windows.Forms.ToolStripStatusLabel
udk UDKFile

Méthodes publiques

Méthode Description
AddRecent ( string s ) : void
CopyArray ( byte raw ) : byte[]
DumpBin ( ) : void
InitStuff ( ) : void
InitializeComponent ( ) : void

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

Interpreter ( ) : void
LoadFile ( string s, bool isfromdlc = false ) : void
LoadMostRecent ( ) : void
PackageEditor ( ) : System
Preview ( bool isRefresh = false ) : void
PreviewInfo ( int n ) : void
PreviewProps ( int n ) : void
RefreshMetaData ( ) : void
RefreshView ( ) : void
SetView ( int n ) : void
UpdateStatusEx ( int n ) : void
UpdateStatusIm ( int n ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Verwendete Ressourcen bereinigen.

Private Methods

Méthode Description
Button1_Click ( object sender, EventArgs e ) : void
Button2_Click ( object sender, EventArgs e ) : void
Button3_Click ( object sender, EventArgs e ) : void
Button5_Click ( object sender, EventArgs e ) : void
Find ( ) : void
GetSelected ( int &n ) : bool
InterpreterControl_PropertyValueChanged ( object s, PropertyValueChangedEventArgs e ) : void
LoadRecentList ( ) : void
PackageEditor_DragDrop ( object sender, DragEventArgs e ) : void
PackageEditor_DragEnter ( object sender, DragEventArgs e ) : void
RecentFile_click ( object sender, EventArgs e ) : void
RefreshRecent ( ) : void
SaveRecentList ( ) : void
Search ( ) : void
addNameToolStripMenuItem_Click ( object sender, EventArgs e ) : void
appendSaveToolStripMenuItem_Click ( object sender, EventArgs e ) : void
button4_Click ( object sender, EventArgs e ) : void
cloneToolStripMenuItem_Click ( object sender, EventArgs e ) : void
cloneTree ( int n, TreeNode rootNode ) : void
cloneTreeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
combo1_KeyPress ( object sender, KeyPressEventArgs e ) : void
copyToolStripMenuItem_Click ( object sender, EventArgs e ) : void
editBlockingVolToolStripMenuItem_Click ( object sender, EventArgs e ) : void
editInInterpreterToolStripMenuItem_Click ( object sender, EventArgs e ) : void
exportFaceFXToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void
findClassButtonClick ( object sender, EventArgs e ) : void
getDumpToolStripMenuItem1_Click ( object sender, EventArgs e ) : void
getDumpToolStripMenuItem_Click_1 ( object sender, EventArgs e ) : void
goToNumber ( int n ) : void
gotonumber_KeyPress ( object sender, KeyPressEventArgs e ) : void
hexConverterToolStripMenuItem_Click ( object sender, EventArgs e ) : void
importExport ( UDKFile importudk, int n, int link ) : bool
importImport ( UDKFile importudk, int n, int link ) : void
importToolStripMenuItem_Click ( object sender, EventArgs e ) : void
importTree ( TreeNode sourceNode, UDKFile importudk, int n ) : bool
listBox1_MouseDown ( object sender, MouseEventArgs e ) : void
listBox1_SelectedIndexChanged_1 ( object sender, EventArgs e ) : void
loadToolStripMenuItem_Click ( object sender, EventArgs e ) : void
propGrid_PropertyValueChanged ( object o, PropertyValueChangedEventArgs e ) : void
recentToolStripMenuItem_Click ( object sender, EventArgs e ) : void
reconstructionSave_Click ( object sender, EventArgs e ) : void
replaceWithBINToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveHeaderHexChangesBtn_Click ( object sender, EventArgs e ) : void
saveHexChangesButton_Click ( object sender, EventArgs e ) : void
saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void
scanForCoalescedValuesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
tabControl1_SelectedIndexChanged ( object sender, EventArgs e ) : void
toolStripButton2_Click ( object sender, EventArgs e ) : void
toolStripButton3_Click ( object sender, EventArgs e ) : void
toolStripButton4_Click ( object sender, EventArgs e ) : void
toolStripStatusLabel1_Click ( object sender, EventArgs e ) : void
toolStripTextBox1_KeyPress ( object sender, KeyPressEventArgs e ) : void
treeView1_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeView1_DragDrop ( object sender, DragEventArgs e ) : void
treeView1_DragEnter ( object sender, DragEventArgs e ) : void
treeView1_DragOver ( object sender, DragEventArgs e ) : void
treeView1_ItemDrag ( object sender, ItemDragEventArgs e ) : void
treeView1_NodeMouseClick ( object sender, TreeNodeMouseClickEventArgs e ) : void

Method Details

AddRecent() public méthode

public AddRecent ( string s ) : void
s string
Résultat void

CopyArray() public méthode

public CopyArray ( byte raw ) : byte[]
raw byte
Résultat byte[]

Dispose() protected méthode

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

DumpBin() public méthode

public DumpBin ( ) : void
Résultat void

InitStuff() public méthode

public InitStuff ( ) : void
Résultat void

InitializeComponent() public méthode

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

Interpreter() public méthode

public Interpreter ( ) : void
Résultat void

LoadFile() public méthode

public LoadFile ( string s, bool isfromdlc = false ) : void
s string
isfromdlc bool
Résultat void

LoadMostRecent() public méthode

public LoadMostRecent ( ) : void
Résultat void

PackageEditor() public méthode

public PackageEditor ( ) : System
Résultat System

Preview() public méthode

public Preview ( bool isRefresh = false ) : void
isRefresh bool
Résultat void

PreviewInfo() public méthode

public PreviewInfo ( int n ) : void
n int
Résultat void

PreviewProps() public méthode

public PreviewProps ( int n ) : void
n int
Résultat void

RefreshMetaData() public méthode

public RefreshMetaData ( ) : void
Résultat void

RefreshView() public méthode

public RefreshView ( ) : void
Résultat void

SetView() public méthode

public SetView ( int n ) : void
n int
Résultat void

UpdateStatusEx() public méthode

public UpdateStatusEx ( int n ) : void
n int
Résultat void

UpdateStatusIm() public méthode

public UpdateStatusIm ( int n ) : void
n int
Résultat void

Property Details

Button1 public_oe property

public System.Windows.Forms.ToolStripButton Button1
Résultat System.Windows.Forms.ToolStripButton

Button2 public_oe property

public System.Windows.Forms.ToolStripButton Button2
Résultat System.Windows.Forms.ToolStripButton

Button3 public_oe property

public System.Windows.Forms.ToolStripButton Button3
Résultat System.Windows.Forms.ToolStripButton

CurrentView public_oe property

public int CurrentView
Résultat int

DLCPath public_oe property

public string DLCPath
Résultat string

IsFromDLC public_oe property

public bool IsFromDLC
Résultat bool

RFiles public_oe property

public List RFiles
Résultat List

addNameToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem addNameToolStripMenuItem
Résultat System.Windows.Forms.ToolStripMenuItem

combo1 public_oe property

public System.Windows.Forms.ToolStripComboBox combo1
Résultat System.Windows.Forms.ToolStripComboBox

editToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem editToolStripMenuItem
Résultat System.Windows.Forms.ToolStripMenuItem

fileToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem
Résultat System.Windows.Forms.ToolStripMenuItem

findClassButton public_oe property

public System.Windows.Forms.ToolStripButton findClassButton
Résultat System.Windows.Forms.ToolStripButton

getDumpToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem getDumpToolStripMenuItem
Résultat System.Windows.Forms.ToolStripMenuItem

hexConverterToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem hexConverterToolStripMenuItem
Résultat System.Windows.Forms.ToolStripMenuItem

inDLCFilename public_oe property

public string inDLCFilename
Résultat string

listBox1 public_oe property

public System.Windows.Forms.ListBox listBox1
Résultat System.Windows.Forms.ListBox

loadToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem loadToolStripMenuItem
Résultat System.Windows.Forms.ToolStripMenuItem

menuStrip1 public_oe property

public System.Windows.Forms.MenuStrip menuStrip1
Résultat System.Windows.Forms.MenuStrip

openFileDialog public_oe property

public System.Windows.Forms.OpenFileDialog openFileDialog
Résultat System.Windows.Forms.OpenFileDialog

pb1 public_oe property

public System.Windows.Forms.ToolStripProgressBar pb1
Résultat System.Windows.Forms.ToolStripProgressBar

pg public_oe property

public ME3LibWV.PropGrid pg
Résultat ME3LibWV.PropGrid

propGrid public_oe property

public System.Windows.Forms.PropertyGrid propGrid
Résultat System.Windows.Forms.PropertyGrid

saveToolStripMenuItem public_oe property

public System.Windows.Forms.ToolStripMenuItem saveToolStripMenuItem
Résultat System.Windows.Forms.ToolStripMenuItem

splitContainer1 public_oe property

public System.Windows.Forms.SplitContainer splitContainer1
Résultat System.Windows.Forms.SplitContainer

statusStrip1 public_oe property

public System.Windows.Forms.StatusStrip statusStrip1
Résultat System.Windows.Forms.StatusStrip

toolStrip1 public_oe property

public System.Windows.Forms.ToolStrip toolStrip1
Résultat System.Windows.Forms.ToolStrip

toolStripStatusLabel1 public_oe property

public System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1
Résultat System.Windows.Forms.ToolStripStatusLabel

udk public_oe property

public UDKFile udk
Résultat UDKFile