Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application
Inheritance Hierarchy
- SCompoundWidget
- IWindowTitleBar
- SWindowTitleBar
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Application/SWindowTitleBar.h |
| Include | #include "Framework/Application/SWindowTitleBar.h" |
Syntax
class SWindowTitleBar :
public SCompoundWidget,
public IWindowTitleBar
Remarks
Implements a window title bar widget.
Variables
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Creates and initializes a new window title bar widget. | |
| float | |||
| FSlateColor | |||
| TSharedRef< SWidget > | MakeTitleBarContent
(
TSharedPtr< SWidget > CenterContent, |
Creates the title bar's content. | |
| void | MakeTitleBarContentWidgets
(
TSharedPtr< SWidget >& OutLeftContent, |
Creates widgets for this window's title bar area. |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| EWindowZone::Type | Called when the mouse is moved over the widget's window, to determine if we should report whether OS-specific features should be active at this location (such as a title bar grip, system menu, etc.) Usually you should not need to override this function. |
Overridden from IWindowTitleBar
| Type | Name | Description | |
|---|---|---|---|
| void | Flash () |
||
| void | SetAllowMenuBar
(
bool bInAllowMenuBar |
||
| void | UpdateBackgroundContent
(
TSharedPtr< SWidget > BackgroundContent |
||
| void | UpdateWindowMenu
(
TSharedPtr< SWidget > MenuContent |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |