Canvas

*

Members

Functions

addWidget
typeof(this) addWidget(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
getWidget
Widget getWidget(string id)

* Returns a widget by given id

getWidgets
Widget[string] getWidgets()

* Returns the widgets map.

update
void update()

* Call update for all widgets.

Mixins

__anonymous
mixin WidgetConstructor
Undocumented in source.

Mixed In Members

From mixin WidgetConstructor

this
this(string id, Gui gui)

*

Inherited Members

From Widget

getGui
Gui getGui()

*

setIndex
typeof(this) setIndex(int x, int y)

* * Returns reference to this so it can be used in a stream.

setIndex
typeof(this) setIndex(Vector2I value)

* * Returns reference to this so it can be used in a stream.

getIndex
Vector2I getIndex()

*

isMouseColliding
bool isMouseColliding()

*

setZIndex
typeof(this) setZIndex(int value)

* * Returns reference to this so it can be used in a stream.

getZIndex
int getZIndex()

*

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

Meta