Navigation
Unreal Engine C++ API Reference > Developer > TraceInsights > Insights > Widgets
Inheritance Hierarchy
References
Module | TraceInsights |
Header | /Engine/Source/Developer/TraceInsights/Public/Insights/Widgets/SMajorTabWindow.h |
Include | #include "Insights/Widgets/SMajorTabWindow.h" |
Syntax
class SMajorTabWindow : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\SCompoundWidget)
Remarks
Implements the base class for a major tab window.
Constructors
Type | Name | Description |
---|---|---|
SMajorTabWindow ( const FName& InMajorTabId ) | Default constructor. |
Destructors
Type | Name | Description |
---|---|---|
~SMajorTabWindow () | Virtual destructor. |
Functions
Type | Name | Description |
---|---|---|
void | AddOpenTab ( const TSharedRef< SDockTab >& Dock... ) | |
void | CloseAllOpenTabs () | |
void | Construct ( const FArguments& InArgs, const TSharedRef< SDockTab >& Cons..., const TSharedPtr< SWindow >& Const... ) | Constructs this widget. |
TSharedRef< ... | CreateDefaultTabLayout () | |
TSharedRef< ... | CreateToolbar ( TSharedPtr< FExtender > Extender ) | |
TSharedRef< ... | CreateWorkspaceMenuGroup () | |
const TCHAR ... | GetAnalyticsEventName () | |
const TShare... | GetCommandList () | |
const FName ... | GetMajorTabId () | |
TSharedPtr< ... | GetTabManager () | |
FWindowClose... | GetWindowClosedEvent () | |
TSharedPtr< ... | GetWorkspaceMenuGroup () | |
void | HideTab ( const FName& TabId ) | |
void | RegisterTabSpawners () | |
void | RemoveOpenTab ( const TSharedRef< SDockTab >& Dock... ) | |
void | Reset () | |
void | SetCommandList ( const TSharedPtr< FUICommandList > ... ) | |
void | ShowHideTab ( const FName& TabId, bool bShow ) | |
void | ShowTab ( const FName& TabId ) |
Classes
Type | Name | Description |
---|---|---|
Public struct | FArguments |
Typedefs
Name | Description |
---|---|
FWindowClosedEvent | OnWindowClosedEvent. |