C# 클래스 booruReader.MainScreenVM

상속: BaseIObservable
파일 보기 프로젝트 열기: earlnuclear/DanbooruBrowser 1 사용 예제들

공개 메소드들

메소드 설명
Closing ( ) : void

Close command that handles saving of the notes for the databases.

MainScreenVM ( ) : System

Main view model for the BooruReader window

TriggerImageLoading ( ) : void

비공개 메소드들

메소드 설명
BackgroundLoaderWork ( object sender, DoWorkEventArgs e ) : void

ImageLoader worker todo work. Currently this fetches images for the specified tag and page

CheckForChangedSettings ( ) : void
CloseAllPreviews ( ) : void
DowloadList_CollectionChanged ( object sender, System e ) : void
DownloadsPending ( ) : bool

Performs check on pending downloads and if any are in progress asks user if he really wants to exit.

FetchImages ( ) : void
InitialiseDelegates ( ) : void
OpenSettings ( ) : void
PreviewImage ( string previewURL ) : void
RemoveSelection ( ) : void
SaveImages ( ) : void
ServerListLoadWorkerCompleted ( object sender, RunWorkerCompletedEventArgs e ) : void

Event that gets fired when ImageLoader worker ends

post_DownloadCompleted ( object sender, EventArgs e ) : void
preview_AddedImageToFavorites ( object sender, EventArgs e ) : void
preview_RemovedImageFromFavorites ( object sender, EventArgs e ) : void
preview_UserTagSelection ( object sender, EventArgs e ) : void

메소드 상세

Closing() 공개 메소드

Close command that handles saving of the notes for the databases.
public Closing ( ) : void
리턴 void

MainScreenVM() 공개 메소드

Main view model for the BooruReader window
public MainScreenVM ( ) : System
리턴 System

TriggerImageLoading() 공개 메소드

public TriggerImageLoading ( ) : void
리턴 void