#include </home/Hamis/wxwidgets3.1/wxWidgets3.1-3.1.5-1.x86_64/src/wxWidgets-3.1.5/interface/wx/webviewfshandler.h>
A wxWebView file system handler to support standard wxFileSystem protocols of the form example:page.htm
The handler allows wxWebView to use wxFileSystem in a similar fashion to its use with wxHtml.
The wxMemoryFSHandler documentation gives an example of how it may be used.
<>< =''>:</>&;&;< =''>\ </></>
Public Member Functions | |
wxWebViewFSHandler (const wxString &scheme) | |
Constructor. More... | |
virtual wxFSFile * | GetFile (const wxString &uri) |
![]() | |
wxWebViewHandler (const wxString &scheme) | |
Constructor. More... | |
virtual wxString | GetName () const |
virtual void | SetSecurityURL (const wxString &url) |
Sets a custom security URL. More... | |
virtual wxString | GetSecurityURL () const |
wxWebViewFSHandler::wxWebViewFSHandler | ( | const wxString & | scheme | ) |
Constructor.
uri
. Implements wxWebViewHandler.