C# Class MPTagThat.GridView.GridViewRip

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: MediaPortal/MPTagThat Class Usage Examples

Méthodes publiques

Méthode Description
GridViewRip ( Main main ) : System
RipAudioCD ( ) : void

Rips the selected files in the Grid

RipAudioCDCancel ( ) : void

Cancel the Ripping Process

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Handle Key input on the Grid

Private Methods

Méthode Description
CheckRows ( bool check ) : void

Checks or unchecks the checkbox columns

CreateColumns ( ) : void

Create the Columns of the Grid based on the users setting

GridViewRip_VisibleChanged ( object sender, EventArgs e ) : void

Fired, when the visibilty of the Grid changes

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LanguageChanged ( ) : void

Language Change event has been fired. Apply the new language

LocaliseScreen ( ) : void
OnMessageReceive ( MPTagThat.Core.QueueMessage message ) : void

Handle Messages

OnMessageReceiveEncoding ( MPTagThat.Core.QueueMessage message ) : void

Handle Messages from the Audio Encoder

QueryFreeDB ( char drive ) : void

Queries FreeDB for the Audio CD inserted

RippingThread ( ) : void
SaveSettings ( ) : void

Save the settings

SetStatusLabel ( string text ) : void
chkBoxHdr_OnCheckBoxClicked ( bool state ) : void

The Checkbox Header has been checked. Set the state of all rows

dataGridViewRip_CurrentCellDirtyStateChanged ( object sender, EventArgs e ) : void

For combo box and check box cells, commit any value change as soon as it is made rather than waiting for the focus to leave the cell.

mediaChangeMonitor_MediaInserted ( string eDriveLetter ) : void
mediaChangeMonitor_MediaRemoved ( string eDriveLetter ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GridViewRip() public méthode

public GridViewRip ( Main main ) : System
main Main
Résultat System

ProcessCmdKey() protected méthode

Handle Key input on the Grid
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool

RipAudioCD() public méthode

Rips the selected files in the Grid
public RipAudioCD ( ) : void
Résultat void

RipAudioCDCancel() public méthode

Cancel the Ripping Process
public RipAudioCDCancel ( ) : void
Résultat void