]>
git.saurik.com Git - wxWidgets.git/blob - interface/wx/webviewfshandler.h
1 /////////////////////////////////////////////////////////////////////////////
2 // Name: webviewfshandler.h
3 // Purpose: interface of wxWebViewFSHandler
4 // Author: wxWidgets team
5 // Licence: wxWindows licence
6 /////////////////////////////////////////////////////////////////////////////
9 @class wxWebViewFSHandler
11 A wxWebView file system handler to support standard wxFileSystem protocols
12 of the form <code> example:page.htm </code> The handler allows wxWebView to
13 use wxFileSystem in a similar fashion to its use with wxHtml.
15 The wxMemoryFSHandler documentation gives an example of how it may be used.
21 @see wxWebView, wxWebViewHandler, wxWebViewArchiveHandler
23 class wxWebViewFSHandler
: public wxWebViewHandler
29 wxWebViewFSHandler(const wxString
& scheme
);
30 virtual wxFSFile
* GetFile(const wxString
&uri
);