#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. |
bool CHMFSHandler::CanOpen | ( | const wxString & | location | ) | [virtual] |
Checks if it can open the file passed in location.
location | File to open. |
wxFSFile * CHMFSHandler::OpenFile | ( | wxFileSystem & | fs, | |
const wxString & | location | |||
) | [virtual] |
Tries to open the file specified.
fs | Currently ignored. | |
location | filename. |