C# Class PdfMod.Core.Client

ファイルを表示 Open project: GNOME/pdfmod

Public Methods

Method 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

Protected Methods

Method Description
LoadFiles ( ) : void
OnDocumentLoaded ( ) : void

Private Methods

Method Description
Client ( ) : System
InitCache ( ) : void

Method Details

GetTmpFilename() public static method

public static GetTmpFilename ( ) : string
return string

LoadFiles() protected method

protected LoadFiles ( ) : void
return void

LoadFiles() public abstract method

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

LoadPath() public method

public LoadPath ( string path ) : void
path string
return void

LoadPath() public method

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

LoadPath() public abstract method

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

OnDocumentLoaded() protected method

protected OnDocumentLoaded ( ) : void
return void