C# 클래스 WatchThis.Wpf.SlideshowListView

상속: System.Windows.Window, ISlideshowPickerViewer, IPlatformService, INotifyPropertyChanged
파일 보기 프로젝트 열기: kevintavog/WatchThis.net 1 사용 예제들

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
OnKeyDown ( System.Windows.Input.KeyEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AskQuestion() 공개 메소드

public AskQuestion ( string caption, string question ) : QuestionResponseType
caption string
question string
리턴 QuestionResponseType

ChooseFolder() 공개 메소드

public ChooseFolder ( string message ) : string
message string
리턴 string

GetValueFromUser() 공개 메소드

public GetValueFromUser ( string caption, string message, string defaultValue ) : string
caption string
message string
defaultValue string
리턴 string

InvokeOnUiThread() 공개 메소드

public InvokeOnUiThread ( System.Action action ) : void
action System.Action
리턴 void

OnKeyDown() 보호된 메소드

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

RunSlideshow() 공개 메소드

public RunSlideshow ( SlideshowModel model ) : void
model WatchThis.Models.SlideshowModel
리턴 void

ShowMessage() 공개 메소드

public ShowMessage ( string caption, string message ) : void
caption string
message string
리턴 void

SlideshowListView() 공개 메소드

public SlideshowListView ( ) : NLog
리턴 NLog