#include </cygdrive/c/Users/Hamis/Cygwin-packaging/wxWidgets3.1/wxWidgets3.1-3.1.5-2.x86_64/src/wxWidgets-3.1.5/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) |
![]() | |
wxWebViewHandler (const wxString &scheme) | |
Constructor. | |
virtual wxString | GetName () const |
virtual void | SetSecurityURL (const wxString &url) |
Sets a custom security URL. | |
virtual wxString | GetSecurityURL () const |
wxWebViewArchiveHandler::wxWebViewArchiveHandler | ( | const wxString & | scheme | ) |
Constructor.
uri
. Implements wxWebViewHandler.