C# 클래스 PdfMod.Gui.Client

상속: Core.Client
파일 보기 프로젝트 열기: GNOME/pdfmod 1 사용 예제들

공개 메소드들

메소드 설명
CreateChooser ( string title, FileChooserAction action ) : Gtk.FileChooserDialog
LoadFiles ( IList files ) : void
LoadPath ( string path, string suggestedFilename, System finishedCallback ) : void
PasswordProvider ( PdfSharp.Pdf.IO.PdfPasswordProviderArgs args ) : void
Quit ( ) : void
RunIdle ( InvokeHandler handler ) : void
ToggleMatchQuery ( ) : void

비공개 메소드들

메소드 설명
Client ( ) : System
Client ( bool loadFiles ) : System
GetXdgDir ( string type ) : string
OnLogNotify ( LogNotifyArgs args ) : void
PromptIfUnsavedChanges ( ) : bool
UpdateForDocument ( ) : void

메소드 상세

CreateChooser() 공개 메소드

public CreateChooser ( string title, FileChooserAction action ) : Gtk.FileChooserDialog
title string
action FileChooserAction
리턴 Gtk.FileChooserDialog

LoadFiles() 공개 메소드

public LoadFiles ( IList files ) : void
files IList
리턴 void

LoadPath() 공개 메소드

public LoadPath ( string path, string suggestedFilename, System finishedCallback ) : void
path string
suggestedFilename string
finishedCallback System
리턴 void

PasswordProvider() 공개 메소드

public PasswordProvider ( PdfSharp.Pdf.IO.PdfPasswordProviderArgs args ) : void
args PdfSharp.Pdf.IO.PdfPasswordProviderArgs
리턴 void

Quit() 공개 메소드

public Quit ( ) : void
리턴 void

RunIdle() 공개 정적인 메소드

public static RunIdle ( InvokeHandler handler ) : void
handler InvokeHandler
리턴 void

ToggleMatchQuery() 공개 메소드

public ToggleMatchQuery ( ) : void
리턴 void