C# Class WatchThis.Wpf.SlideshowListView

Inheritance: System.Windows.Window, ISlideshowPickerViewer, IPlatformService, INotifyPropertyChanged
Datei anzeigen Open project: kevintavog/WatchThis.net Class Usage Examples

Public Methods

Method Description
AskQuestion ( string caption, string question ) : QuestionResponseType
ChooseFolder ( string message ) : string
GetValueFromUser ( string caption, string message, string defaultValue ) : string
InvokeOnUiThread ( System.Action action ) : void
RunSlideshow ( SlideshowModel model ) : void
ShowMessage ( string caption, string message ) : void
SlideshowListView ( ) : NLog

Protected Methods

Method Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Method Description
ActivateEditTab ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
ActivateSavedTab ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
AddFolder ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
ClearEdit ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
DeleteSlideshow ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
EditSlideshow ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
Exit ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
FolderDragEnter ( object sender, System.Windows.DragEventArgs e ) : void
FolderDrop ( object sender, System.Windows.DragEventArgs e ) : void
GetDropFolders ( System.Windows.DragEventArgs e ) : IList
OnMouseDoubleClicked ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OpenSlideshow ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
RemoveSelectedFolders ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
RunSlideshow ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
SaveSlideshow ( object sender, System.Windows.Input.ExecutedRoutedEventArgs args ) : void
Window_Closing ( object sender, CancelEventArgs e ) : void

Method Details

AskQuestion() public method

public AskQuestion ( string caption, string question ) : QuestionResponseType
caption string
question string
return QuestionResponseType

ChooseFolder() public method

public ChooseFolder ( string message ) : string
message string
return string

GetValueFromUser() public method

public GetValueFromUser ( string caption, string message, string defaultValue ) : string
caption string
message string
defaultValue string
return string

InvokeOnUiThread() public method

public InvokeOnUiThread ( System.Action action ) : void
action System.Action
return void

OnKeyDown() protected method

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
return void

RunSlideshow() public method

public RunSlideshow ( SlideshowModel model ) : void
model WatchThis.Models.SlideshowModel
return void

ShowMessage() public method

public ShowMessage ( string caption, string message ) : void
caption string
message string
return void

SlideshowListView() public method

public SlideshowListView ( ) : NLog
return NLog