#include </home/zeitlin/src/wx/github/interface/wx/webviewarchivehandler.h>
A custom handler for the file scheme which also supports loading from archives.
The syntax for wxWebViewArchiveHandler differs from virtual file systems in the rest of wxWidgets by using a syntax such as scheme:///C:/example/docs.zip;protocol=zip/main.htm
Currently the only supported protocol is zip
.
Public Member Functions | |
wxWebViewArchiveHandler (const wxString &scheme) | |
Constructor. | |
virtual wxFSFile * | GetFile (const wxString &uri) |
wxWebViewArchiveHandler::wxWebViewArchiveHandler | ( | const wxString & | scheme | ) |
Constructor.
uri
. Implements wxWebViewHandler.