Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/FTabManager
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include | #include "Framework/Docking/TabManager.h" |
Syntax
class FPrivateApi
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPrivateApi
(
FTabManager& InTabManager |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CanTabLeaveTabWell
(
const TSharedRef< const SDockTab >& TabToTest |
||
| const TArray< TWeakPtr< SDockingArea > > & | |||
| TSharedPtr< SWindow > | |||
| void | HideWindows () |
||
| void | OnDockAreaClosing
(
const TSharedRef< SDockingArea >& DockAreaThatIsClosing |
||
| void | OnDockAreaCreated
(
const TSharedRef< SDockingArea >& NewlyCreatedDockArea |
||
| void | OnTabClosing
(
const TSharedRef< SDockTab >& TabBeingClosed |
||
| void | OnTabForegrounded
(
const TSharedPtr< SDockTab >& NewForegroundTab, |
Notify the tab manager that the NewForegroundTab was brought to front and the BackgroundedTab was send to the background as a result. | |
| void | |||
| void | OnTabOpening
(
const TSharedRef< SDockTab >& TabBeingOpened |
||
| void | OnTabRelocated
(
const TSharedRef< SDockTab >& RelocatedTab, |
Notify the tab manager that a tab has been relocated. | |
| void | ShowWindows () |