Struct DockSpace
struct DockSpace;
Fields
| Name | Type | Description |
|---|---|---|
_alignment
|
DockAlignment | |
_dockRect
|
Rect | |
_docks
|
DockWindow[] | |
_dragStartPosition
|
int | |
_dragStartSpace
|
int | |
_host
|
DockHost | |
_maxSpace
|
int | |
_minSpace
|
int | |
_rc
|
Rect | |
_resizer
|
ResizerWidget | |
_resizerRect
|
Rect | |
_space
|
int |
Properties
| Name | Type | Description |
|---|---|---|
alignment[get]
|
DockAlignment | |
docks[get]
|
DockWindow[] | |
resizer[get]
|
ResizerWidget | |
space[get]
|
int |
Methods
| Name | Description |
|---|---|
beforeLayout
(rc, docks)
|
host to be layed out |
initialize
(host, a)
|
|
layout
(rc)
|
|
layoutDocked
()
|
|
onResize
(source, event, newPosition)
|