C# Class NaturalGroundingPlayer.ManualPlayerWindow

Interaction logic for ManualPlayerWindow.xaml
Inheritance: System.Windows.Window, ILayerContainer
显示文件 Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Properties

Property Type Description
mainSettings SearchSettings

Public Methods

Method Description
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

Private Methods

Method Description
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

Method Details

AdjustHeight() public method

public AdjustHeight ( double height ) : void
height double
return void

AttachControls() public method

public AttachControls ( ) : void
return void

CloseManual() public method

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

DetachControls() public method

public DetachControls ( ) : void
return void

Instance() public static method

public static Instance ( MainWindow main ) : void
main MainWindow
return void

ManualPlayerWindow() public method

public ManualPlayerWindow ( ) : System
return System

Property Details

mainSettings public_oe property

public SearchSettings mainSettings
return SearchSettings