C# Class MPTagThat.GridView.GridViewRip

Inheritance: System.Windows.Forms.UserControl
显示文件 Open project: MediaPortal/MPTagThat Class Usage Examples

Public Methods

Method Description
GridViewRip ( Main main ) : System
RipAudioCD ( ) : void

Rips the selected files in the Grid

RipAudioCDCancel ( ) : void

Cancel the Ripping Process

Protected Methods

Method 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

Method 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 method

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

GridViewRip() public method

public GridViewRip ( Main main ) : System
main Main
return System

ProcessCmdKey() protected method

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

RipAudioCD() public method

Rips the selected files in the Grid
public RipAudioCD ( ) : void
return void

RipAudioCDCancel() public method

Cancel the Ripping Process
public RipAudioCDCancel ( ) : void
return void