#include <TabManager.h>
|
| virtual | ~FLayoutNode () |
| |
| virtual SLATE_API TSharedPtr< FStack > | AsStack () |
| |
| virtual SLATE_API TSharedPtr< FSplitter > | AsSplitter () |
| |
| virtual SLATE_API TSharedPtr< FArea > | AsArea () |
| |
| 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 |
| |
◆ ~FLayoutNode()
| virtual FTabManager::FLayoutNode::~FLayoutNode |
( |
| ) |
|
|
inlinevirtual |
◆ FLayoutNode()
| FTabManager::FLayoutNode::FLayoutNode |
( |
| ) |
|
|
inlineprotected |
◆ AsArea()
◆ AsSplitter()
◆ AsStack()
◆ GetSizeCoefficient()
| float FTabManager::FLayoutNode::GetSizeCoefficient |
( |
| ) |
const |
|
inline |
◆ FTabManager
◆ SizeCoefficient
| float FTabManager::FLayoutNode::SizeCoefficient |
|
protected |
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h
- Engine/Source/Runtime/Slate/Private/Framework/Docking/TabManager.cpp