#include <WorkspaceItem.h>
|
| TSharedRef< FWorkspaceItem > | AddGroup (const FText &InDisplayName, const FSlateIcon &InIcon=FSlateIcon(), const bool InSortChildren=false) |
| |
| TSharedRef< FWorkspaceItem > | AddGroup (const FName &InName, const FText &InDisplayName, const FSlateIcon &InIcon=FSlateIcon(), const bool InSortChildren=false) |
| |
| TSharedRef< FWorkspaceItem > | AddGroup (const FText &InDisplayName, const FText &InTooltipText, const FSlateIcon &InIcon=FSlateIcon(), const bool InSortChildren=false) |
| |
| TSharedRef< FWorkspaceItem > | AddGroup (const FName &InName, const FText &InDisplayName, const FText &InTooltipText, const FSlateIcon &InIcon=FSlateIcon(), const bool InSortChildren=false) |
| |
| const FName | GetFName () const |
| |
| const FText & | GetDisplayName () const |
| |
| const FText & | GetTooltipText () const |
| |
| const FSlateIcon & | GetIcon () const |
| |
| const TArray< TSharedRef< FWorkspaceItem > > & | GetChildItems () const |
| |
| void | AddItem (const TSharedRef< FWorkspaceItem > &ItemToAdd) |
| |
| void | RemoveItem (const TSharedRef< FWorkspaceItem > &ItemToRemove) |
| |
| void | ClearItems () |
| |
| void | SortChildren () |
| |
| virtual TSharedPtr< FTabSpawnerEntry > | AsSpawnerEntry () |
| |
| TSharedPtr< FWorkspaceItem > | GetParent () const |
| |
| bool | HasChildrenIn (const TArray< TWeakPtr< FTabSpawnerEntry > > &AllowedSpawners) |
| |
| virtual PRAGMA_DISABLE_DEPRECATION_WARNINGS | ~FWorkspaceItem () |
| |
| TSharedRef< FWorkspaceItem, Mode > | AsShared () |
| |
| TSharedRef< FWorkspaceItem const, Mode > | AsShared () const |
| |
| TSharedRef< SubobjectType, Mode > | AsSharedSubobject (SubobjectType *SubobjectPtr) const |
| |
| TWeakPtr< FWorkspaceItem, Mode > | AsWeak () |
| |
| TWeakPtr< FWorkspaceItem 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 |
| |
|
| static TSharedRef< FWorkspaceItem > | NewGroup (const FText &DisplayName, const FSlateIcon &Icon=FSlateIcon(), const bool bSortChildren=false) |
| |
| static TSharedRef< FWorkspaceItem > | NewGroup (const FName &Name, const FText &DisplayName, const FSlateIcon &Icon=FSlateIcon(), const bool bSortChildren=false) |
| |
| static TSharedRef< FWorkspaceItem > | NewGroup (const FText &DisplayName, const FText &TooltipText, const FSlateIcon &Icon=FSlateIcon(), const bool bSortChildren=false) |
| |
| static TSharedRef< FWorkspaceItem > | NewGroup (const FName &Name, const FText &DisplayName, const FText &TooltipText, const FSlateIcon &Icon=FSlateIcon(), const bool bSortChildren=false) |
| |
|
| | FWorkspaceItem (const FText &InDisplayName, const FSlateIcon &InIcon, const bool bInSortChildren) |
| |
| | FWorkspaceItem (const FName &InName, const FText &InDisplayName, const FSlateIcon &InIcon, const bool bInSortChildren) |
| |
| | FWorkspaceItem (const FText &InDisplayName, const FText &InTooltipText, const FSlateIcon &InIcon, const bool bInSortChildren) |
| |
| | FWorkspaceItem (const FName &InName, const FText &InDisplayName, const FText &InTooltipText, const FSlateIcon &InIcon, const bool bInSortChildren) |
| |
| | TSharedFromThis () |
| |
| | TSharedFromThis (TSharedFromThis const &) |
| |
| UE_FORCEINLINE_HINT TSharedFromThis & | operator= (TSharedFromThis const &) |
| |
| | ~TSharedFromThis () |
| |
◆ ~FWorkspaceItem()
◆ FWorkspaceItem() [1/4]
| FWorkspaceItem::FWorkspaceItem |
( |
const FText & |
InDisplayName, |
|
|
const FSlateIcon & |
InIcon, |
|
|
const bool |
bInSortChildren |
|
) |
| |
|
inlineprotected |
◆ FWorkspaceItem() [2/4]
| FWorkspaceItem::FWorkspaceItem |
( |
const FName & |
InName, |
|
|
const FText & |
InDisplayName, |
|
|
const FSlateIcon & |
InIcon, |
|
|
const bool |
bInSortChildren |
|
) |
| |
|
inlineprotected |
◆ FWorkspaceItem() [3/4]
| FWorkspaceItem::FWorkspaceItem |
( |
const FText & |
InDisplayName, |
|
|
const FText & |
InTooltipText, |
|
|
const FSlateIcon & |
InIcon, |
|
|
const bool |
bInSortChildren |
|
) |
| |
|
inlineprotected |
◆ FWorkspaceItem() [4/4]
| FWorkspaceItem::FWorkspaceItem |
( |
const FName & |
InName, |
|
|
const FText & |
InDisplayName, |
|
|
const FText & |
InTooltipText, |
|
|
const FSlateIcon & |
InIcon, |
|
|
const bool |
bInSortChildren |
|
) |
| |
|
inlineprotected |
◆ AddGroup() [1/4]
◆ AddGroup() [2/4]
◆ AddGroup() [3/4]
◆ AddGroup() [4/4]
◆ AddItem()
◆ AsSpawnerEntry()
◆ ClearItems()
| void FWorkspaceItem::ClearItems |
( |
| ) |
|
|
inline |
◆ GetChildItems()
◆ GetDisplayName()
| const FText & FWorkspaceItem::GetDisplayName |
( |
| ) |
const |
|
inline |
◆ GetFName()
| const FName FWorkspaceItem::GetFName |
( |
| ) |
const |
|
inline |
◆ GetIcon()
| const FSlateIcon & FWorkspaceItem::GetIcon |
( |
| ) |
const |
|
inline |
◆ GetParent()
◆ GetTooltipText()
| const FText & FWorkspaceItem::GetTooltipText |
( |
| ) |
const |
|
inline |
◆ HasChildrenIn()
◆ NewGroup() [1/4]
◆ NewGroup() [2/4]
◆ NewGroup() [3/4]
◆ NewGroup() [4/4]
◆ RemoveItem()
◆ SortChildren()
| void FWorkspaceItem::SortChildren |
( |
| ) |
|
|
inline |
◆ SharedPointerInternals::TIntrusiveReferenceController
◆ bSortChildren
| bool FWorkspaceItem::bSortChildren |
|
protected |
◆ ChildItems
◆ DisplayName
| FText FWorkspaceItem::DisplayName |
|
protected |
◆ DisplayNameAttribute
◆ Icon
◆ NameAttribute
◆ ParentItem
◆ TooltipText
| FText FWorkspaceItem::TooltipText |
|
protected |
◆ TooltipTextAttribute
The documentation for this class was generated from the following file: