C# 클래스 NaturalGroundingPlayer.MainWindow

Interaction logic for MainWindow.xaml
상속: System.Windows.Window, ILayerContainer
파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DefaultHeight double
settings DataAccess.SearchSettings

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
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

메소드 상세

AdjustHeight() 공개 메소드

public AdjustHeight ( double height ) : void
height double
리턴 void

AttachControls() 공개 메소드

public AttachControls ( ) : void
리턴 void

DetachControls() 공개 메소드

public DetachControls ( ) : void
리턴 void

InitializationCompleted() 공개 메소드

public InitializationCompleted ( ) : Task
리턴 Task

MainWindow() 공개 메소드

Initializes a new instance of the MainWindow class.
public MainWindow ( ) : System
리턴 System

ResetHeight() 공개 메소드

public ResetHeight ( ) : void
리턴 void

business_PlaylistChanged() 공개 메소드

public business_PlaylistChanged ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

프로퍼티 상세

DefaultHeight 공개적으로 프로퍼티

public double DefaultHeight
리턴 double

settings 공개적으로 프로퍼티

public SearchSettings,DataAccess settings
리턴 DataAccess.SearchSettings