#include <chmfshandler.h>
Inheritance diagram for CHMFSHandler:

Public Member Functions | |
| CHMFSHandler () | |
| Doesn't do anything but needs to be here because of the private copy constructor. | |
| ~CHMFSHandler () | |
| Cleanup code. This calls CHMInputStream's Cleanup(). | |
| virtual bool | CanOpen (const wxString &location) |
| Checks if it can open the file passed in location. | |
| virtual wxFSFile * | OpenFile (wxFileSystem &fs, const wxString &location) |
| Tries to open the file specified. | |
Private Member Functions | |
| CHMFSHandler (const CHMFSHandler &) | |
| No copy construction. | |
| CHMFSHandler & | operator= (const CHMFSHandler &) |
| No assignment. | |
|
|
Checks if it can open the file passed in location.
|
|
||||||||||||
|
Tries to open the file specified.
|
1.4.4