C# Class CrystalMpq.Explorer.BaseViewers.ClientDatabaseViewer

Inheritance: CrystalMpq.Explorer.Extensibility.FileViewer
Mostra file Open project: sgraf812/crystalmpq

Public Methods

Method Description
ApplySettings ( ) : void
ClientDatabaseViewer ( IHost host ) : System
DetectColumnTypes ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

OnFileChanged ( ) : void

Private Methods

Method Description
BitCount ( int value ) : int
ClearCache ( ) : void
EnableExportButtons ( bool enable ) : void
GetItem ( int index ) : System.Windows.Forms.ListViewItem
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.

ShowStatusInformation ( bool show ) : void
UpdateColumn ( int clickedColumnIndex ) : void
UpdateListView ( ) : void
UpdateStatusInformation ( ) : void
dataGridView_ColumnHeaderMouseClick ( object sender, System.Windows.Forms.DataGridViewCellMouseEventArgs e ) : void
exportToolStripMenuItem_Click ( object sender, EventArgs e ) : void
floatToolStripMenuItem_Click ( object sender, EventArgs e ) : void
hexadecimalToolStripMenuItem_Click ( object sender, EventArgs e ) : void
integerToolStripMenuItem_Click ( object sender, EventArgs e ) : void
listView_CacheVirtualItems ( object sender, System.Windows.Forms.CacheVirtualItemsEventArgs e ) : void
listView_RetrieveVirtualItem ( object sender, System.Windows.Forms.RetrieveVirtualItemEventArgs e ) : void
stringToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

ApplySettings() public method

public ApplySettings ( ) : void
return void

ClientDatabaseViewer() public method

public ClientDatabaseViewer ( IHost host ) : System
host IHost
return System

DetectColumnTypes() public method

public DetectColumnTypes ( ) : void
return void

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

OnFileChanged() protected method

protected OnFileChanged ( ) : void
return void