SDLActivity

Undocumented in source.

Constructors

this
this(string id, uint width, uint height, string title, WebSession session, uint sdlFlags)
Undocumented in source.

Members

Functions

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.
onSDLEvent
void onSDLEvent(SDL_Event* event)
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.
title
void title(string t)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

hasKeyFocus
bool hasKeyFocus [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isActive
bool isActive [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
sdlWindow
SDL_Window* sdlWindow [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
windowID
uint windowID [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

factory
auto factory()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From Activity

onStart
void onStart(Application app)
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.
onAttach
void onAttach()
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.
detach
void detach()
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.
onDestroy
void onDestroy()
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.
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.
application
inout(Application) application [@property getter]
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.
view
inout(WebView) view [@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.
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.
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.
resize
void resize(uint w, uint h)
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.
opOpAssign
void opOpAssign(HTMLPage page)
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.
opDollar
Dollar opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
Dollar
struct Dollar
Undocumented in source.
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.
reload
void reload()
Undocumented in source.
nowPage
inout(HTMLPage) nowPage [@property getter]
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.
runJS
void runJS(string script)
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.
releaseObject
void releaseObject(string name)
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.
getObject
auto getObject(string name)
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.
isShouldClosed
bool isShouldClosed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
addChild
void addChild(Activity act)
Undocumented in source. Be warned that the author may not have intended to support it.
removeChild
void removeChild(string id)
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.
onReceiveImmediateMessage
void onReceiveImmediateMessage(ImmediateMessage msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta