Awesomium4D

Undocumented in source.
mixin template Awesomium4D () {}

Members

Functions

GetMethodNames
void GetMethodNames(const(Awesomium.JSObject) p, JSArray dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
GetProperty
void GetProperty(const(Awesomium.JSObject) p, const(Awesomium.WebString) name, 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.
GetPropertyNames
void GetPropertyNames(const(Awesomium.JSObject) p, JSArray dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
HasMethod
bool HasMethod(const(Awesomium.JSObject) p, const(Awesomium.WebString) name)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
HasProperty
bool HasProperty(const(Awesomium.JSObject) p, const(Awesomium.WebString) name)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
Invoke
void Invoke(Awesomium.JSObject p, const(Awesomium.WebString) name, const(Awesomium.JSArray) args, 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.
InvokeAsync
void InvokeAsync(Awesomium.JSObject p, const(Awesomium.WebString) name, const(Awesomium.JSArray) args)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
OnMethodCall
void OnMethodCall(Awesomium.JSMethodHandler p, Awesomium.WebView caller, uint remote_object_id, const(Awesomium.WebString) method_name, const(Awesomium.JSArray) args)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
OnMethodCallWithReturnValue
void OnMethodCallWithReturnValue(Awesomium.JSMethodHandler p, Awesomium.WebView caller, uint remote_object_id, const(Awesomium.WebString) method_name, const(Awesomium.JSArray) args, JSValue dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
RemoveProperty
void RemoveProperty(Awesomium.JSObject p, const(Awesomium.WebString) name)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
SetCustomMethod
void SetCustomMethod(Awesomium.JSObject p, const(Awesomium.WebString) name, bool has_return_value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
SetProperty
void SetProperty(Awesomium.JSObject p, const(Awesomium.WebString) name, const(JSValue) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
SetPropertyAsync
void SetPropertyAsync(Awesomium.JSObject p, const(Awesomium.WebString) name, const(Awesomium.JSObject) value)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ToString
void ToString(const(Awesomium.JSObject) p, Awesomium.WebString dst)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ctor
void ctor(Awesomium.JSObject p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ctor
void ctor(Awesomium.JSObject p, const(Awesomium.JSObject) obj)
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(Awesomium.JSObject 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(JSMethodHandlerD2Cpp )
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(void* )
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(JSMethodHandlerD2Cpp p)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteDtor
void deleteDtor(Awesomium.JSMethodHandler p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
dtor
void dtor(Awesomium.JSObject p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
dtor
void dtor(Awesomium.JSMethodHandler 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(const(Awesomium.JSObject) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
Awesomium.JSObject newCtor()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
Awesomium.JSObject newCtor(const(Awesomium.JSObject) obj)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
JSMethodHandlerD2Cpp newCtor(IJSMethodHandlerD , ulong )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
void* newCtor(void* , ulong )
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
newCtor
JSMethodHandlerD2Cpp newCtor(IJSMethodHandlerD p, ulong mid)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
Awesomium.JSObject opAssign(Awesomium.JSObject p, const(Awesomium.JSObject) rhs)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
owner
Awesomium.WebView owner(const(Awesomium.JSObject) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
ref_count
int ref_count(const(Awesomium.JSObject) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
remote_id
uint remote_id(const(Awesomium.JSObject) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
sizeOfInstance
size_t sizeOfInstance()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
type
JSObjectType type(const(Awesomium.JSObject) p)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Interfaces

IJSMethodHandlerD
interface IJSMethodHandlerD
Undocumented in source.
JSMethodHandlerD2Cpp
interface JSMethodHandlerD2Cpp
Undocumented in source.

Meta