class
SecondaryEditorWindow
A draggable and resizeable window that has a single tab group you may use for docking dockable editor windows in.
Public
Constructors
SecondaryEditorWindow
*********************************************************************
Methods
~SecondaryEditorWindow
Update
Called once every frame.
staticGetRttiStatic
Protected
Constructors
SecondaryEditorWindow
Methods
Initialize
Initializes data that cannot be initialized in the constructor.
Must be called right after construction.
DoOnWindowResized
Callback that triggers whenever the underlying render window changes size.
Private
Methods
UpdateSize
Updates the sizes of the child widget container and OS non-client areas (like drag and resize).
Call when window size changes.
DoOnWidgetAdded
Called when a widget is added to the widget container.
DoOnWidgetRemoved
Called when a widget is removed from the widget container.
DoOnMaximizeClicked
Triggered when the maximize button on the title bar is clicked.
CloseWindowDelayed
A callback that triggers when a drag and drop operation originated from this window ends.