Method | Description | |
---|---|---|
AddEditDroppedFolders ( IList |
||
AddEditFolder ( ) : void | ||
CanClose ( ) : bool | ||
ClearEdit ( ) : void | ||
DeleteSlideshow ( ) : void |
Deletes the edited slideshow if the edited tab is active, otherwise deletes the currently selected saved slideshow. Expected to be called on UI thread
|
|
EditSlideshow ( ) : void | ||
EnumerationCompleted ( IList |
||
FindSavedSlideshows ( ) : void | ||
OpenSlideshow ( ) : void | ||
RemoveEditFolders ( IList |
||
RunSlideshow ( ) : void | ||
SaveSlideshow ( ) : bool | ||
SlideshowChooserController ( ISlideshowPickerViewer viewer, IPlatformService platformService ) : NLog |
Method | Description | |
---|---|---|
AskQuestion ( string caption, string message ) : QuestionResponseType | ||
SaveIfChanged ( ) : bool |
If the EditedSlideshow has changes, ask the user if they want to save changes. Returns true if the caller can continue, false otherwise. True is returned if 1) There are no changes to EditedSlideshow - or there aren't 'worthwhile' changes 2) The user does NOT want to save 3) The user wants to save and the save succeeds False is returned if there are worthwhile changes and: 1) The user canceled the 'want to save' question 2) The user canceled the request for the save name 3) The save failed
|
|
ShowMessage ( string caption, string message ) : void |
public AddEditDroppedFolders ( IList |
||
paths | IList |
|
return | void |
public EnumerationCompleted ( IList |
||
slideshowModels | IList |
|
return | void |
public RemoveEditFolders ( IList |
||
selectedFolders | IList |
|
return | void |
public SlideshowChooserController ( ISlideshowPickerViewer viewer, IPlatformService platformService ) : NLog | ||
viewer | ISlideshowPickerViewer | |
platformService | IPlatformService | |
return | NLog |