Version: 3.0.5
Loading...
Searching...
No Matches
wxWebViewHandler Class Referenceabstract

#include <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

<>< =''>:</>&;&;< =''>\ </></>

See also
wxWebView

Public Member Functions

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

Constructor & Destructor Documentation

◆ wxWebViewHandler()

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

◆ GetFile()

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

Implemented in wxWebViewArchiveHandler, and wxWebViewFSHandler.

◆ GetName()

virtual wxString wxWebViewHandler::GetName ( ) const
virtual
Returns
The name of the scheme, as passed to the constructor.