CUI Docking Panel Locations

CUI Docking Panel Locations

Module description

See also
Class CUIFrameMgr

Macros

#define CUI_NO_PANEL   0
 Turn off docking. More...
 
#define CUI_TOP_PANEL   CUI_TOP_DOCK
 Docks to the top of the viewport. More...
 
#define CUI_BOTTOM_PANEL   CUI_BOTTOM_DOCK
 Docks to the bottom of the viewport. More...
 
#define CUI_LEFT_PANEL   CUI_LEFT_DOCK
 Docks to the left of the viewport. More...
 
#define CUI_RIGHT_PANEL   CUI_RIGHT_DOCK
 Docks to the right of the viewport. More...
 
#define CUI_FIXED_PANELS   (CUI_TOP_PANEL|CUI_BOTTOM_PANEL|CUI_LEFT_PANEL|CUI_RIGHT_PANEL)
 docs anywhere More...
 
#define CUI_FLOATING_PANELS   (1<<4)
 Signifies a floating panel. More...
 
#define CUI_ALL_PANELS   (CUI_FIXED_PANELS|CUI_FLOATING_PANELS)
 All options combined. More...
 

Macro Definition Documentation

#define CUI_NO_PANEL   0

Turn off docking.

#define CUI_TOP_PANEL   CUI_TOP_DOCK

Docks to the top of the viewport.

#define CUI_BOTTOM_PANEL   CUI_BOTTOM_DOCK

Docks to the bottom of the viewport.

#define CUI_LEFT_PANEL   CUI_LEFT_DOCK

Docks to the left of the viewport.

#define CUI_RIGHT_PANEL   CUI_RIGHT_DOCK

Docks to the right of the viewport.

docs anywhere

#define CUI_FLOATING_PANELS   (1<<4)

Signifies a floating panel.

#define CUI_ALL_PANELS   (CUI_FIXED_PANELS|CUI_FLOATING_PANELS)

All options combined.