C# Class WatchThis.Wpf.SlideshowListView

Inheritance: System.Windows.Window, ISlideshowPickerViewer, IPlatformService, INotifyPropertyChanged
Afficher le fichier Open project: kevintavog/WatchThis.net Class Usage Examples

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

Private Methods

Méthode 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 méthode

public AskQuestion ( string caption, string question ) : QuestionResponseType
caption string
question string
Résultat QuestionResponseType

ChooseFolder() public méthode

public ChooseFolder ( string message ) : string
message string
Résultat string

GetValueFromUser() public méthode

public GetValueFromUser ( string caption, string message, string defaultValue ) : string
caption string
message string
defaultValue string
Résultat string

InvokeOnUiThread() public méthode

public InvokeOnUiThread ( System.Action action ) : void
action System.Action
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void
e System.Windows.Input.KeyEventArgs
Résultat void

RunSlideshow() public méthode

public RunSlideshow ( SlideshowModel model ) : void
model WatchThis.Models.SlideshowModel
Résultat void

ShowMessage() public méthode

public ShowMessage ( string caption, string message ) : void
caption string
message string
Résultat void

SlideshowListView() public méthode

public SlideshowListView ( ) : NLog
Résultat NLog