C# Class PdfMod.Gui.Client

Inheritance: Core.Client
Afficher le fichier Open project: GNOME/pdfmod Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Client ( ) : System
Client ( bool loadFiles ) : System
GetXdgDir ( string type ) : string
OnLogNotify ( LogNotifyArgs args ) : void
PromptIfUnsavedChanges ( ) : bool
UpdateForDocument ( ) : void

Method Details

CreateChooser() public méthode

public CreateChooser ( string title, FileChooserAction action ) : Gtk.FileChooserDialog
title string
action FileChooserAction
Résultat Gtk.FileChooserDialog

LoadFiles() public méthode

public LoadFiles ( IList files ) : void
files IList
Résultat void

LoadPath() public méthode

public LoadPath ( string path, string suggestedFilename, System finishedCallback ) : void
path string
suggestedFilename string
finishedCallback System
Résultat void

PasswordProvider() public méthode

public PasswordProvider ( PdfSharp.Pdf.IO.PdfPasswordProviderArgs args ) : void
args PdfSharp.Pdf.IO.PdfPasswordProviderArgs
Résultat void

Quit() public méthode

public Quit ( ) : void
Résultat void

RunIdle() public static méthode

public static RunIdle ( InvokeHandler handler ) : void
handler InvokeHandler
Résultat void

ToggleMatchQuery() public méthode

public ToggleMatchQuery ( ) : void
Résultat void