WebViewListener.View

Undocumented in source.
struct WebViewListener
static
class View : Awesomium4D.IViewListenerD {}

Constructors

this
this(Application app)
Undocumented in source.

Members

Functions

cppObj
inout(CppObj) cppObj()
Undocumented in source. Be warned that the author may not have intended to support it.
onAddConsoleMessage
void onAddConsoleMessage(WebView view, Activity activity, const(wchar)[] msg, uint lineNum, const(wchar)[] src)
Undocumented in source. Be warned that the author may not have intended to support it.
onAddConsoleMessage
void onAddConsoleMessage(Awesomium.WebView wv, Awesomium.WebString msg, int lineNum, Awesomium.WebString src)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeAddressBar
void onChangeAddressBar(WebView view, Activity activity, WebURL url)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeAddressBar
void onChangeAddressBar(Awesomium.WebView wv, Awesomium.WebURL url)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeCursor
void onChangeCursor(WebView view, Activity activity, Awesomium.Cursor cursor)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeCursor
void onChangeCursor(Awesomium.WebView wv, Awesomium.Cursor c)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeFocus
void onChangeFocus(WebView view, Activity activity, Awesomium.FocusedElementType fet)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeFocus
void onChangeFocus(Awesomium.WebView wv, Awesomium.FocusedElementType fet)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTargetURL
void onChangeTargetURL(WebView view, Activity activity, WebURL url)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTargetURL
void onChangeTargetURL(Awesomium.WebView wv, Awesomium.WebURL url)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTitle
void onChangeTitle(WebView view, Activity activity, const(wchar)[] title)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTitle
void onChangeTitle(Awesomium.WebView wv, Awesomium.WebString title)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTooltip
void onChangeTooltip(WebView view, Activity activity, const(wchar)[] s)
Undocumented in source. Be warned that the author may not have intended to support it.
onChangeTooltip
void onChangeTooltip(Awesomium.WebView wv, Awesomium.WebString tip)
Undocumented in source. Be warned that the author may not have intended to support it.
onShowCreatedWebView
void onShowCreatedWebView(WebView view, Activity activity, WebView newView, WebURL openerURL, WebURL targetURL, Rect rect, bool isPopup)
Undocumented in source. Be warned that the author may not have intended to support it.
onShowCreatedWebView
void onShowCreatedWebView(Awesomium.WebView wv, Awesomium.WebView newView, Awesomium.WebURL openerURL, Awesomium.WebURL targetURL, const(Awesomium.Rect)* initialPos, bool isPopup)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta