|
| | IWebViewImpl (IWebView *owner) |
| |
| void * | OpenWebView (void *pParent, float x, float y, float w, float h, float scale) |
| |
| void | CloseWebView () |
| |
| void | HideWebView (bool hide) |
| |
| void | LoadHTML (const char *html) |
| |
| void | LoadURL (const char *url) |
| |
| void | LoadFile (const char *fileName, const char *bundleID) |
| |
| void | ReloadPageContent () |
| |
| void | EvaluateJavaScript (const char *scriptStr, IWebView::completionHandlerFunc func) |
| |
| void | EnableScroll (bool enable) |
| |
| void | EnableInteraction (bool enable) |
| |
| void | SetWebViewBounds (float x, float y, float w, float h, float scale) |
| |
| void | GetWebRoot (WDL_String &path) const |
| |
| void | GetLocalDownloadPathForFile (const char *fileName, WDL_String &localPath) |
| |
Definition at line 38 of file IPlugWebView_web.cpp.
◆ IWebViewImpl()
| IWebViewImpl::IWebViewImpl |
( |
IWebView * |
owner | ) |
|
◆ ~IWebViewImpl()
| IWebViewImpl::~IWebViewImpl |
( |
| ) |
|
◆ CloseWebView()
| void IWebViewImpl::CloseWebView |
( |
| ) |
|
◆ EnableInteraction()
| void IWebViewImpl::EnableInteraction |
( |
bool |
enable | ) |
|
◆ EnableScroll()
| void IWebViewImpl::EnableScroll |
( |
bool |
enable | ) |
|
◆ EvaluateJavaScript()
| void IWebViewImpl::EvaluateJavaScript |
( |
const char * |
scriptStr, |
|
|
IWebView::completionHandlerFunc |
func |
|
) |
| |
◆ GetLocalDownloadPathForFile()
| void IWebViewImpl::GetLocalDownloadPathForFile |
( |
const char * |
fileName, |
|
|
WDL_String & |
localPath |
|
) |
| |
◆ GetWebRoot()
| void IWebViewImpl::GetWebRoot |
( |
WDL_String & |
path | ) |
const |
|
inline |
◆ HideWebView()
| void IWebViewImpl::HideWebView |
( |
bool |
hide | ) |
|
◆ LoadFile()
| void IWebViewImpl::LoadFile |
( |
const char * |
fileName, |
|
|
const char * |
bundleID |
|
) |
| |
◆ LoadHTML()
| void IWebViewImpl::LoadHTML |
( |
const char * |
html | ) |
|
◆ LoadURL()
| void IWebViewImpl::LoadURL |
( |
const char * |
url | ) |
|
◆ OpenWebView()
| void * IWebViewImpl::OpenWebView |
( |
void * |
pParent, |
|
|
float |
x, |
|
|
float |
y, |
|
|
float |
w, |
|
|
float |
h, |
|
|
float |
scale |
|
) |
| |
◆ ReloadPageContent()
| void IWebViewImpl::ReloadPageContent |
( |
| ) |
|
◆ SetWebViewBounds()
| void IWebViewImpl::SetWebViewBounds |
( |
float |
x, |
|
|
float |
y, |
|
|
float |
w, |
|
|
float |
h, |
|
|
float |
scale |
|
) |
| |
The documentation for this class was generated from the following file: