Awesomium4D

Undocumented in source.
mixin template Awesomium4D () {}

Members

Functions

ActivateIME
void ActivateIME(Awesomium.WebView p, bool activate)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
CanGoBack
bool CanGoBack(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
CanGoForward
bool CanGoForward(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
CancelIMEComposition
void CancelIMEComposition(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ConfirmIMEComposition
void ConfirmIMEComposition(Awesomium.WebView p, WebString input_string)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Copy
void Copy(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
CopyImageAt
void CopyImageAt(Awesomium.WebView p, int x, int y)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
CreateGlobalJavascriptObject
void CreateGlobalJavascriptObject(Awesomium.WebView p, Awesomium.WebString name, JSValue dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Cut
void Cut(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Destroy
void Destroy(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DidCancelDownload
void DidCancelDownload(Awesomium.WebView p, int download_id)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DidCancelLogin
void DidCancelLogin(Awesomium.WebView p, int request_id)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DidCancelPopupMenu
void DidCancelPopupMenu(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DidChooseDownloadPath
void DidChooseDownloadPath(Awesomium.WebView p, int download_id, Awesomium.WebString path)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DidChooseFiles
void DidChooseFiles(Awesomium.WebView p, Awesomium.WebStringArray files, bool should_write_files)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DidLogin
void DidLogin(Awesomium.WebView p, int request_id, Awesomium.WebString username, Awesomium.WebString password)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DidOverrideCertificateError
void DidOverrideCertificateError(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
DidSelectPopupMenuItem
void DidSelectPopupMenuItem(Awesomium.WebView p, int item_index)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ExecuteJavascript
void ExecuteJavascript(Awesomium.WebView p, Awesomium.WebString script, Awesomium.WebString frame_xpath)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ExecuteJavascriptWithResult
void ExecuteJavascriptWithResult(Awesomium.WebView p, Awesomium.WebString script, Awesomium.WebString frame_xpath, Awesomium.JSValue dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Focus
void Focus(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
GetZoom
int GetZoom(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
GoBack
void GoBack(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
GoForward
void GoForward(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
GoToHistoryOffset
void GoToHistoryOffset(Awesomium.WebView p, int offset)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
InjectKeyboardEvent
void InjectKeyboardEvent(Awesomium.WebView p, const(WebKeyboardEvent)* key_event)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
InjectMouseDown
void InjectMouseDown(Awesomium.WebView p, MouseButton button)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
InjectMouseMove
void InjectMouseMove(Awesomium.WebView p, int x, int y)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
InjectMouseUp
void InjectMouseUp(Awesomium.WebView p, MouseButton button)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
InjectMouseWheel
void InjectMouseWheel(Awesomium.WebView p, int scroll_vert, int scroll_horz)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
InjectTouchEvent
void InjectTouchEvent(Awesomium.WebView p, const(WebTouchEvent)* touch_event)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
IsCrashed
bool IsCrashed(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
IsLoading
bool IsLoading(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
IsTransparent
bool IsTransparent(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
LoadURL
void LoadURL(Awesomium.WebView p, WebURL url)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Paste
void Paste(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
PasteAndMatchStyle
void PasteAndMatchStyle(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
PauseRendering
void PauseRendering(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
PrintToFile
int PrintToFile(Awesomium.WebView p, Awesomium.WebString output_direct, Awesomium.PrintConfig* config)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Redo
void Redo(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ReduceMemoryUsage
void ReduceMemoryUsage(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Reload
void Reload(Awesomium.WebView p, bool ignore_cache)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
RequestPageInfo
void RequestPageInfo(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ResetZoom
void ResetZoom(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Resize
void Resize(Awesomium.WebView p, int width, int height)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ResumeRendering
void ResumeRendering(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
SelectAll
void SelectAll(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
SetIMEComposition
void SetIMEComposition(Awesomium.WebView p, WebString input_string, int cursor_pos, int target_start, int target_end)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
SetTransparent
void SetTransparent(Awesomium.WebView p, bool is_transparent)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
SetZoom
void SetZoom(Awesomium.WebView p, int zoom_percent)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Stop
void Stop(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Undo
void Undo(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Unfocus
void Unfocus(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ZoomIn
void ZoomIn(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ZoomOut
void ZoomOut(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
deleteDtor
void deleteDtor(WebViewD2Cpp )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
dialog_listener
Awesomium.WebViewListener.Dialog dialog_listener(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
download_listener
Awesomium.WebViewListener.Download download_listener(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
focused_element_type
FocusedElementType focused_element_type(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
input_method_editor_listener
Awesomium.WebViewListener.InputMethodEditor input_method_editor_listener(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
js_method_handler
Awesomium.JSMethodHandler js_method_handler(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
last_error
Awesomium.Error last_error(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
load_listener
Awesomium.WebViewListener.Load load_listener(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
menu_listener
Awesomium.WebViewListener.Menu menu_listener(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
WebViewD2Cpp newCtor(IWebViewD , ulong )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
next_routing_id
int next_routing_id(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
parent_window
NativeWindow parent_window(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
print_listener
Awesomium.WebViewListener.Print print_listener(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
process_handle
ProcessHandle process_handle(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
process_id
int process_id(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
process_listener
Awesomium.WebViewListener.Process process_listener(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
routing_id
int routing_id(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
session
WebSession session(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_dialog_listener
void set_dialog_listener(Awesomium.WebView p, Awesomium.WebViewListener.Dialog listener)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_download_listener
void set_download_listener(Awesomium.WebView p, Awesomium.WebViewListener.Download listener)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_input_method_editor_listener
void set_input_method_editor_listener(Awesomium.WebView p, Awesomium.WebViewListener.InputMethodEditor listener)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_js_method_handler
void set_js_method_handler(Awesomium.WebView p, Awesomium.JSMethodHandler handler)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_load_listener
void set_load_listener(Awesomium.WebView p, Awesomium.WebViewListener.Load listener)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_menu_listener
void set_menu_listener(Awesomium.WebView p, Awesomium.WebViewListener.Menu listener)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_parent_window
void set_parent_window(Awesomium.WebView p, NativeWindow parent)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_print_listener
void set_print_listener(Awesomium.WebView p, Awesomium.WebViewListener.Print listener)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_process_listener
void set_process_listener(Awesomium.WebView p, Awesomium.WebViewListener.Process listener)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_sync_message_timeout
void set_sync_message_timeout(Awesomium.WebView p, int timeout_ms)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
set_view_listener
void set_view_listener(Awesomium.WebView p, Awesomium.WebViewListener.View listener)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
surface
Surface surface(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
sync_message_timeout
int sync_message_timeout(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
title
void title(Awesomium.WebView p, WebString dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
type
Awesomium.WebViewType type(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
url
void url(Awesomium.WebView p, WebURL dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
view_listener
Awesomium.WebViewListener.View view_listener(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
window
NativeWindow window(Awesomium.WebView p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Interfaces

IWebViewD
interface IWebViewD
Undocumented in source.
WebViewD2Cpp
interface WebViewD2Cpp
Undocumented in source.

Meta