Activity

Undocumented in source.

Constructors

this
this(string id, uint width, uint height, WebView view)
Undocumented in source.

Members

Functions

addChild
void addChild(Activity act)
Undocumented in source. Be warned that the author may not have intended to support it.
addPage
void addPage(HTMLPage page)
Undocumented in source. Be warned that the author may not have intended to support it.
attach
void attach()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
createObject
WeakRef!JSObject createObject(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
detach
void detach()
Undocumented in source. Be warned that the author may not have intended to support it.
evalJS
JSValue evalJS(string script)
Undocumented in source. Be warned that the author may not have intended to support it.
getObject
auto getObject(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(HTMLPage page)
Undocumented in source. Be warned that the author may not have intended to support it.
onAttach
void onAttach()
Undocumented in source. Be warned that the author may not have intended to support it.
onDestroy
void onDestroy()
Undocumented in source. Be warned that the author may not have intended to support it.
onDetach
void onDetach()
Undocumented in source. Be warned that the author may not have intended to support it.
onReceiveImmediateMessage
void onReceiveImmediateMessage(ImmediateMessage msg)
Undocumented in source. Be warned that the author may not have intended to support it.
onStart
void onStart(Application app)
Undocumented in source. Be warned that the author may not have intended to support it.
onUpdate
void onUpdate()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
Dollar opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
HTMLPage opIndex(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(Dollar.QuerySelector dollar)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(HTMLPage page)
Undocumented in source. Be warned that the author may not have intended to support it.
releaseObject
void releaseObject(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
reload
void reload()
Undocumented in source.
removeChild
void removeChild(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
resize
void resize(uint w, uint h)
Undocumented in source. Be warned that the author may not have intended to support it.
runJS
void runJS(string script)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

application
inout(Application) application [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
carrierObject
auto carrierObject [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
children
inout(Activity[string]) children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
size_t height [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
height
uint height [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
id
string id [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isAttached
bool isAttached [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isDetached
bool isDetached [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isShouldClosed
bool isShouldClosed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
methodHandler
inout(MethodHandler) methodHandler [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
nowPage
inout(HTMLPage) nowPage [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
objects
inout(JSValue[string]) objects [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
view
inout(WebView) view [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
size_t width [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
uint width [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Dollar
struct Dollar
Undocumented in source.

Meta