formoshlep.widget

Undocumented in source.

Members

Functions

_getEvents
FormoEvent[] _getEvents(Widget w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_getEvents
FormoEvent[] _getEvents(EditLine w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_getEvents
FormoEvent[] _getEvents(Button w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_readState
void _readState(Widget w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_readState
void _readState(EditLine w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlFragment _toHtml(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlFragment _toHtml(TextWidget w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlFragment _toHtml(EditLine w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlFragment _toHtml(Button w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlFragment _toHtml(ImageWidget w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlFragment _toHtml(ImageTextButton w)
Undocumented in source. Be warned that the author may not have intended to support it.
_toHtml
HtmlFragment _toHtml(LinearLayout w)
Undocumented in source. Be warned that the author may not have intended to support it.
getEvents
FormoEvent[] getEvents(virtual!Widget , HTTPServerRequest )
Undocumented in source.
processEvents
void processEvents(Widget w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
readState
void readState(virtual!Widget , HTTPServerRequest )
Undocumented in source.
readWidgetsState
void readWidgetsState(Widget w, HTTPServerRequest req)
Undocumented in source. Be warned that the author may not have intended to support it.
toHtml
HtmlFragment toHtml(virtual!Widget )
Undocumented in source.

Imports

Button (from dlangui.widgets.controls)
public import dlangui.widgets.controls : Button;
Undocumented in source.
EditLine (from dlangui.widgets.editors)
public import dlangui.widgets.editors : EditLine;
Undocumented in source.
ImageTextButton (from dlangui.widgets.controls)
public import dlangui.widgets.controls : ImageTextButton;
Undocumented in source.
ImageWidget (from dlangui.widgets.controls)
public import dlangui.widgets.controls : ImageWidget;
Undocumented in source.
LinearLayout (from dlangui.widgets.layouts)
public import dlangui.widgets.layouts : LinearLayout, Orientation;
Undocumented in source.
Orientation (from dlangui.widgets.layouts)
public import dlangui.widgets.layouts : LinearLayout, Orientation;
Undocumented in source.
TextWidget (from dlangui.widgets.controls)
public import dlangui.widgets.controls : TextWidget;
Undocumented in source.
Widget (from dlangui.widgets.widget)
public import dlangui.widgets.widget : Widget;
Undocumented in source.

Structs

FormoEvent
struct FormoEvent
Undocumented in source.

Meta