Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
SDockingNode Namespace Reference

Enumerations

enum  Type { DockTabStack = 0x0 , DockSplitter = 0x1 , DockArea = 0x2 , PlaceholderNode = 0x3 }
 
enum  RelativeDirection {
  LeftOf = 0x0 , Above = 0x1 , RightOf = 0x2 , Below = 0x3 ,
  Center = 0x4
}
 
enum  ELayoutModification { TabRemoval_DraggedOut = 0x0 , TabRemoval_Closed = 0x1 , TabRemoval_None = 0x2 }
 
enum  ECleanupRetVal { VisibleTabsUnderNode = 0x0 , HistoryTabsUnderNode = 0x1 , NoTabsUnderNode = 0x2 }
 

Enumeration Type Documentation

◆ ECleanupRetVal

Enumerator
VisibleTabsUnderNode 
HistoryTabsUnderNode 
NoTabsUnderNode 

Definition at line 12889 of file Enums.h.

◆ ELayoutModification

Enumerator
TabRemoval_DraggedOut 
TabRemoval_Closed 
TabRemoval_None 

Definition at line 10727 of file Enums.h.

◆ RelativeDirection

Enumerator
LeftOf 
Above 
RightOf 
Below 
Center 

Definition at line 7575 of file Enums.h.

◆ Type

Enumerator
DockTabStack 
DockSplitter 
DockArea 
PlaceholderNode 

Definition at line 2689 of file Enums.h.