C# Class NaturalGroundingPlayer.SearchVideoWindow

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

Public Properties

Property Type Description
settings DataAccess.SearchSettings
showAllFilesVisible bool

Protected Properties

Property Type Description
selection DataAccess.VideoListItem

Public Methods

Method Description
Instance ( SearchSettings settings ) : DataAccess.VideoListItem
SearchVideoWindow ( ) : System

Private Methods

Method Description
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
MediaList_ItemDoubleClick ( object sender, EventArgs e ) : void
RatingCategoryCombo_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
SearchText_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
SelectButton_Click ( object sender, RoutedEventArgs e ) : void
Settings_Changed ( object sender, RoutedEventArgs e ) : void
VideosView_ItemDoubleClick ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
Window_Loaded ( object sender, RoutedEventArgs e ) : void
timerChangeFilters_Tick ( object sender, EventArgs e ) : void

Method Details

Instance() public static method

public static Instance ( SearchSettings settings ) : DataAccess.VideoListItem
settings DataAccess.SearchSettings
return DataAccess.VideoListItem

SearchVideoWindow() public method

public SearchVideoWindow ( ) : System
return System

Property Details

selection protected_oe property

protected VideoListItem,DataAccess selection
return DataAccess.VideoListItem

settings public_oe property

public SearchSettings,DataAccess settings
return DataAccess.SearchSettings

showAllFilesVisible public_oe property

public bool showAllFilesVisible
return bool