C# Class MediaPortal.Configuration.Sections.Movies

Inheritance: SectionSettings
Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Méthode 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

Méthode 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 méthode

public LoadSettings ( ) : void
Résultat void

Movies() public méthode

public Movies ( ) : System
Résultat System

Movies() public méthode

public Movies ( string name ) : System
name string
Résultat System

SaveSettings() public méthode

public SaveSettings ( ) : void
Résultat void

UpdateDecoderSettings() public static méthode

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