C# Class Codaxy.Dox.Viewer.Application

Inheritance: Codaxy.Dextop.DextopApplication
Afficher le fichier Open project: codaxy/dox Class Usage Examples

Méthodes publiques

Méthode Description
Application ( Logger logger ) : System
CreateBooksTreeCache ( ) : void
Dispose ( ) : void

Méthodes protégées

Méthode Description
OnModulesInitialized ( ) : void
RegisterModules ( ) : void

Private Methods

Méthode Description
GetBookNameFromFileName ( String name ) : string
GetChapterSubTree ( Engine book, String chapterUrl ) : TreeNode[]
InstallBookWatcher ( ) : void
LoadBookFromFile ( FileInfo f ) : IDoxBook
LoadBookFromFile ( String fileName ) : IDoxBook
LoadBooks ( ) : void
LoadFormatters ( ) : void
OnDoxFileChanged ( object sender, FileSystemEventArgs e ) : void
ParseBookFileName ( String name, String &bookName, String &bookTitle ) : void

Method Details

Application() public méthode

public Application ( Logger logger ) : System
logger Logger
Résultat System

CreateBooksTreeCache() public méthode

public CreateBooksTreeCache ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnModulesInitialized() protected méthode

protected OnModulesInitialized ( ) : void
Résultat void

RegisterModules() protected méthode

protected RegisterModules ( ) : void
Résultat void