C# Class CrystalMpq.Explorer.MainForm

Mostra file Open project: sgraf812/crystalmpq Class Usage Examples

Public Methods

Method Description
MainForm ( ) : System
ResolveAssociations ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

OnClosed ( EventArgs e ) : void

Private Methods

Method Description
AddIcons ( Icon baseIcon ) : void
AddViewer ( FileViewer fileViewer ) : void
AdjustStyles ( ) : void
ApplySettings ( ) : void
ClearView ( ) : void
CompareNodes ( TreeNode x, TreeNode y ) : int
ErrorDialog ( string message ) : void
ExtractFile ( MpqFile file, string fileName ) : void
FillTreeView ( ) : void
GetLargeIcon ( Icon icon ) : Icon
GetSettingsList ( ) : List
GetSmallIcon ( Icon icon ) : Icon
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

InteractiveExtractFile ( MpqFile file ) : void
InteractiveExtractNodes ( TreeNode nodes ) : void
LoadEmbeddedViewers ( ) : void
LoadIcons ( ) : void
LoadPlugins ( ) : void
Merge ( ToolStrip source, ToolStrip target ) : void
OpenArchive ( string filename ) : void
OpenWoWFileSystem ( ) : void
ResetSettings ( IList settingsList ) : void
RevertMerge ( ToolStrip target, ToolStrip source ) : void
SaveSettings ( IList settingsList ) : void
SetTitle ( string fileName ) : void
SetViewer ( FileViewer viewer ) : void
ShowOptionsForm ( ) : void
SortNodeList ( List nodeList ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
fileContextMenuStrip_Opening ( object sender, CancelEventArgs e ) : void
openToolStripMenuItem_Click ( object sender, EventArgs e ) : void
optionsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
propertiesToolStripMenuItem_Click ( object sender, EventArgs e ) : void
saveAsToolStripMenuItem_Click ( object sender, EventArgs e ) : void
treeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
treeView_MouseClick ( object sender, MouseEventArgs e ) : void
wowMpqFileSystemToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
return void

MainForm() public method

public MainForm ( ) : System
return System

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e EventArgs
return void

ResolveAssociations() public method

public ResolveAssociations ( ) : void
return void