Area

Undocumented in source.

Constructors

this
this(bool scrolling, int width, int height)
Undocumented in source.

Members

Functions

addDragBroken
Area addDragBroken(void delegate(Area a) f)
Undocumented in source. Be warned that the author may not have intended to support it.
addDraw
Area addDraw(void delegate(Area a, DrawParams params) f)
Undocumented in source. Be warned that the author may not have intended to support it.
addKeyEvent
Area addKeyEvent(void delegate(Area a, KeyEvent event) f)
Undocumented in source. Be warned that the author may not have intended to support it.
addMouseCrossed
Area addMouseCrossed(void delegate(Area a, int left) f)
Undocumented in source. Be warned that the author may not have intended to support it.
addMouseEvent
Area addMouseEvent(void delegate(Area a, MouseEvent event) f)
Undocumented in source. Be warned that the author may not have intended to support it.
queueRedrawAll
Area queueRedrawAll()
Undocumented in source. Be warned that the author may not have intended to support it.
scrollTo
Area scrollTo(double x, double y, double width, double height)
Undocumented in source. Be warned that the author may not have intended to support it.
setSize
Area setSize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_area
uiArea* _area;
Undocumented in source.
_handler
uiAreaHandler* _handler;
Undocumented in source.

Inherited Members

From Control

_control
uiControl* _control;
Undocumented in source.
_parent
Control _parent;
Undocumented in source.
_children
Control[] _children;
Undocumented in source.
handle
uintptr_t handle()
Undocumented in source. Be warned that the author may not have intended to support it.
parent
Control parent()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
Control setParent(Control parent)
Undocumented in source. Be warned that the author may not have intended to support it.
topLevel
bool topLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
visible
bool visible()
Undocumented in source. Be warned that the author may not have intended to support it.
show
Control show()
Undocumented in source. Be warned that the author may not have intended to support it.
hide
Control hide()
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled()
Undocumented in source. Be warned that the author may not have intended to support it.
enable
Control enable()
Undocumented in source. Be warned that the author may not have intended to support it.
disable
Control disable()
Undocumented in source. Be warned that the author may not have intended to support it.
verifySetParent
Control verifySetParent(Control other)
Undocumented in source. Be warned that the author may not have intended to support it.
enabledToUser
bool enabledToUser()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta