#include <TabManager.h>
|
| TSharedRef< FArea > | Split (TSharedRef< FLayoutNode > InNode) |
| |
| TSharedRef< FArea > | SplitAt (int32 Index, TSharedRef< FLayoutNode > InNode) |
| |
| TSharedRef< FArea > | SetOrientation (const EOrientation InOrientation) |
| |
| TSharedRef< FArea > | SetWindow (FVector2D InPosition, bool IsMaximized) |
| |
| TSharedRef< FArea > | SetExtensionId (FName InExtensionId) |
| |
| FName | GetExtensionId () const |
| |
| virtual TSharedPtr< FArea > | AsArea () override |
| |
| virtual | ~FArea () |
| |
| TSharedRef< FArea > | SetPanelDrawerActiveTab (FPanelDrawerTab &&InPanelDrawerTab) |
| |
| TSharedRef< FArea > | AddPanelDrawerInactiveTab (FPanelDrawerTab &&InPanelDrawerTab) |
| |
| const TArray< FPanelDrawerTab > & | GetPanelDrawerInactiveTabs () const |
| |
| bool | DefinesPositionallySpecifiedFloatingWindow () const |
| |
| TSharedRef< FSplitter > | Split (TSharedRef< FLayoutNode > InNode) |
| |
| TSharedRef< FSplitter > | InsertBefore (TSharedRef< FLayoutNode > NodeToInsertBefore, TSharedRef< FLayoutNode > NodeToInsert) |
| |
| TSharedRef< FSplitter > | InsertAfter (TSharedRef< FLayoutNode > NodeToInsertAfter, TSharedRef< FLayoutNode > NodeToInsert) |
| |
| TSharedRef< FSplitter > | SetSizeCoefficient (const float InSizeCoefficient) |
| |
| TSharedRef< FSplitter > | SetOrientation (const EOrientation InOrientation) |
| |
| virtual TSharedPtr< FSplitter > | AsSplitter () override |
| |
| EOrientation | GetOrientation () const |
| |
| virtual | ~FSplitter () |
| |
| TConstArrayView< TSharedRef< FLayoutNode > > | GetChildNodes () const |
| |
| virtual | ~FLayoutNode () |
| |
| virtual SLATE_API TSharedPtr< FStack > | AsStack () |
| |
| float | GetSizeCoefficient () const |
| |
| TSharedRef< FLayoutNode, Mode > | AsShared () |
| |
| TSharedRef< FLayoutNode const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FLayoutNode, Mode > | AsWeak () |
| |
| TWeakPtr< FLayoutNode const, Mode > | AsWeak () const |
| |
| TWeakPtr< SubobjectType, Mode > | AsWeakSubobject (SubobjectType *SubobjectPtr) const |
| |
| void | UpdateWeakReferenceInternal (TSharedPtr< SharedPtrType, SharedPtrMode > const *InSharedPtr, OtherType *InObject) const |
| |
| void | UpdateWeakReferenceInternal (TSharedRef< SharedRefType, SharedPtrMode > const *InSharedRef, OtherType *InObject) const |
| |
| UE_FORCEINLINE_HINT bool | DoesSharedInstanceExist () const |
| |
◆ EWindowPlacement
An enum which specifies how content appears within a window.
| Enumerator |
|---|
| Placement_NoWindow | The content is docked within a primary window.
|
| Placement_Automatic | The content is docked within a floating window that is initially automatically positioned.
|
| Placement_Specified | The content is docked within a floating window with positioning specified by an FArea.
|
◆ ~FArea()
| virtual FTabManager::FArea::~FArea |
( |
| ) |
|
|
inlinevirtual |
◆ FArea()
| FTabManager::FArea::FArea |
( |
const float |
InWidth, |
|
|
const float |
InHeight |
|
) |
| |
|
inlineprotected |
◆ AddPanelDrawerInactiveTab()
◆ AsArea()
◆ DefinesPositionallySpecifiedFloatingWindow()
| bool FTabManager::FArea::DefinesPositionallySpecifiedFloatingWindow |
( |
| ) |
const |
|
inline |
Returns true if this FArea defines a positionally specified window, else it returns false
◆ GetExtensionId()
| FName FTabManager::FArea::GetExtensionId |
( |
| ) |
const |
|
inline |
◆ GetPanelDrawerInactiveTabs()
◆ SetExtensionId()
◆ SetOrientation()
◆ SetPanelDrawerActiveTab()
◆ SetWindow()
◆ Split()
◆ SplitAt()
◆ FTabManager
◆ ActivePanelDrawerTab
◆ bIsMaximized
| bool FTabManager::FArea::bIsMaximized |
|
protected |
◆ ExtensionId
| FName FTabManager::FArea::ExtensionId |
|
protected |
◆ InactivePanelDrawerTabs
◆ UnscaledWindowPosition
| FVector2D FTabManager::FArea::UnscaledWindowPosition |
|
protected |
◆ UnscaledWindowSize
| FVector2D FTabManager::FArea::UnscaledWindowSize |
|
protected |
◆ WindowPlacement
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h