DockSpace

Undocumented in source.

Members

Functions

beforeLayout
void beforeLayout(Rect rc, DockWindow[] docks)

host to be layed out

initialize
ResizerWidget initialize(DockHost host, DockAlignment a)
Undocumented in source. Be warned that the author may not have intended to support it.
layout
void layout(Rect rc)
Undocumented in source. Be warned that the author may not have intended to support it.
layoutDocked
void layoutDocked()
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void onResize(ResizerWidget source, ResizerEventType event, int newPosition)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

alignment
DockAlignment alignment [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
docks
DockWindow[] docks [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
resizer
ResizerWidget resizer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
space
int space [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_alignment
DockAlignment _alignment;
Undocumented in source.
_dockRect
Rect _dockRect;
Undocumented in source.
_docks
DockWindow[] _docks;
Undocumented in source.
_dragStartPosition
int _dragStartPosition;
Undocumented in source.
_dragStartSpace
int _dragStartSpace;
Undocumented in source.
_host
DockHost _host;
Undocumented in source.
_maxSpace
int _maxSpace;
Undocumented in source.
_minSpace
int _minSpace;
Undocumented in source.
_rc
Rect _rc;
Undocumented in source.
_resizer
ResizerWidget _resizer;
Undocumented in source.
_resizerRect
Rect _resizerRect;
Undocumented in source.
_space
int _space;
Undocumented in source.

Meta