#include <TabManager.h>
|
| 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 () |
| |
| 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 |
| |
◆ ~FSplitter()
| virtual FTabManager::FSplitter::~FSplitter |
( |
| ) |
|
|
inlinevirtual |
◆ FSplitter()
| FTabManager::FSplitter::FSplitter |
( |
| ) |
|
|
inlineprotected |
◆ AsSplitter()
◆ GetChildNodes()
◆ GetOrientation()
| EOrientation FTabManager::FSplitter::GetOrientation |
( |
| ) |
const |
|
inline |
◆ InsertAfter()
◆ InsertBefore()
◆ SetOrientation()
◆ SetSizeCoefficient()
◆ Split()
◆ FLayoutExtender
◆ FTabManager
◆ ChildNodes
◆ Orientation
The documentation for this class was generated from the following file:
- Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h