C# 클래스 NaturalGroundingPlayer.ManualPlayerWindow

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

공개 프로퍼티들

프로퍼티 타입 설명
mainSettings SearchSettings

공개 메소드들

메소드 설명
AdjustHeight ( double height ) : void
AttachControls ( ) : void
CloseManual ( ) : void

When exiting manual mode, this must be called instead of Close() otherwise the application will end.

DetachControls ( ) : void
Instance ( MainWindow main ) : void
ManualPlayerWindow ( ) : System

비공개 메소드들

메소드 설명
CommandBinding_Play ( object sender, System.Windows.Input.ExecutedRoutedEventArgs e ) : void
CommandBinding_PlayNext ( object sender, ExecutedRoutedEventArgs e ) : void
DownloadBusiness_DownloadCompleted ( object sender, DownloadCompletedEventArgs e ) : void
EditInputBinding ( MenuItem menu, ModifierKeys modifier ) : void
MediaList_ItemDoubleClick ( object sender, EventArgs e ) : void
MenuPlay_Click ( object sender, RoutedEventArgs e ) : void
PlayButton_Click ( object sender, RoutedEventArgs e ) : void
RatioSlider_ValueChanged ( object sender, RoutedPropertyChangedEventArgs e ) : void
ResetInputBinding ( MenuItem menu, Key key ) : void
SearchText_TextChanged ( object sender, TextChangedEventArgs e ) : void
Settings_Changed ( object sender, RoutedEventArgs e ) : void
business_DisplayPlayTime ( object sender, EventArgs e ) : void
business_NowPlaying ( object sender, NowPlayingEventArgs e ) : void
timerChangeFilters_Tick ( object sender, EventArgs e ) : void
window_Closing ( object sender, System e ) : void
window_Loaded ( object sender, RoutedEventArgs e ) : void
window_PreviewKeyDown ( object sender, KeyEventArgs e ) : void

메소드 상세

AdjustHeight() 공개 메소드

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

AttachControls() 공개 메소드

public AttachControls ( ) : void
리턴 void

CloseManual() 공개 메소드

When exiting manual mode, this must be called instead of Close() otherwise the application will end.
public CloseManual ( ) : void
리턴 void

DetachControls() 공개 메소드

public DetachControls ( ) : void
리턴 void

Instance() 공개 정적인 메소드

public static Instance ( MainWindow main ) : void
main MainWindow
리턴 void

ManualPlayerWindow() 공개 메소드

public ManualPlayerWindow ( ) : System
리턴 System

프로퍼티 상세

mainSettings 공개적으로 프로퍼티

public SearchSettings mainSettings
리턴 SearchSettings