C# Class MediaPortal.Configuration.Sections.Movies

Inheritance: SectionSettings
Mostra file Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Methods

Method Description
LoadSettings ( ) : void
Movies ( ) : System
Movies ( string name ) : System
SaveSettings ( ) : void
UpdateDecoderSettings ( ) : void

sets useability of select config depending on whether auot decoder stting option is enabled.

Private Methods

Method Description
InitializeComponent ( ) : void

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

ShowHidePlayedPercentage ( bool status ) : void
advancedButton_Click ( object sender, EventArgs e ) : void
audioDefault_CheckedChanged ( object sender, EventArgs e ) : void
checkBoxShowWatched_CheckedChanged ( object sender, EventArgs e ) : void
fileNameButton_Click ( object sender, EventArgs e ) : void

playedPercentageTB_ValueChanged ( object sender, EventArgs e ) : void
playedPercentageTrackBar_Scroll ( object sender, EventArgs e ) : void
streamLAVSelectionCheckBox_CheckedChanged ( object sender, EventArgs e ) : void
subEnginesCombo_SelectedIndexChanged ( object sender, EventArgs e ) : void
subtitlesButton_Click ( object sender, EventArgs e ) : void

Method Details

LoadSettings() public method

public LoadSettings ( ) : void
return void

Movies() public method

public Movies ( ) : System
return System

Movies() public method

public Movies ( string name ) : System
name string
return System

SaveSettings() public method

public SaveSettings ( ) : void
return void

UpdateDecoderSettings() public static method

sets useability of select config depending on whether auot decoder stting option is enabled.
public static UpdateDecoderSettings ( ) : void
return void