]>
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
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
10 @class wxWebViewFSHandler
12 A wxWebView file system handler to support standard wxFileSystem protocols
13 of the form <code> example:page.htm </code> The handler allows wxWebView to
14 use wxFileSystem in a similar fashion to its use with wxHtml.
16 The wxMemoryFSHandler documentation gives an example of how it may be used.
22 @see wxWebView, wxWebViewHandler, wxWebViewArchiveHandler
24 class wxWebViewFSHandler
: public wxWebViewHandler
30 wxWebViewFSHandler(const wxString
& scheme
);
31 virtual wxFSFile
* GetFile(const wxString
&uri
);