#include <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) |
Public Member Functions inherited from wxWebViewHandler | |
wxWebViewHandler (const wxString &scheme) | |
Constructor. | |
virtual wxString | GetName () const |
wxWebViewArchiveHandler::wxWebViewArchiveHandler | ( | const wxString & | scheme | ) |
Constructor.
uri
. Implements wxWebViewHandler.