C# Class PdfMod.Gui.Client

Inheritance: Core.Client
Datei anzeigen Open project: GNOME/pdfmod Class Usage Examples

Public Methods

Method 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

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

Method Details

CreateChooser() public method

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

LoadFiles() public method

public LoadFiles ( IList files ) : void
files IList
return void

LoadPath() public method

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

PasswordProvider() public method

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

Quit() public method

public Quit ( ) : void
return void

RunIdle() public static method

public static RunIdle ( InvokeHandler handler ) : void
handler InvokeHandler
return void

ToggleMatchQuery() public method

public ToggleMatchQuery ( ) : void
return void