Version: 2.9.4
Public Member Functions
wxWebViewHandler Class Reference

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

Inheritance diagram for wxWebViewHandler:

Detailed Description

The base class for handling custom schemes in wxWebView, for example to allow virtual file system support.

Since:
2.9.3

Library:  wxWebView
Category:  WebView
参照:
wxWebView

Public Member Functions

 wxWebViewHandler (const wxString &scheme)
 Constructor.
virtual wxFSFileGetFile (const wxString &uri)=0
virtual wxString GetName () const

List of all members.


Constructor & Destructor Documentation

wxWebViewHandler::wxWebViewHandler ( const wxString scheme)

Constructor.

Takes the name of the scheme that will be handled by this class for example file or zip.


Member Function Documentation

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

Implemented in wxWebViewArchiveHandler.

virtual wxString wxWebViewHandler::GetName ( ) const [virtual]
Returns:
The name of the scheme, as passed to the constructor.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines