The base class for handling custom schemes in wxWebView, for example to allow virtual file system support.
More...
#include <wx/webview.h>
The base class for handling custom schemes in wxWebView, for example to allow virtual file system support.
- Since
- 2.9.3
- See also
- wxWebView
◆ 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.
◆ GetFile()
◆ GetName()
| virtual wxString wxWebViewHandler::GetName |
( |
| ) |
const |
|
virtual |
- Returns
- The name of the scheme, as passed to the constructor.
◆ GetSecurityURL()
| virtual wxString wxWebViewHandler::GetSecurityURL |
( |
| ) |
const |
|
virtual |
- Returns
- The custom security URL. Only used by wxWebViewIE.
- Since
- 3.1.5
◆ SetSecurityURL()
| virtual void wxWebViewHandler::SetSecurityURL |
( |
const wxString & | url | ) |
|
|
virtual |
Sets a custom security URL.
Only used by wxWebViewIE.
- Since
- 3.1.5
The documentation for this class was generated from the following file: