C# Class Sanderling.Interface.MemoryStruct.WindowStack

In the eve online UI, windows can be stacked.
Inheritance: Window
Exibir arquivo Open project: Arcitectus/Sanderling

Public Properties

Property Type Description
Tab Sanderling.Interface.MemoryStruct.Tab[]
TabSelectedWindow IWindow

Public Methods

Method Description
WindowStack ( )
WindowStack ( IWindow @base )

Method Details

WindowStack() public method

public WindowStack ( )

WindowStack() public method

public WindowStack ( IWindow @base )
@base IWindow

Property Details

Tab public_oe property

Contains one element for each window in this stack.
public Tab[],Sanderling.Interface.MemoryStruct Tab
return Sanderling.Interface.MemoryStruct.Tab[]

TabSelectedWindow public_oe property

Window whose tab is currently selected (and therefore the only window in the stack which is currently visible).
public IWindow TabSelectedWindow
return IWindow