C# Class Codaxy.Dox.Viewer.Application

Inheritance: Codaxy.Dextop.DextopApplication
Mostrar archivo Open project: codaxy/dox Class Usage Examples

Public Methods

Method Description
Application ( Logger logger ) : System
CreateBooksTreeCache ( ) : void
Dispose ( ) : void

Protected Methods

Method Description
OnModulesInitialized ( ) : void
RegisterModules ( ) : void

Private Methods

Method 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 method

public Application ( Logger logger ) : System
logger Logger
return System

CreateBooksTreeCache() public method

public CreateBooksTreeCache ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

OnModulesInitialized() protected method

protected OnModulesInitialized ( ) : void
return void

RegisterModules() protected method

protected RegisterModules ( ) : void
return void