C# Class TVSorter.View.Settings

The settings tab.
Inheritance: System.Windows.Forms.UserControl, IView
Show file Open project: a-jackson/tvsorter Class Usage Examples

Public Methods

Method Description
Settings ( ) : System

Initializes a new instance of the Settings class.

StartTaskProgress ( IProgressTask task, string taskName ) : void

Starts the progress indication for the specified Project Task.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AddDestinationButtonClick ( object sender, EventArgs e ) : void

Handles the Add desination button being clicked.

EditOverwriteKeywordsButtonClick ( object sender, EventArgs e ) : void

Handles the click event of the Edit Overwrite Keywords button.

FileExtensionsButtonClick ( object sender, EventArgs e ) : void

Handles the File Extensions button being clicked.

FormatBuilderButtonClick ( object sender, EventArgs e ) : void

Handles the Format builder button being clicked.

InitializeComponent ( ) : void

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

PropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Handles a property changing.

RegExButtonClick ( object sender, EventArgs e ) : void

Handles the Regular Expressions button being clicked.

RemoveDestinationButtonClick ( object sender, EventArgs e ) : void

Handles the Remove destination button being clicked.

RevertButtonClick ( object sender, EventArgs e ) : void

Handles the Revert button being clicked.

SaveButtonClick ( object sender, EventArgs e ) : void

Handles the Save button being clicked.

SettingsLoad ( object sender, EventArgs e ) : void

Handles the Settings tab loading.

SourceBrowseClick ( object sender, EventArgs e ) : void

Handles the Source Browse button being clicked.

addIgnore_btn_Click ( object sender, EventArgs e ) : void
removeIgnore_btn_Click ( object sender, EventArgs e ) : 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

Settings() public method

Initializes a new instance of the Settings class.
public Settings ( ) : System
return System

StartTaskProgress() public method

Starts the progress indication for the specified Project Task.
public StartTaskProgress ( IProgressTask task, string taskName ) : void
task IProgressTask /// The task. ///
taskName string /// The task name. ///
return void