C# 클래스 NijieDownloader.UI.MainWindow

Interaction logic for MainWindow.xaml
상속: FirstFloor.ModernUI.Windows.Controls.ModernWindow
파일 보기 프로젝트 열기: Nandaka/NijieDownloader

공개 프로퍼티들

프로퍼티 타입 설명
FILENAME_FORMAT_TOOLTIP string

공개 메소드들

메소드 설명
MainWindow ( ) : System
NavigateTo ( Page page, string url ) : bool

Navigate to specific page.

SaveAllSettings ( ) : void
ValidateFormatList ( string formats ) : void
makeFilename ( JobDownloadViewModel job, NijieImage image, int currPage, FilenameFormatType type = FilenameFormatType.Image ) : string

Create Filename based on format on job and image information.

비공개 메소드들

메소드 설명
ConfigureBot ( ) : void
CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
Current_DispatcherUnhandledException ( object sender, System e ) : void
ModernWindow_Closed ( object sender, EventArgs e ) : void
Nijie_LoggingEventHandler ( object sender, bool e ) : void

Logging In/Out handler.

checkUpgrade ( ) : void

메소드 상세

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System

NavigateTo() 공개 정적인 메소드

Navigate to specific page.
public static NavigateTo ( Page page, string url ) : bool
page Page source page
url string target url
리턴 bool

SaveAllSettings() 공개 정적인 메소드

public static SaveAllSettings ( ) : void
리턴 void

ValidateFormatList() 공개 메소드

public ValidateFormatList ( string formats ) : void
formats string
리턴 void

makeFilename() 공개 정적인 메소드

Create Filename based on format on job and image information.
public static makeFilename ( JobDownloadViewModel job, NijieImage image, int currPage, FilenameFormatType type = FilenameFormatType.Image ) : string
job JobDownloadViewModel
image NijieImage
currPage int
type FilenameFormatType
리턴 string

프로퍼티 상세

FILENAME_FORMAT_TOOLTIP 공개적으로 정적으로 프로퍼티

public static string FILENAME_FORMAT_TOOLTIP
리턴 string