Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxBuilder.h |
Include |
#include "Framework/MultiBox/MultiBoxBuilder.h" |
class FToolBarBuilder : public FMultiBoxBuilder
Tool bar builder
Name | Description | |
---|---|---|
|
FToolBarBuilder ( |
Constructor |
|
FToolBarBuilder ( |
|
|
FToolBarBuilder ( |
FToolBarBuilder constructor that takes in an EOrientation is deprecated. Use one of the specific per-type FToolbarBuilder overrides instead. |
Name | Description | ||
---|---|---|---|
|
void |
AddComboButton ( |
Adds a combo button |
|
void |
AddSeparator ( |
Adds a toolbar separator |
|
void |
AddToolBarButton ( |
Adds a tool bar button |
|
void |
AddToolBarButton ( |
Adds a tool bar button |
|
void |
AddToolbarStackButton ( |
Adds a tool bar stack button |
|
void |
AddToolBarWidget ( |
Adds any widget to the toolbar |
|
void |
AddWidget ( |
Adds any widget to the toolbar |
|
void |
BeginBlockGroup() |
Starts a new Group block, must be used in conjunction with EndBlockGroup |
|
void |
BeginSection ( |
Starts a section on to the extender section hook stack |
|
void |
BeginStyleOverride ( |
Overrides the style being used by this toolbar with a different one for the The override will be used for any added blocks until EndStyleOverride is called |
|
void |
EndBlockGroup() |
End a group block, must be used in conjunction with BeginBlockGroup. |
|
void |
EndSection() |
Ends the current section |
|
void |
EndStyleOverride() |
|
|
void |
SetIsFocusable ( |
|
|
void |
SetLabelVisibility ( |
Name | Description | ||
---|---|---|---|
|
void |
ApplyHook ( |
FMultiBoxBuilder interface |
|
void |
ApplySectionBeginning() |
Applies the beginning of a section, including the header and relevant separator |
Name | Description | ||
---|---|---|---|
|
FToolBarBuilder ( |
FToolBarBuilder constructor that takes in an EOrientation is deprecated. Use one of the specific per-type FToolbarBuilder overrides instead. |