DockingRootBehavior

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

attachTo
void attachTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
checkForDropAt
void checkForDropAt(ivec2 position)
Undocumented in source. Be warned that the author may not have intended to support it.
foldContainer
void foldContainer(Widget container)
Undocumented in source. Be warned that the author may not have intended to support it.
handleDock
void handleDock(Widget floating, Widget docked, Widget dockedParent, Sides side)
Undocumented in source. Be warned that the author may not have intended to support it.
handleDraw
bool handleDraw(Widget dockRoot, DrawEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleFrameHeaderDrag
bool handleFrameHeaderDrag(Widget frameHeader, DragEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleFrameHeaderDragEnd
bool handleFrameHeaderDragEnd(Widget frameHeader, DragEndEvent event)
Undocumented in source. Be warned that the author may not have intended to support it.
handleUndock
void handleUndock(Widget docked)
Undocumented in source. Be warned that the author may not have intended to support it.
registerFrame
void registerFrame(Widget frame)
Undocumented in source. Be warned that the author may not have intended to support it.
registerUndockedStorage
void registerUndockedStorage(Widget storage)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_dockingRoot
Widget _dockingRoot;
Undocumented in source.
_dropRect
Rect _dropRect;
Undocumented in source.
_hoveredDocked
Widget _hoveredDocked;
Undocumented in source.
_hoveredDockedParent
Widget _hoveredDockedParent;
Undocumented in source.
_hoveredSide
Sides _hoveredSide;
Undocumented in source.
_undockedStorage
Widget _undockedStorage;
Undocumented in source.
boxlayout
HorizontalLayout boxlayout;
Undocumented in source.
hlayout
HorizontalLayout hlayout;
Undocumented in source.
vlayout
VerticalLayout vlayout;
Undocumented in source.

Inherited Members

From IWidgetBehavior

attachPropertiesTo
void attachPropertiesTo(Widget widget)
Undocumented in source. Be warned that the author may not have intended to support it.
attachTo
void attachTo(Widget widget)
Undocumented in source.

Meta