#include </home/Hamish/wxwidgets/wxWidgets3.0-3.0.5.1-1.src/wxWidgets3.0-3.0.5.1-1.i686/src/wxWidgets-3.0.5.1/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. More... | |
virtual wxFSFile * | GetFile (const wxString &uri) |
![]() | |
wxWebViewHandler (const wxString &scheme) | |
Constructor. More... | |
virtual wxString | GetName () const |
wxWebViewArchiveHandler::wxWebViewArchiveHandler | ( | const wxString & | scheme | ) |
Constructor.
uri
. Implements wxWebViewHandler.