#include </home/zeitlin/src/wx/github/interface/wx/webview.h>
The base class for handling custom schemes in wxWebView, for example to allow virtual file system support.
Public Member Functions | |
wxWebViewHandler (const wxString &scheme) | |
Constructor. | |
virtual wxFSFile * | GetFile (const wxString &uri)=0 |
virtual wxString | GetName () const |
wxWebViewHandler::wxWebViewHandler | ( | const wxString & | scheme | ) |
Constructor.
Takes the name of the scheme that will be handled by this class for example file
or zip
.
uri
. Implemented in wxWebViewArchiveHandler.
virtual wxString wxWebViewHandler::GetName | ( | ) | const [virtual] |