- addChild
void addChild(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
- drawOverlay
void drawOverlay()
Undocumented in source. Be warned that the author may not have intended to support it.
- getChildrenCount
int getChildrenCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- getList
Widget[] getList()
Undocumented in source. Be warned that the author may not have intended to support it.
- onEvent
void onEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onPosition
void onPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeChild
void removeChild(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeChildren
void removeChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
- _children
Widget[] _children;
Undocumented in source.
- _isFrame
bool _isFrame;
Undocumented in source.
- _lastMousePos
Vec2f _lastMousePos;
Undocumented in source.
- _isGrabbed
bool _isGrabbed;
- _isChildGrabbed
bool _isChildGrabbed;
- _isChildHovered
bool _isChildHovered;
Undocumented in source.
- _idChildGrabbed
uint _idChildGrabbed;
Undocumented in source.
- _isIterating
bool _isIterating;
- _isWarping
bool _isWarping;
Undocumented in source.
- _idChildIterator
uint _idChildIterator;
Undocumented in source.
- _iteratorTimer
Timer _iteratorTimer;
- _iteratorTimeOutTimer
Timer _iteratorTimeOutTimer;
Undocumented in source.
- children
const(Widget[]) children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- children
Widget[] children [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
- onHover
void onHover()
Undocumented in source. Be warned that the author may not have intended to support it.
- onEvent
void onEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
- onDeltaPosition
void onDeltaPosition(Vec2f delta)
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
- isOnInteractableWidget
bool isOnInteractableWidget(Vec2f pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- addChild
void addChild(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
- removeChildren
void removeChildren()
Undocumented in source. Be warned that the author may not have intended to support it.
- getChildrenCount
int getChildrenCount()
Undocumented in source. Be warned that the author may not have intended to support it.
- removeChild
void removeChild(uint id)
Undocumented in source. Be warned that the author may not have intended to support it.
- drawOverlay
void drawOverlay()
Undocumented in source. Be warned that the author may not have intended to support it.
- stopChild
void stopChild()
Undocumented in source. Be warned that the author may not have intended to support it.
- previousChild
void previousChild()
Undocumented in source. Be warned that the author may not have intended to support it.
- nextChild
void nextChild()
Undocumented in source. Be warned that the author may not have intended to support it.
- selectChild
Widget selectChild()
Undocumented in source. Be warned that the author may not have intended to support it.