class TDockableEditorWindow

template<class Type>

Dockable editor window template class that user-created windows can inherit from.

Ensures that all window implementations are automatically registered with the window manager.

Public

Methods

~TDockableEditorWindow<Type>

virtual ~TDockableEditorWindow<Type>() = default

Protected

Constructors

TDockableEditorWindow<Type>

TDockableEditorWindow<Type>(const HString &displayName, u32 defaultWidth, u32 defaultHeight, EditorWindowTabGroup &parentTabGroup)