MyApplication

Undocumented in source.

Members

Functions

createView
Control createView()
Undocumented in source. Be warned that the author may not have intended to support it.
getCompanyName
string getCompanyName()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string getName()
Undocumented in source. Be warned that the author may not have intended to support it.
run
int run(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From WMApplication

shell
Shell shell;

Shell implementation.

root
RootControl root;

The root control.

handleMouseDown
void handleMouseDown(uint x, uint y, MouseButton button)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMouseUp
void handleMouseUp(uint x, uint y, MouseButton button)
Undocumented in source. Be warned that the author may not have intended to support it.
handleMouseMove
void handleMouseMove(uint x, uint y, MouseButtons buttons)
Undocumented in source. Be warned that the author may not have intended to support it.
handleQuit
void handleQuit()
Undocumented in source. Be warned that the author may not have intended to support it.
handleInit
void handleInit()
Undocumented in source. Be warned that the author may not have intended to support it.
render
void render(Renderer s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta