C# Class PdfMod.Core.Client

Afficher le fichier Open project: GNOME/pdfmod

Méthodes publiques

Méthode Description
GetTmpFilename ( ) : string
LoadFiles ( IList files ) : void
LoadPath ( string path ) : void
LoadPath ( string path, string suggestedFilename ) : void
LoadPath ( string path, string suggestedFilename, System finishedCallback ) : void

Méthodes protégées

Méthode Description
LoadFiles ( ) : void
OnDocumentLoaded ( ) : void

Private Methods

Méthode Description
Client ( ) : System
InitCache ( ) : void

Method Details

GetTmpFilename() public static méthode

public static GetTmpFilename ( ) : string
Résultat string

LoadFiles() protected méthode

protected LoadFiles ( ) : void
Résultat void

LoadFiles() public abstract méthode

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

LoadPath() public méthode

public LoadPath ( string path ) : void
path string
Résultat void

LoadPath() public méthode

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

LoadPath() public abstract méthode

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

OnDocumentLoaded() protected méthode

protected OnDocumentLoaded ( ) : void
Résultat void