C# Class NaturalGroundingPlayer.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window, ILayerContainer
Afficher le fichier Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Méthodes publiques

Свойство Type Description
DefaultHeight double
settings DataAccess.SearchSettings

Méthodes publiques

Méthode Description
AdjustHeight ( double height ) : void
AttachControls ( ) : void
DetachControls ( ) : void
InitializationCompleted ( ) : Task
MainWindow ( ) : System

Initializes a new instance of the MainWindow class.

ResetHeight ( ) : void
business_PlaylistChanged ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AttachBusinessEvents ( PlayerBusiness business ) : void
DetachBusinessEvents ( PlayerBusiness business ) : void
DisplayConditionsText ( ) : void

Updates the conditions text.

ElementRangeSlider_ValueChanged ( object sender, RoutedEventArgs e ) : void
NextVideosCombo_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
RatioSlider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
Settings_Changed ( object sender, RoutedEventArgs e ) : void

Update the display of conditions and notify the business layer of changes.

SkipNextVideo_Click ( object sender, RoutedEventArgs e ) : void
SkipVideo_Click ( object sender, RoutedEventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void

Initialize the window when loaded.

business_DisplayPlayTime ( object sender, EventArgs e ) : void
business_GetConditions ( object sender, GetConditionsEventArgs e ) : void
business_IncreaseConditions ( object sender, EventArgs e ) : void
business_NowPlaying ( object sender, EventArgs e ) : void
window_Closed ( object sender, EventArgs e ) : void

Method Details

AdjustHeight() public méthode

public AdjustHeight ( double height ) : void
height double
Résultat void

AttachControls() public méthode

public AttachControls ( ) : void
Résultat void

DetachControls() public méthode

public DetachControls ( ) : void
Résultat void

InitializationCompleted() public méthode

public InitializationCompleted ( ) : Task
Résultat Task

MainWindow() public méthode

Initializes a new instance of the MainWindow class.
public MainWindow ( ) : System
Résultat System

ResetHeight() public méthode

public ResetHeight ( ) : void
Résultat void

business_PlaylistChanged() public méthode

public business_PlaylistChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

DefaultHeight public_oe property

public double DefaultHeight
Résultat double

settings public_oe property

public SearchSettings,DataAccess settings
Résultat DataAccess.SearchSettings