C# Class MPTagThat.GridView.GridViewConvert

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

Public Methods

Method Description
AddToConvert ( TrackData track ) : void

Add the Track to the Conversion Grid

ConvertFiles ( ) : void

Converts the selected files in the Grid

ConvertFilesCancel ( ) : void

Cancel the Conversion Process

GridViewConvert ( Main main ) : System

Private Methods

Method Description
ConversionThread ( ) : void
CreateColumns ( ) : void

Create the Columns of the Grid based on the users setting

CreateContextMenu ( ) : void

Create Context Menu

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

SaveSettings ( ) : void

Save the settings

dataGridViewConvert_ClearList ( object o, EventArgs e ) : void

Context Menu entry has been selected

dataGridViewConvert_MouseClick ( object sender, MouseEventArgs e ) : void

Handle Right Mouse Click to open the context Menu in the Grid

Method Details

AddToConvert() public method

Add the Track to the Conversion Grid
public AddToConvert ( TrackData track ) : void
track MPTagThat.Core.TrackData
return void

ConvertFiles() public method

Converts the selected files in the Grid
public ConvertFiles ( ) : void
return void

ConvertFilesCancel() public method

Cancel the Conversion Process
public ConvertFilesCancel ( ) : void
return void

GridViewConvert() public method

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