Version: 2.9.4
Public Member Functions
wxWebViewArchiveHandler Class Reference

#include </home/zeitlin/src/wx/github/interface/wx/webviewarchivehandler.h>

Inheritance diagram for wxWebViewArchiveHandler:

Detailed Description

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.

Since:
2.9.3

Library:  wxWebView
Category:  WebView
参照:
wxWebView, wxWebViewHandler

Public Member Functions

 wxWebViewArchiveHandler (const wxString &scheme)
 Constructor.
virtual wxFSFileGetFile (const wxString &uri)

List of all members.


Constructor & Destructor Documentation

wxWebViewArchiveHandler::wxWebViewArchiveHandler ( const wxString scheme)

Constructor.


Member Function Documentation

virtual wxFSFile* wxWebViewArchiveHandler::GetFile ( const wxString uri) [virtual]
Returns:
A pointer to the file represented by uri.

Implements wxWebViewHandler.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines